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:600px;
	width:700px;
	width:800px;
	padding:14px;
	border:solid 2px #b7ddf2;
	border:solid 2px #62a203;
	background:#EAFFD5;
	background:#A9F8FB;
	background:#DAFBA9;
	background:#E0FBC6;
	background:#F1FFDB;
}

form.cleanform div.header {
	border-bottom:solid 1px #b7ddf2;
	border-bottom:solid 1px #62a203;
	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:140px;
	width:200px;
	width:250px;
	float:left;
}

form.cleanform .small{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:140px;
	width:200px;
	width:250px;
}

form.cleanform input{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	border:solid 1px red;
	width:400px;
	width:440px;
	margin:2px 0 20px 10px;
}

/* 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;
}

form.cleanform input.optional {
	border: 1px solid green;
	border:solid 1px #aacfe4;
}
/* 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;
}

/* Button images */
form.cleanform input.button.add {
	background-image:url(add.png);
}

form.cleanform input.button.delete {
	background-image:url(delete.png);
}

.banner {
  vertical-align:middle;
}

form li {
  list-style-type: square;
}

form.cleanform input.checkbox {
  height: 10px;
  width: 10px;
  border: 0;
  display:block;
  margin: 0px 5px 0px 10px;
}

form.cleanform .conditions{
	clear: both;
	color:#000;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	width:700px;
	width:800px;
}

form.cleanform .conditions-text{
}

