/* input styles for form elements */

option {
	padding: 1px 6px;
	font-size: 14px;
}


textarea {
	min-height: 90px;
}

/*
textarea.disabled {
	background: #eee;
}*/

.no-padding {
	padding: 0
}

.filetext.disabled {
	background: #eee;
}
/*
input.submit {
	font-weight: bold;
	color: #666666;
	background-color: #DBFBC8;
	border: outset 1px #708090;
 	margin-left : 110px;
 	margin-top : 10px;
}*/


div.row {
	clear: both;
}

label {
	clear: both;
 	color: #333;
	font-size: 12px;
	line-height: 1.4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-right: 4px;
	padding-left: 0;
}

.label {
	/*/color: #333;*/
	/*clear: both;*/
	/*font-size: 12px;*/
	/*line-height: 1.4;*/
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	/*font-weight: bold;*/
	/*padding-right: 4px;*/
	/*padding-left: 0;*/
}

div.row span.formw {
 	color: #003171;
	font-size: 10px;
	line-height: 1.4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.asterisk {
	font-weight: bold;
	color: red;
}


#endform {
  	clear: both;
}

.myvspace {
	height: 6px;
}

.tickboxitem {
	width: 250px;
	float:left;
	padding: 4px 20px 4px 4px;
}

.tickboxcheckbox {
	float:left;
	padding: 4px 4px 4px 4px;
}

.tickboxeperince {
	float:left;
	padding: 4px 20px 4px 4px;
}

.cvbox {
	border: 1px solid #5AB0C8;
	padding: 10px;
}

.clear {
	clear:both;
}

.ui-autocomplete-loading {
	background: white url("../images/ui-anim_basic_16x16.gif") right center no-repeat;
}


.error
{
	color: #de1111;
}
