﻿#QuickForm
{
	margin-top: 25px;
	padding: 10px;
	width: 350px;
	height: 400px;
	text-align: left;
}

#QuickForm H2
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #ffffff;
	font-family: Verdana;
	font-weight: normal;
	font-size: 25px;
	font-style: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#QuickForm P
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana;
	font-size: 11px;
	font-style: italic;
	color: #737171;
	vertical-align: middle;

}

#QuickForm .Form_Lable
{
	width: 100px;
	color: #bebdbd;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	vertical-align: text-top;
	float: left;
	clear: left;
	margin-right: 15px;
	font-style: normal;
}

#QuickForm .TextEntry
{
	height: 25px;
	width: 215px;
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
	margin-top: 5px;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	vertical-align: middle;
	line-height: 25px;
}

#QuickForm .Form_Button
{
	height: 31px;
	width: 101px;
	margin-top: 5px;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	vertical-align: middle;
	line-height: 25px;
	margin-left: 115px;
	display: inline;
}


