form {
	padding: 0 0 20px 0; 
	color:#000;
	width:484px;
	margin:0;
} 

form div {
	position: relative;
	float: left; 
	padding-right: 13px;
	}	
	

fieldset {
	border:0;
	margin:0;
	padding: 12px 0;
	}


/* for side labels
fieldset label {
	float: left;
	width: 120px;
	padding-top: 3px;
	font-size: .65em;
	text-transform: uppercase;
	color:#888;
	font-family: Helvetica, sans-serif;
}
*/	

label {
	display:block;
	font-size: .75em;
	color:#65B1C2;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 0 0 3px 0;
	font-family: Helvetica, sans-serif;
	}

label.radio {
	font-family: Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	text-transform: none;
	color: #65B1C2;
	}
	
/* input field */
fieldset input, fieldset textarea, fieldset select {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.2em;
	border: 1px solid #65B1CC;
	background-color: #4B7E8E;
	padding: 6px;
	color: #fff;
	/* CSS3 spicing */
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}


fieldset input:focus, fieldset textarea:focus 		{ 
	color:#202F34; 
	background-color:#C6F3FF;
	border: 1px solid #65B1CC;
		/* CSS3 spicing */
	}
	
fieldset input:active, fieldset textarea:active 	{ 
	background-color: #888;
	}

fieldset input:hover, fieldset textarea:hover {
	border: 1px solid #eee;
	}
	
	
fieldset.captcha {
	width: auto;
}

fieldset label.captcha {
	font-size: .9em;
	font-weight: bold;
	}

fieldset span {
	font-size: .7em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, sans-serif;
	color:#666;
	padding-top: 0;
	margin-top: 0;
	}
	
fieldset p.instructions {
	font-size: .9em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, sans-serif;
	color: #65B1C2;
	padding-top: 0;
	margin-top: 0;
	}

fieldset p.captcha {
	font-size: .8em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, sans-serif;
	color: #65B1C2;
	padding-top: 0;
	margin-top: 0;
	}
	
fieldset p.captcha-title {
	font-size: .9em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, sans-serif;
	font-weight: bold;
	color: #65B1C2;
	padding-bottom: 0;
	margin-bottom: 0;
	}
	
fieldset p.message { width: auto; }
fieldset.captcha input { margin-top: 5px; }

form input.button {
	outline: none;
	display: block;
	width: 152px;
	height: 35px;
	margin-top: 20px;
	margin-right: 20px;
	background: transparent url("submit_button.png") top center;
	cursor: pointer;
	border: 0;
	}
	
form input.button:hover {
	outline: none;
	display: block;
	width: 152px;
	height: 35px;
	margin-right: 20px;
	background: transparent url("submit_button.png") center center;
	cursor: pointer;
	border: 0;
	}
	
form input.button:active {
	outline: none;
	display: block;
	width: 152px;
	height: 35px;
	margin-right: 20px;
	background: transparent url("submit_button.png") bottom center;
	border: 0;
	}

.error {
	background: #FFEF81 url("warning_48.png") no-repeat 11px 10px;
	border: 2px solid #FFA32A;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font: normal .7em "Lucida Grande", "Lucida Sans Unicode", Helvetica, sans-serif;
	width: 340px;
	padding: 20px;
}
.error p {
	font-weight: bold;
	color: #c00;
	text-indent: 50px;
	padding: 0;
	margin: 0;
}

.error ul {
	margin-top: 12px;
	}
	
.error li {
	color: #C00;
	list-style-type: dot;
	margin-left: 60px;
	}

.success {
	background: #99ff99 url('accepted_48.png') no-repeat 11px 10px;
	border: 2px solid #95E93D;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font: normal .8em "Lucida Grande", "Lucida Sans Unicode", Helvetica, sans-serif;
	width: 340px;
	min-height: 46px;
	padding: 12px;
}
.success p {
	font-weight: bold;
	color: #336600;
	text-indent: 56px;
	margin-top: 14px;
	padding-top: 0;
}