/* FORMS */

form { margin:0; }

legend { font-weight:normal; font-size:12px; color:#666; background-color:transparent }

fieldset {
	margin:1em auto;
	padding:0 1em;
	border:1px solid #ccc;
	background-color:transparent;
	border-bottom-right-radius:1em;
	border-bottom-left-radius:1em;
	-moz-border-radius-bottomright:1em;
	-moz-border-radius-bottomleft:1em;
	-webkit-border-bottom-right-radius:1em;
	-webkit-border-bottom-left-radius:1em;
}

fieldset table, fieldset .form {
	width:90%;
	margin:0 auto;
}

input, select, textarea {
	font-family:'Tahoma', helvetica, arial, sans-serif;
	font-size:13px;
	background-color:#fff;
	color:#000;
	padding:2px;
	border-left:1px solid #333;
	border-top:1px solid #333;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}

select {
	padding:0;
	/*
	padding:0;
	background-color:#06c;
	color:#fff;
	*/
}

/* textarea { width:95% } */

input[type='text'], input[type='password'], textarea {
	/* background:url(../images/input_bkgd.gif) top left no-repeat #ccc; */
	padding:4px 6px;
}

select:focus, input:focus, textarea:focus { 
	/*border-color:#0057a6;*/
	color:#0057a6;
	background-color:#fff;
}

label.checked { color:#0057a6 }
.required, .req { color:green; font-size:20px; font-weight:normal; vertical-align:middle; }

input.checkbox { border:none; background-color:transparent }

.submit {
	background-color:#0057a6;
	border-color:#0057a6;
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	padding:4px 6px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
}

input.image {
	border:none;
	padding:none;
}

input.submit:focus { color:#000 }
/* input.submit:hover { background-color:black } */

input.radio, input.checkbox, input[type='radio'], input[type='checkbox'] { 
	border:0; background-color:transparent;
}

#pooh { display:none; }