/* CSS Document */

table.form
{
    width: 960px;
    margin-bottom: 20px;
}

.form td
{
    padding-left: 10px;  
    padding-right: 10px;
}

input[type="text"], textarea
{
    background: #fff url(../images/bk_fields.gif) bottom left repeat-x;
    border: 1px solid #334879;        
    margin-bottom: 20px;
    padding: 3px;    
}

.full
{
    width: 100%;
}

input[type="text"]:focus, textarea:focus
{
    background: #fff url(../images/bk_fields2.gif) bottom left repeat-x;          
}

input[type="submit"], input[type="button"] 
{
    background: #fff url(../images/bk_nextBtn.gif) top left repeat-x;
    border: 2px solid #334879;
    font-weight: bold;        
    height: 30px;
    margin: 0;
    padding: 0 5px 0 26px;    
}   

    input[type="button"].back 
    {
        background: #fff url(../images/bk_backBtn.gif) top left repeat-x;   
    }     

input[type="submit"]:hover, input[type="button"]:hover  
{
    background-position: bottom left;
    border-color: #3d558f;
    color: #3d558f;
}

select
{
	//width: 75px;
}

label
{
	font-weight: bold;
	color: #084C8F;
}

label.section
{
    
}

fieldset
{
	color: #993333;
	padding: 10px;
	font-weight: bold;
	font-size: 12pt;
	
	background: url(images/background2.jpg) repeat-x;
	width: 500px;	
}

.caption
{
	text-align: right; 
	font-weight: bold;
	font-size: 10pt;	   
}

td
{
	font-size: 10pt;
	font-type:Verdana;
}

#frmApplication
{

}
.bgclss
{
    background: #7cb2d4 url(../images/bg_section.gif) bottom left repeat-x;
    border-bottom: 20px solid white;
    padding: 5px;
}
