﻿body 
{
		font-family:Arial;
}

h1
{
	font-size:12pt;
	font-weight:bold;
	text-align:center;
	width:450px;
	}
	
.clear{
	line-height: 0;
	padding: 0;
	margin: 0;
	clear: both;
	}
	
#divProgressHolder
{
	position: absolute;
	top: 420px;
	width: 450px;
}	
	
div.formContent
{
	width:450px;
	height:400px;
	padding: 5px;

	
	}	

/* Question Text */	
div.question	
{
	width:440px;
	padding-bottom:16px;
	}
	
/* Question Text */	
div.qText	
{
	text-align:left;
	font-weight:bold;
	font-size:9pt;
	font-family:Arial;
	width:440px;
	color:Black;
	}

/* Error message for a single question */	
div.qMsg
{
	padding-left:8px;
	color:Red;
	font-size:8pt;
	font-weight:bold;
	}	
	
/* Text next to radio buttons and checkboxes */	
label.aText	
{
	text-align:left;
	font-size:9pt;
	font-family:Arial;
	padding-left:3px;
	}
	
div.qaGroup	
{
	text-align:left;
	display: none;
}

input.chk1 {
	border: thin solid #FF0000;
}
input.chk2 {
	background-color: #CCCCFF;
	border: 1px dotted #9900FF;
}
input.chk3 {
	background-color: #6699CC;
	padding: 5px;
	border: 1px solid #6666CC;
}

input.txtNum
{
	font-size: 9pt; 
	font-family:Arial;
	text-align:right;
	height: 16px;
	width:60px;
	}
	
input.txtText
{
	font-size: 9pt; 
	font-family:Arial;
	text-align:left;
	height: 16px;
	width:350px;
	}	

/* First and Last Name fields*/	
input.txtName
{
	font-size: 9pt; 
	font-family:Arial;
	text-align:left;
	height: 16px;
	width:150px;
	}
	
input.txtCity
{
	font-size: 9pt; 
	font-family:Arial;
	text-align:left;
	height: 16px;
	width:120px;
	}
	
input.txtState
{
	font-size: 9pt; 
	font-family:Arial;
	text-align:left;
	height: 16px;
	width:40px;
	}
	
input.txtZip
{
	font-size: 9pt; 
	font-family:Arial;
	text-align:left;
	height: 16px;
	width:80px;
	}				
	
/* Question Text */	
div.qName	
{
	text-align:left;
	font-weight:bold;
	font-size:9pt;
	font-family:Arial;
	color:Black;
	}		

/* Fieldsets to surround each group of answer input options */	
fieldset.aGroup
{
	width:450px;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:8px;
	border:none;
	}	
	
p.nav
{
	width:450px;
	position: absolute;
	top: 380px;
	text-align:center;
	}	
	
textarea.ta1 {
	width: 400px;
	height: 60px;
	border: 2px solid #cccccc;
	padding: 3px;
	font-family:Arial;
	background-position: bottom right;
	background-repeat: no-repeat;
}	

.imageButton
{
	border-style: none;
	text-decoration: none;
}

.imageButton>img
{
	text-decoration: none;
	border-style: none;
}

#login 
{
	font-size:9pt;
    line-height:25px;
    margin: 10px 0px;  
    }

#forgotPassword 
{
	font-size:9pt; 
	line-height:25px;
    margin: 10px 0px; 
    display:inline;
    }
    
.modalBackground{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
	}

.popup{
    background-color:#ffffdd;
    border-width:3px;
    border-style:solid;
    border-color:Gray;
    padding:10px;
    margin: 25px;
    overflow: scroll;
    height: 400px;
	}
	.popup #header{
		font-size: 18px;
		font-weight: bold;
		border-bottom: solid 1px Gray;
		}
	.popup>div{
		padding: 10px;
		}    
    
.messageBox
{
	margin-bottom: 20px;
	padding: 10px;	
	float: left;
	font-size: 10px;
	font-weight: bold;	
}

	.messageBox div
	{
		float: left;		
		width: 380px;				
	}
    
.error
{
	
	background-repeat: repeat;
	background-image: url(images/MessageBlock.png);
	border: solid 1px #981B41;
}    
	
	.error div.error-icon
	{
		background-image: url(images/Error_32x32.png);
		padding-left: 40px;
		background-repeat: no-repeat;
		width: 395px;
	}

.info
{	background-repeat: repeat;
	background-image: url(images/infomessage.png);
	border: solid 1px #001F7E;
}	
	.info div.info-icon
	{
		top: 0;
		background-image: url(images/Info-box-blue-32.png);
		padding-left: 40px;
		background-repeat: no-repeat;
		width: 395px;
	}

.warning
{	
	background-repeat: repeat;
	background-image: url(images/warningbox.png);
	border: solid 1px #EA9D47;
}	
	.warning div.warning-icon
	{		
		top: 0;
		left: 0;
		background-image: url(images/Warning32x32.png);
		padding-left: 40px;
		background-repeat: no-repeat;
		width: 395px;
	}



    

	

