@import url("../style2.css");

div.step
{
	margin-bottom: 10px;
}
span.errorMsg
{
	color: #DC3F3F;
	font-weight: bold;
}

#popup_body
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	height: 200px;
	background-color: white;
	color: black;
	padding: 10px;
	margin: 0px;
	text-align: left;
}

#popup_body form
{
	width: 90%;
}

a.popup
{
	color: #191970;
	text-decoration: none;
	font-size: 9px;
}

a.popup:hover
{
	text-decoration: underline;
}

#popup_body option
{
	font-size: 11px;
	padding: 0px 0px 3px 3px;
}

#button_div
{
	width: 100%;
	text-align: center;
}