/*** General Form Settings ***/
#frmSelfEntry select, #frmSelfEntry input, #frmSelfEntry textarea {float:left; margin-top:5px;}

#frmSelfEntry label { 
	width:150px; 
	float:left; 
	clear:left;  
	margin-top:3px; 
	text-align: right;	
	padding-right: 20px;	
}

#frmSelfEntry legend {
	margin-top:5px;
	padding-right: 10px;
	border: 1px solid #666666;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: #FFFFFF;
}

fieldset {
	padding: 10px 10px 10px 20px;
	clear: left;
	float: left;
	width: 500px;
	margin-bottom: 10px;
	border: 1px solid #666666;
}

	fieldset p {
		float: left;
		width: 500px;
		margin-top: 0px;
		margin-bottom: 0px;
		line-height: 1.5em;
	}

/*** Specific Fieldset Settings ***/

/*** Name and Address ***/
fieldset#name_address p select	{
	float: left;
	width: 120px;
}

fieldset#name_address p select#FVSelfEntry_DDLcountry	{
	float: left;
	width: 205px;
}

fieldset#name_address input {
	background: #FFFFFF;
	padding: 2px;
	width: 200px;
	border: 1px solid #666666;
}

fieldset#name_address input#FVSelfEntry_Post_CodeTextBox {
	background: #FFFFFF;
	padding: 2px;
	width: 120px;
	border: 1px solid #666666;
}

/*** Contact Information ***/

fieldset#contact_info input {
	background: #FFFFFF;
	padding: 2px;
	width: 250px;
	border: 1px solid #666666;
}

fieldset#contact_info input#FVSelfEntry_Tel_HomeTextBox {
	background: #FFFFFF;
	padding: 2px;
	width: 200px;
	border: 1px solid #666666;
}

fieldset#contact_info p select#FVSelfEntry_DDLtelType	{
	float: left;
	width: 120px;
}

/*** Source ***/
fieldset#source input {
	background: #FFFFFF;
	padding: 2px;
	width: 200px;
	border: 1px solid #666666;
}

/*** Experience ***/
fieldset#experience input {
	background: #FFFFFF;
	padding: 2px;
	width: 200px;
	border: 1px solid #333333;
}
	
fieldset#experience p select	{
	float: left;
	width: 120px;
}

fieldset#experience img	{
	border:0;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

/*** CV Text ***/

fieldset#resume textarea {
	background: #FFFFFF;
	padding: 4px;
	width: 480px;
	height: 150px;
}

fieldset#resume	input#FVSelfEntry_BtnClearCV {
	float:right;
	margin-right: 10px;
	margin-bottom: 15px;
	}

/*** Form Buttons  ***/
input.btnForm { 
	float:left; 
}


	input#FVSelfEntry_UpdateButton { 
		margin-left:150px;
	}

	input#FVSelfEntry_UpdateCancelButton { 
		margin-left:20px; 
	}

/*** Required Field  ***/	
.red {
	color: #FF0000;
	font-weight: bolder;
}



/*** Unused

input.txtBox, textarea {
	width:480px;
	float:left;
}

#oTextBlock {
	float:left;
	padding-right: 20px;
	width: 500px;
	margin-left: 100px;
	margin-bottom: 10px;
}
***/

