/* CLEAR */body, h1, h2, h3, h4, h5, h6, form, fieldset, legend, ul, ol, li, img, fieldset, blockquote, caption, table, input, select, tr, dl, dt, dd {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}
img, fieldset {
	border:0;
}
a {
	text-decoration:none;
	outline:none;
}
body {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
p, h1, form, button {
	border:0;
	margin:0;
	padding:0;
}
.spacer {
	clear:both;
	height:1px;
}
form.cleanform {
	margin:0 auto;
	width:450px;
	padding:14px;
/*	border:solid 2px #b7ddf2;
	background:#EAFFD5;
*/	
}
form.cleanform div.header {
	border-bottom:solid 1px #031F83;
	font-size:11px;
	margin-bottom:20px;
}
form.cleanform div.header h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}
form.cleanform div.header .description {
	color: #666666;
}
form.cleanform p {
	font-size:11px;
	margin-bottom:20px;
}
form.cleanform label {
	display:block;
	font-weight:bold;
	text-align:right;
	width:180px;
	float:left;
}
form.cleanform .small {
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:175px;
}
form.cleanform input, form.cleanform textarea, form.cleanform select {
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #A7A7A7;
	width:200px;
	margin:2px 0 20px 10px;
}
form.cleanform select {
	width:207px;
}
/* Button main class */
form.cleanform input.button {
	float:none;
	width:125px;
	height:30px;
	text-align:left;
	line-height:20px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	background-color:#f5f5f5;
	border:1px solid #dedede;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:90%;
	text-decoration:none;
	font-weight:bold;
	color:#565656;
	cursor:pointer;
	background-position: 6px;
	background-repeat:no-repeat;
	text-indent:30px;
	margin: 0;
	padding: 0;
}
/* Positive button */
form.cleanform input.button.positive {
 color::#529214;
}
form.cleanform input.button:hover.positive {
	background-color:#E6EFC2;
	border:1px solid #C6D880;
	color:#529214;
}
/* Negative button */
form.cleanform input.button.negative {
 color::#d12f19;
}
form.cleanform input.button:hover.negative {
	background-color:#fbe3e4;
	border:1px solid #fbc2c4;
	color:#d12f19;
}
/* REQUIRED */
form.cleanform .required, .req_ex{
	border-bottom:solid 2px #009; */
}