body{
	background-color: white;
	
}


.subform {
	font-style: italic;
	color: #416cc3;
	font-size: 12px;
	font-weight: normal;
}

div.form{
	text-align: right;
	width: 365px;
}
div.clearer{ /*This controls the spacing between the form fields*/
	clear: right;
	height: 5px;
}
label{
	font-size: 14px;
	text-align: right;
	color: grey;
	font-weight: bold;
}
label strong{
	color: #000;
}
form input[type="text"], form input[type="file"], form textarea{
	padding: 0.5em;
	margin: 0.5em;
	margin-top: 0.25em;
	display: block;
	float: right;
	width: 190px;
}
form textarea{
	padding: 0;
	width: 200px;
}
form input[type="file"]{
	width: 190px;	
}

div.field{
	float: right; 
	text-align: left; 
	width: 200px; 
	padding: 0 0.5em;
	
}

div.slider{
	float: right; 
	text-align: left; 
	margin-right: 4px;
	background:url(/images/bg-fader.gif) no-repeat 5px 0;
	width:210px;
}
img.thumb{
	margin-left: 100px; 
	margin-top: 12px;
}

br.iefix{
	display: none;
}
.invalidField{
	border: 1px solid red;
}
#errorField{
	color: red;
}
/*
todo: resize textarea goes wrong way
*/