.formFeedBack{background-color:#fff; width:450px; font-size:14px; }
.formFeedBack p{font-size:14px;}
.formFeedBack input[type=text]
{
	width:390px; 
	height:30px;
	padding:5px 10px;
	border-radius:2px;
    border:1px solid #d3d3d3;
}
.formFeedBack input[type=submit]
{
	width: auto !important;
	height: 50px;
	background-color: #40808;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
    background: -moz-linear-gradient(top, #d40808 0%, #9e1111 100%);
    background: -webkit-linear-gradient(top, #d40808 0%,#9e1111 100%);
    background: -o-linear-gradient(top, #d40808 0%,#9e1111 100%);
    background: linear-gradient(top, #d40808 0%,#9e1111 100%);
    border:1px solid #9e1111;
    border-radius:10px;
	
}
table.form-table
{
	width:100%;
	/*background-color:#F0FFFF;*/
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	/*border:1px solid #ADC3D5;*/
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 8px 15px;
}

.form-required 
{
	color: red;
}
.popup p {
    padding:0 15px;
}
.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(images/icon_warn.gif);
}