.error-message {
	font-size:12px;
	color:#cc0000;
}

/* FORM OUTLINE
.theform { 
	border:1px solid #ccc; 
	margin:0;
	padding: 20px;
	padding-top:0;
}
*/

.form legend {display:none;}
.form fieldset {border:0; padding:0; margin:0;}
.form label {font-size:14px;font-weight: normal; color:#666;}
.checkbox label {font-size: 12px; color:#666;}
.radio label {font-size: 12px; color:#666;}
.form dl {clear:both;}
.form dt {float:left; text-align:left; width:125px;  margin:6px 10px 10px 0;}
.form dd {float:left; width:700px; margin:0 0 10px 0;}
.form img {border:0;}

.form input[type=text], .form textarea {
	font-size:14px;
	padding:5px; 
	background:#eee; 
	border:1px solid #ccc;
	outline:none;
	color:#000;
	width:300px;
}
.form textarea:hover, .form input:hover {
	border:1px solid #aaa;
}
.form input:focus, .form textarea:focus {
	border:1px solid #999;
 	outline:none;
 	background: #fff;
}
.form .select, .form options, .form input[type=file] {
	outline:none;
	color:#000;
}
.form .selectArea, .form optionsDivVisible {
	background:#eee; 
	border:1px solid #fff;
	outline:none;
	color:#000;
}
.form input[type=submit] {
	padding:5px 10px;
	cursor:hand;
	cursor:pointer;
	color:#000;
	margin-left:137px;
	outline:none;
	border:1px solid #ccc;
	background:#eee;
	font-size: 12px;
}
.form input[type=submit]:hover {
	background:#ccc;
}
.form textarea {
	overflow:auto;
}
.theform select {
	height:21px;
	background:#eee;
	border:1px solid #ccc;
	color:#000;
	padding:0 10px;
	/* -khtml-appearance:none; */
}
.theform select:focus {
	outline:none;
	border:0;
}
.theform select a {
	display:block;
	width:200px;
	height:21px;
	margin-left:-179px;
	position:absolute;
	color:#000;
}
.theform option {
	margin:0;
	padding:0;
	color:#000;
}
.theform option a {
	color:#fff;
	text-decoration:none;
	display:block;
	padding:2px 5px;
	border:1px solid #eee;
}
.theform option a:hover {
	color:#000;
	background:#eee;
	border:1px solid #aaa;
}