﻿.form
{
	background: #fafaf9 url(../images/forms/bg.gif) repeat-y right;
	font-size: 11px;
	color: #333333;
	width: 100%;
}

.form TD
{
	padding: 7px 20px 7px 4px;
	font-size: 11px;
	color: #333333;
}
.form TR
{
	background-image: url(../images/forms/separator.gif);
	background-repeat: repeat-x;
	background-position: bottom right;
}
.form input 
{
	width: 240px;
	border: 1px solid #A7BDC7;
	font-size: 13px;
	color: #333;
	height: 21px;
	line-height: 21px;
	vertical-align: middle;
}
textarea
{
	width: 240px;
	border: 1px solid #A7BDC7;
	font-size: 13px;
	color: #333;
	vertical-align: middle;
	font-family: Tahoma, Arial, Verdana;
}

.form select
{
	width: 240px;
	font-size: 11px;
	color: #333;
	height: 21px;
}

.radiobutton input
{
	border: 0px;
	width: 20px;
	vertical-align: middle;
	height: auto;
	line-height: normal;
	padding:0;
	margin:0;
}

.radiobutton, .radiobutton TD,  .radiobutton TR
{
	font-size: 11px;
	padding: 0px;
	background-image: none;
	margin: 0px;
}
.button
{
	background: url(../images/forms/button.gif) no-repeat right;
	width: 104px;
	height: 23px;
	background-color: transparent;
	text-align: center;
	text-decoration: none;
	color: #333333;
	font-size: 10px;
	border: 0px;
	vertical-align: middle;
	font-weight: bold;
	float: right;
	margin: .7em 1.5em 0 0 ;
	
}
.module
{
	background-image: url(../images/forms/borderModule.gif);
	background-repeat: repeat-y;
	background-color: #F6F6F3;
	background-position:right;
	padding: 16px;
	margin: 20px;
	font-size: 11px;
}
.module a.button
{
	margin-left: .5em;
	margin-right: .5em;
	font-weight:normal;
}
.formHeaderNew, .formHeaderNew TD
{
	font-size: 18px;
	font-family: Arial;
	padding: 30px 0px 7px 20px;
	color: #61b9d8;
	background: #fff url(../images/forms/footer.gif) repeat-x bottom right;
}
.formHeader, .formHeader TD
{
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 5px;
	color: #666666;
	background: #fff url(../images/forms/footer.gif) repeat-x bottom right;
}

.formHeader th
{
	padding-bottom: 8px;
}
.formsText
{
	background-color:#f7f7f5;
	font-size: 12px;
	color: #333333;
	width: 100%;
}

.formsText td 
{
	padding-bottom:1em;
}
