﻿.tblHeader
{
	height:30px;
	font-weight:bold;
	color:#2083e7;
	font-size:14px;
	font-family: "Copperplate Gothic Light" ,arial;
	background:url(images/formHeader.gif) bottom;
	
}
.tblFooter
{
	height:30px;
	background:url(images/formFooter.gif) bottom;
	
}
.row1
{
	background:url(images/formbg.gif) bottom;
	height:20px;
	padding-bottom:5px;
	padding-top:5px;
    
}
.row2
{
	height:20px;
	background:url(images/formbg.gif) bottom;
	padding-bottom:5px;
	padding-top:5px;	
	
}
.quoteTxtBox
{
	width:200px;
	border:1px solid #ccc;
	font-size:12px;
	color:blue;
}
.quoteBtn
{
	border:1px solid #ffffff;
	height:23px;
	font-size:12px;
	color:black;
	width:110px;
	font-weight:bold;
	background-color:#cecece;
	background:url(images/btnBg.gif) repeat-x;
	letter-spacing:1px;
}

.loginTxtBox
{
	width:220px;
	border:1px solid #ccc;
	font-size:12px;
	color:blue;
}
.loginBtn
{
	border:1px solid #ffffff;
	height:23px;
	font-size:12px;
	color:white;
	width:245px;
	font-weight:bold;
	background:url(images/btnBg.gif) repeat-x;
	letter-spacing:1px;
}
.formBodyContainer
{
    width: 605px;
    height: 100%;
    margin: 20px 10px 0 10px;
    font-size: 12px;
    font-family: "Copperplate Gothic Light" ,arial;
    
}
.quoteTbl
{
    width:605px;    
}

.row1 td
{
    border-left:solid 1px #b9e4fc;
     border-right:solid 1px #b9e4fc;
 }
 .row2 td
{
    border-left:solid 1px #b9e4fc;
     border-right:solid 1px #b9e4fc;
 }