/* ------------ FORMS ------------ */

form, fieldset, legend { color: #494949;}

input, textarea, label, fieldset, legend { 
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 100%;
}

.long {
	width: 530px;
	background: #fff;
	border: 1px solid #b3b2b2;
}

.reqlong {
	width: 500px;
	background: #fff;
	border: 1px solid #b3b2b2;
}

input.short {
	width: 200px;
}

select.long { 
	width: 400px;
}

input#submit {
	background: #cccbcb2;
	border: 1px solid #b3b2b2;
	width: 150px;
	padding: 2px 0;
}

/* Hide from IE Mac \*/
input, textarea { padding: 2px; }
/* End hide from IE Mac */

fieldset, legend {
	border: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

fieldset { margin: 15px 0; }

fieldset label { font-weight: normal; }

legend { *margin-left: -5px; /* targets IE6 and 7 */ }

label { font-weight: bold;}

#hide1, #hide2, #hide3, #hide4, #hide5, #hide6{
	margin-left: 20px;

}

textarea{ height:50px; }

</style>