form p{
	display:none;
}
form fieldset{
	border: 0px none;
	margin: 0px 0px 10px 0px; 
}
form fieldset legend{
	font-size: 1.2em;	
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0; 
}
form fieldset legend span{
	display: block;
}
form div {
	margin-top: 10px;
}

form label {
	display: block;
	margin: 0px;
	color: #585959;
	font-size: 0.8em;
	padding-bottom: 5px;
}

form input, form select , form textarea{
	display: block;
	font-size: 0.8em;	
	font-family: Tahoma, Geneva, sans-serif;
	width: 300px;
	padding: 4px;
}
form select{
	width: auto;
}
form input, form textarea, form select {
	border: 1px solid #d1ddd2;
	background:#F8FAF8;
	color: #000;
	margin: 5px 0px 0px 0px; 
}
form textarea{
	height: 75px;
}
form input:focus, form textarea:focus {
	
		border: 1px solid #d1ddd2;
	background:#F1F5F1;
}

form div.inline {
	margin-bottom: 5px;
	display: block;
}

form div.inline label{
	color:#585959;
	display: inline;
	font-weight: bold;
}

form div.inline label input{
	display: inline;
	width: 15px;
	border: 0px none;
	margin: 0px 5px 0px 15px; 
	background-color:#FFFFFF;
}

form div.list {
	padding-bottom: 5px;
}

form div.list label{
	color:#585959;
	font-weight: bold;
	margin-bottom: 3px;
}

form div.list label input{
	width: 15px;
	margin: 0px 5px 0px 15px; 
	float: left;
	border: 0px none;
	background-color:#FFFFFF;
}


form div.success label, form div.error label{
	text-indent: 25px;
	font-weight: bold;
}

form div.success label{
	color: #006400;
	background: url(../images/success.gif) no-repeat ;
}
form fieldset.success legend{
	color: #006400;
	background: url(../images/success.gif) no-repeat 0px 4px ;
	padding-left: 25px;
}
form div.success p {
	color: black;
	display: none;
}

form div.error label {
color: #8b0000;
	background: url(../images/error.gif) no-repeat ;
}
form fieldset.error legend{
	color: #8b0000;
	background: url(../images/error.gif) no-repeat 0px 4px ;
	padding-left: 25px;
}
form fieldset.error label{
	color: #8b0000;
}
form div.error p , form fieldset.error p{
	color: red;
	display: block;
	font-weight: bold;
	padding: 0px 0px 5px 10px !important ; 
}
form div.error input, form div.error select, form div.error textarea{
border-color: #8b0000;
}

form input.button{
	background:#c2d98f ;
	color: #00284a;
	font-size: .9em;
	padding: 4px 8px 4px 8px; 
	margin: 15px 0px 20px 0px; 
	display: block;
	width: auto;
	border: outset 1px;
	font-weight: bold;
}

form input.button:hover{
	background: #00284a;
	color: #c2d98f;
	cursor: pointer;
	
}
form legend span.help, form label.help{
	background: url(../images/help.gif) 0px -3px no-repeat ;
	padding-left: 20px;
	color: #222;
}
form legend span.help:hover, form label.help:hover{
		background: url(../images/help.gif) 0px -33px  no-repeat;
		cursor:pointer;
		text-decoration: none;	
}
