﻿.forms_Title {
	background-repeat: repeat-x;
	background-position:bottom;
	padding-bottom: 8px;
	width: 100%;
	margin-bottom: 10px;
	font-size: 19px; 
	color: #02569e; 
	font-weight: normal;
}

.forms_Table
{
	padding: 0px;
	margin-top: 0px;
	width: 565px;
	border: 0;
	background-repeat: no-repeat;
}

.forms_Header {
	border-bottom: none;
	padding-left: 19px;
}

.forms_ItemOneRow {
	font-size:11px;
	color:#333333;
	height:40px;
	padding:5px 5px 5px 18px;
	width: 545px;
	border: 0px solid blue;
}
.forms_ItemOneRow A {
	color:#333333;
}
.forms_ItemOneRow A:hover {
	color:black;
	background-color: #E7E7E7;
}

.forms_ItemLeft {
	font-size:11px;
	color:#333333;
	height:30px;
	padding-left:28px;
	width: 160px;
	text-align: left;
}

.forms_ItemRight {
	font-size:11px;
	color:#333333;
	height:30px;
	padding-left:2px;
	text-align: left;
}

.forms_TextField {
	width:198px;
	height:15px;
	border:1px solid #cfcfcf;
    background-color: White; /*#E9E9E9;*/
	/*background-image: url('../images/Forms/textfield.gif');*/
	background-repeat:no-repeat;
	/*padding-left:6px;*/
	padding-top:2px;
	margin-top: 2px;
	padding-left:3px;
	color:#666666;
	font-size:11px;
	vertical-align:middle;
	background-attachment:fixed;
}

.forms_Dropdown {
	width:198px;
	height:21px;
	color:#666666;
	font-size:11px;
}

a.forms_link
{
	color: #17A5F9;
}

.forms_Validation {
	color:Red;
	font-size:11px;
	font-weight: bold;
}

.forms_ValidationSummary {
	color:#FF6600;
	font-size:11px;
	padding-left:5px;
}

.forms_Button, .button
{
	border: none;
	width:113px;
	line-height:32px;
	height:32px;
	text-align:left;
	padding-left:15px;
	background:url(../Images/Buttons/buttonBg.gif) no-repeat;
	font-size:11px;
	color:#333333;
	vertical-align: middle;
	margin: 20px 0px 20px 0px;
}

.forms_ButtonOrder
{
	border: none;
	width:174px;
	line-height:32px;
	height:60px;
	text-align:left;
	background:url(../Images/Buttons/buttonOrderNow.gif) no-repeat;
	font-size:11px;
	color:#333333;
}

.forms_ButtonLarge
{
	border: none;
	width:160px;
	line-height:32px;
	height:32px;
	text-align:center;
	background:url(../Images/Buttons/buttonBgLarge.gif) no-repeat;
	font-size:11px;
	color:#333333;
	vertical-align: middle;
	margin: 20px 0px 20px 0px;
}

.forms_ButtonTip
{
	visibility: hidden;
	height: 0px;
}
