form input,
form select
{
	color: #767676;
	background-color: #fff;
	border: 1px solid #CDCDCD;
	text-align: center;
	margin-left: 40px;
        width: auto;
	height: auto;
}


form input.no_style
{
	color: auto;
	background-color: auto;
	border: none;
	text-align: auto;
	margin-left: 0px;
}


form
{
	text-align: left;
}

form div
{
	margin: 5px 25px 0px 25px;
}

form label
{
	font-family: Verdana, Sans-Serif;
	font-size: 80%;
	color: #587027;
	background-color: #fff;
	position: absolute;
}

form p
{
	font-family: Verdana, Sans-Serif;
	font-size: 70%;
	color: #AA7E00;
}

form .date_picker label
{
	color: #AA7E00;
	background-color: #fff;
}

form .date_picker input
{
	width: 76px;
}
form .email input
{
	margin: 0;
	width: 120px;
}

form .submit_button
{
	margin: 20px 0px 0px 0px;
	text-align: center;
}
form .submit_button input
{
	margin: 0;
	border: none;
	width: 151px;
	height: 25px;
}