@charset "utf-8";
/* CSS Document */
#green_box
{
	background-color: #f3fdf2;
	border: 1px solid #9fc99c;	
	width: 812px;
	height: auto;
	margin: 20px 5px 10px 5px;
	padding: 10px 0 10px 0;
}
#green_box a
{
	color: #4187c6; /*blue color*/
	text-decoration: none;
	font-size: 11px;
}
#green_box a:hover
{
	color: #e68112; /*blue color*/
	text-decoration: none;
	font-size: 11px;
	text-decoration: underline;
}
#green_box h5
{
	color: #4187c6; /*blue color*/
	text-decoration: none;
	font-size: 11px;
}
#green_box p, #gray_box p
{
	font-size: 11px;
	color: #312e2e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 8px 5px 20px;
	line-height: 18px;
}
#green_box select
{
	margin-left: 30px;
	width: 210px;
	font-size: 11px;
	color: #312e2e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.options_button
{
	background-image:url(../images/buttons/118green_button.jpg);
	background-repeat: no-repeat;
	width: 118px;
	height:30px;
}
.green_button_text /*text on green buttons*/
{
	color: #167a0f;
	font-size: 11px;
    text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 7px;
	text-align: center;
}
.preview_button
{
	background-image:url(../images/buttons/82x30green_button.jpg);
	background-repeat: no-repeat;
	width: 80px;
	height: 30px;
}
.orange_button
{
	background-image: url(../images/buttons/orange_button.jpg);
	background-repeat: no-repeat;
	width: 119px;
	height: 33px;
	margin-left: 10px;
}
.orange_button_text /*text on orange buttons*/
{
	color: #974808;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	padding-top: 9px;
}
#gray_box
{
	background-color: #f5f5f5;
	border: 1px solid #c9c6c6;
	width: 812px;
	height: auto;
	margin: 10px 5px 10px 5px;	
	padding: 10px 0 10px 0;
}

.blue_button
{
	background-image:url(../images/buttons/102x28blue_button.jpg);
	background-repeat: no-repeat;
	width: 102px;
	height:28px;
	margin-top:5px;
}
.blue_button_text /*text on blue buttons*/
{
	color: #056c9b;
	font-size: 11px;
    text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 6px;
	text-align: center;
}

