.error{
    border: 1px solid #c54e32;
    background: #fbbda9;
    font-weight: bold;
    padding: 2px 5px;
    margin-bottom: 10px;
    max-width: 790px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 450px;
}

.success{
    border: 1px solid #5c9142;
    background: #dee9d9;
    font-weight: bold;
    padding: 2px 5px;
    margin-bottom: 10px;
    max-width: 790px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 450px;
}

.notice{
    border: 1px solid #f6db5e;
    background: #faeca9;
    font-weight: bold;
    padding: 2px 5px;
    margin-bottom: 10px;
    max-width: 790px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 450px;
}

.NavTab { background-color:#CCCCCC; 
	border:1px solid black;
	border-bottom:#CCCCCC; 
	font-size:.75em; 
	width:100px;
	text-align:center;
	cursor:hand;
	}
.NavTab:Hover {
	background-color:#999999;
	color:white;
	border-bottom:#999999;
	}
.NavTab_selected {
	border:1px solid black;
	background-color:#999999;
	color:white;
	border-bottom:#999999;
	font-size:.75em; 
	width:100px;
	text-align:center;
	}

.subNav {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	padding-left:8px;
	padding-right:8px;
	padding-top:2px;
	padding-bottom:2px;
	text-decoration:none;
	letter-spacing:.1em;
}
.subNav:Hover {
	text-decoration:underline;
	}
.HeaderLi {
	font-size:1.25em;
	color:#666666;
	font-family:Georgia, "Times New Roman", Times, serif;
}

body{
    background: #efefef;
}

h1 {
	font-size:2.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}
    
h2 {
	font-size:1.25em;
	color:#666666;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#content {
    font-size:.75em;
    font-family:Arial, Helvetica, sans-serif;
}

.form_display{
    
}

    .form_display label.strong{
        font-weight: bold;
    }
    
    .form_display label.hilite{
        color: red;
    }
    .form_display label{
        
    }
    
    div.help_text{
        color: blue;
        font-size: 10px;
    }
    .form_display input, select, textarea{
		border: 1px solid black;
		padding: 2px;
		margin-bottom: 15px;
		vertical-align: top;     
	}
    .form_display input.no_border{
        border: 0px;
    }
	.form_display textarea{
		border: 1px solid black;
		width: 450px;
        height: 200px;
		vertical-align: top;
		overflow: auto;
	}
    
    .form_display input.button{
		-moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border: 1px solid black;
        background: #FCFDFF url("/images/gradient_btn.jpg") bottom left repeat-x;
	}
    
    em{
        color: red;
        font-weight: bold;
    }

    .label{display: block; margin-bottom: 5px;}
    .checkbox, select, textarea, .text, .radio{margin-left: 30px;}
	.text{width: 350px;}
    .help_text{margin:0 0 10px 30px;}
    .question_group{margin-bottom: 10px;}


