﻿body
{
}

.applbl
{
	font-family:Verdana;
	padding-left:14px;
	font-size:22px;
}

.appsec
{
	position:relative;
	width: 740px;
	left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

.appform
{
	margin: 5px;
	padding:5px;
	position:relative;
	
}

.header
{
	font-size:14px;
	font-weight:bolder;			
}

.prevhead
{
	float:left;
	width:100%;
}


.content
{
	 text-align:justify;
	 padding: 7px;	  
}


.btnwrap
{
	position: relative;
	margin-top:20px;
	margin-bottom:20px;
}

.btnleft
{
	width:110px;
	float:left; 
	vertical-align:middle; 		
}

.btnmid
{
	width:310px;
	float:left; 
	vertical-align:middle; 		
}

.btnright
{
	width:300px;
	float:right; 
	vertical-align:middle; 		
}

.separator
{
	background-color:#000000;
	height:2px;
	width:100%;
}

.separator_mid
{
	background-color:#01548A;
	height:20px;
	width:100%;
}

.valerror
{
	color:#FF0000;	
	font-weight:bold;
}

.ans
{
	color:#3333CC;
	font-weight:bold;
}


/************ MaskedEdit Related Styles ***********************/
.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
    background-color: #ffffcc;
    color: #ff0000;
}
.MaskedEditBlurNegative
{
    color: #ff0000;
}
