@charset "UTF-8";


/* CSS Document */

form label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: #c748a8;
	font-style: italic
}
div.error { 
	display: none; 
}
input, textarea, select, checkbox {	
	border: 1px solid #E2E2E2;
	color:#5F5F5F;
	font-weight:normal !important;
}
input:focus, textarea:focus, select:focus, checkbox:focus{ 
	border: 1px solid #E2E2E2;
	color:#5F5F5F;
	font-weight:normal !important;
}
input.error, textarea.error, select.error, checkbox.error { 
	background-color: #e29fd0;
	color:#5F5F5F;
	font-weight:normal !important;
}

#errMsg
{
	color: #c748a8;
	font-weight: bold;
	display: none;
	font-size:12px;
}

div.form-container .corner-link-container
{
	position: static;
	width: 80px;

}
