/* Minification failed. Returning unminified contents.
(650,19): run-time error CSS1036: Expected expression, found ';'
 */
/* invalid input */
.bvalidator_invalid {
	border: 1px solid red;
}
/* error message */
.bvalidator_errmsg {
	background-color: #333;
	font-size: 10px;
	border: 1px solid #999;
	color: #FFF;
	display: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topleft: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-moz-box-shadow: 0 0 6px #ddd;
	-webkit-box-shadow: 0 0 6px #ddd;
	box-shadow: 0 0 6px #ddd;
	white-space: nowrap;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: 0.9;
	filter: alpha(opacity=90)
}
/* close icon */
.bvalidator_errmsg .bvalidator_close_icon {
	margin-left: 5px;
	margin-top: -2px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #F96;
	cursor: pointer
}
/* arrow */
.bvalidator_errmsg em {
	display: block;
	border-color: #333 transparent transparent;
	border-style: solid;
	border-width: 10px 10px 0;
	height: 0;
	width: 0;
	position: absolute;
	bottom: -10px;
	left: 5px
}

body {
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    background-color: #efefef;
    background-image: url('https://forms.americansentinel.edu/images/asu-hero-1920e.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
    webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #333;
	font:12px Arial, Helvetica, sans-serif;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    margin: 0;
	padding:0 0 20px;
	min-width:1003px;	
}

a {
	color:#632d4f;
	text-decoration:none;
}
a:hover {text-decoration:underline;}
img {border-style:none;}
input, textarea, select {
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#000;
}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
#wrapper {
	position:relative;
	width:991px;
	margin:0 auto;
	padding:160px 6px 0 5px;
	background:#fff;
}
#header {
	position:absolute;
	z-index:2;
	left:5px;
	top:0;
	width:991px;
	height:160px;
}
.logo {
	position: absolute;
	top: 26px;
	left: 18px;
	z-index: 3;
	margin: 0;
	background: url(/Images/logo.gif) no-repeat;
	width: 161px;
	height: 124px;
	text-indent: -9999px;
	overflow: hidden;
}
.logo a {
	display:block;
	height:100%;
}
.navbar {
	position: relative;
	z-index: 2;
	width: 800px;
	height: 70px;
	padding: 80px 0 0;
	margin: 0 0 7px auto;
	background: #000 url(/Images/formbg-nav.jpg) no-repeat;
}
#main {
	width:991px;
	padding:1px 0 1px;
}
.main-holder {
    display: block;
    float: right;
    height: auto;
    overflow: visible;
    padding: 0 15px 40px 0;
    width: 750px;
}
.main-holder:after,
#main:after {
	content:"";
	display:block;
	clear:both;
}
#leftcol {
    float: left;
    margin: 0;
    padding: 0 0;
    width: 191px;
}
.form-title {
	width:600px;
	margin:-1px 0 0;
	padding:0 0 2px 8px;
	overflow:hidden;
}
h1, h2, h3, h4, h5 {
    font-family: Oswald,Arial,Helvetica,sans-serif;
	font-weight: 400;
	
}	
.form-title h1 {
	margin:0;
	padding: 0 0 2px 15px;
	float:left;
	max-width:600px;
	font: 400 26px/42px Oswald,Arial,Helvetica,sans-serif;
 	color:#fff;
  float:left;	
}
h2 {
    font: 400 20px/20px Oswald,Arial,Helvetica,sans-serif;
	border-bottom: none;
	text-align: left;
}
h4 {
    font: 400 16px/25px Oswald,Arial,Helvetica,sans-serif;
}
.fieldSection {
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    clear: both;
    color: #333;
    display: block;
    float: inherit;
    font-family: Oswald,Arial,Helvetica,sans-serif;
    font-size: 160%;
    font-variant: normal;
    font-weight: 400;
    margin: 10px 0;
    padding: 5px 8px;
}
ul.steps li {
    background-color: #e7e7e7;
    border-radius: 0px;
    color: #333;
    padding: 5px 12px;
    margin: 0;   
	font-size: 12px;
    font-weight: normal;	 
}

ul.steps li.current {
    background-color: #632d4f;
    background-image: none;
    background-repeat: no-repeat;
    border-radius: 0;
    color: #ffffff;
    margin: 0;
    padding: 5px 12px;	
	font-size: 12px;
    font-weight: normal;	
}
.letsbegin {
    float: none;
    margin: 30px auto;
}
.form-title .tabset {
	float:right;
	position:relative;
	list-style:none;
	margin:-2px 0;
	padding:0;
}
#footer {
	width:991px;
	padding:0 0 5px;
}
	/*#footer .container {
		position: relative;
		background: url(/Images/bg-container.jpg) no-repeat;
		width: 991px;
		padding: 102px 0 0;
		margin: 0 0 11px;
		overflow: hidden;
	}*/
.slogan {
	position:absolute;
	right:7px;
	top:13px;
	background:url(https://forms.americansentinel.edu/images/tagline_white.png) no-repeat;
	width: 280px;
	height: 102px;
	text-indent:-9999px;
	overflow:hidden;
}

#footer .container .text-block {
	width:767px;
	padding:3px 20px;
	font-size:11px;
	line-height:14px;
	background:transparent;
	color:#fff;
}
#footer .container p {margin:0;}
.section-nav {
	width:981px;
	background:#632d4f;
	padding:11px 0 0 10px;
	overflow:hidden;
	color:#fff;
	font-size:12px;
	line-height:15px;
}
#footer .logos {
    padding: 12px 0px 0px;
    margin: 0px;
}
.section-nav .col {
	float:left;
	width:225px;
	margin:0 0 -4px;
	padding:0 10px 0 9px;
}
.section-nav ul {
	list-style:none;
	margin:0 0 23px;
	padding:0;
}
.section-nav ul li {
	padding:0 0 2px;
	vertical-align:top;
}
.section-nav a {color:#fff;}
.section-nav h3 {
	margin:0 0 11px;
	padding:12px 0 0;	
	font: 300 14px/14px Oswald,Arial,Helvetica,sans-serif;
	text-transform:none;
	width:100%;
	overflow:hidden;	
	float:left;	
	color: #fff;
}

.intro-pic {
    display: block;
    float: left;
    height: auto;
    margin: 0 50px 0 0;
    padding: 0;
    width: auto;
}

.intro-content {
    display: block;
    float: none;
    height: auto;
    margin: 0 50px 50px;
    padding: 0;
    width: auto;
}
.letsbegin {
	border: 1px solid #DD790B;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    background: #F58D1B;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F58D1B), to(#DD790B));
    background: -webkit-linear-gradient(#F58D1B, #DD790B);
    background: -moz-linear-gradient(#F58D1B, #DD790B);
    background: -ms-linear-gradient(#F58D1B, #DD790B);
    background: -o-linear-gradient(#F58D1B, #DD790B);
    background: linear-gradient(#F58D1B, #DD790B);
    -pie-background: linear-gradient(#F58D1B, #DD790B);
	behavior: url(https://forms.americansentinel.edu/images/PIE.htc);
	color: #FFFFFF;
	font-size: 100%;
    font-weight: bold;
	cursor: pointer;
    display: block;
    float: none;
    height: auto;
    margin: 0 auto;
    padding: 4px 4px 10px 14px;
    width: 400px;
	text-align: center;
}
#footer .logos {
	padding:12px 0 0;
	margin:0;
}
#footer .logos li {
	display:inline-block;
	vertical-align:top;
	margin-right:-3px;
	padding:0 5px 5px 2px;
}
*+html #footer .logos li {
	display:inline;
	margin:0;
}
.hidden {display:none;}
#hintbox {
position:absolute;
top: 0;
background-color: lightyellow;
width: 175px;
padding: 3px;
border:1px solid black;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}
.hintanchor {
font-weight: bold;
color: navy;
margin: 3px 8px;
}
form.formular {
width: 400px;
display: inline-block;
}
.formular fieldset {
 border: none;
 padding-left: 5px;
}
.formular legend {
}
.formular label {
		display:  block;
    text-align: left;
		clear: both;
    padding: 7px 0;		
}
.formular label span {
	color: #333;
}
.formular input {
margin-top: 0;
	 background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #B5B8C8;
    width: 277px;
		padding: 1px 4px;
		color: #666666;
		font-size: 11px;	
		display:  inline-block;			
    float: right;		
}
.formular select {
margin-top: 3px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #B5B8C8;
    width: 288px;
		padding: 1px 0px 1px 2px;				
		color: #666666;
		font-size: 11px;		
		display:  inline-block;		
    float: left;			
}
.formular .text-input {
	width: 250px;
	color: #555;
	padding: 0;
	border: 1px solid #B5B8C8;
	margin-top: 0;
	background: #FFF;
}
.formular textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #B5B8C8;
    height: 50px;
    width: 277px;
		padding: 1px 2px;						
		color: #666666;		
		font-size: 11px;		
		display:  inline-block;		
}
.formular .infos {
	background: #FFF;
	padding: 1px;
	margin-bottom: 1px;
}
.formular span.checkbox, .formular .checkbox {
	display: inline;
}
.formular input.submit {
        border: 1px solid #DD790B;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        -webkit-box-shadow: #666 0px 2px 3px;
        -moz-box-shadow: #666 0px 2px 3px;
        background: #F58D1B;
        background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F58D1B), to(#DD790B));
        background: -webkit-linear-gradient(#F58D1B, #DD790B);
        background: -moz-linear-gradient(#F58D1B, #DD790B);
        background: -ms-linear-gradient(#F58D1B, #DD790B);
        background: -o-linear-gradient(#F58D1B, #DD790B);
        background: linear-gradient(#F58D1B, #DD790B);
        -pie-background: linear-gradient(#F58D1B, #DD790B);
		behavior: url(https://forms.americansentinel.edu/images/PIE.htc);
		color: #FFFFFF;
		font-size: 100%;
        font-weight: bold;
		margin: 10px 0 40px ;
		padding:4px 35px;
	cursor: pointer;	
}
input.forward, input.previous {
        border: 1px solid #DD790B;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: #666 0px 2px 3px;
        -moz-box-shadow: #666 0px 2px 3px;
        background:#F58D1B;
        background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F58D1B), to(#DD790B));
        background: -webkit-linear-gradient(#F58D1B, #DD790B);
        background: -moz-linear-gradient(#F58D1B, #DD790B);
        background: -ms-linear-gradient(#F58D1B, #DD790B);
        background: -o-linear-gradient(#F58D1B, #DD790B);
        background: linear-gradient(#F58D1B, #DD790B);
        -pie-background: linear-gradient(#F58D1B, #DD790B);
		behavior: url(https://forms.americansentinel.edu/images/PIE.htc);		
		color: #FFFFFF;
		font-size: 100%;
        font-weight: bold;
		margin: 10px 0 40px ;
		padding:4px 10px;
		cursor: pointer;	
}
input.cancel {
        border: 1px solid #632d4f;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background:#632d4f;	
		color: #FFFFFF;
		font-size: 100%;
        font-weight: bold;
		margin: 5px 0;
		padding:4px 10px;
		cursor: pointer;	
}
.formular hr {
}
H3.rfi {
font-family: Oswald, Arial, Helvetica, sans-serif; 
font-size:18px; 
font-weight: 300;
}
.sidebar H3 {padding: 0 10px;}
.Submit input {
background: #9ce719; /* Old browsers */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzljZTcxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1M2I5MDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #9ce719 0%, #53b908 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9ce719), color-stop(100%,#53b908)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #9ce719 0%,#53b908 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #9ce719 0%,#53b908 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #9ce719 0%,#53b908 100%); /* IE10+ */
background: linear-gradient(to bottom,  #9ce719 0%,#53b908 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ce719', endColorstr='#53b908',GradientType=0 ); /* IE6-8 */
    border-radius: 15px;
    border: 0 none;
    border-radius: 12px 12px 12px 12px;
    color: #333;
    font-size: 12px;
    font-weight: bold;
    margin: 8px 10px;
    padding: 5px 20px;
    width: 275px;
		cursor: pointer;
} 
.Submit input:hover {
border-color: #53b908;	
background: #53b908; /* Old browsers */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUzYjkwOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5Y2U3MTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #53b908 0%, #9ce719 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#53b908), color-stop(100%,#9ce719)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #53b908 0%,#9ce719 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #53b908 0%,#9ce719 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #53b908 0%,#9ce719 100%); /* IE10+ */
background: linear-gradient(to bottom,  #53b908 0%,#9ce719 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53b908', endColorstr='#9ce719',GradientType=0 ); /* IE6-8 */
}
		
.formular input#nophone { float: left; width: 20px;}
.formular input#Submit {float: none; margin: 0 auto;}		
div.Submit {text-align: center;}
		
	.formError {
			position:absolute;
			top:300px; left:300px;
			padding-bottom:13px;
			display:block;
			z-index:5000;
		}
			.ajaxSubmit{ padding:20px; background:#55ea55;border:1px solid #999;display:none}
			.formError .formErrorContent {
				width:100%; 
				background: #3D7D8D;
				color:#fff;
				width:150px;
				font-family: Arial;
				font-weight:bold; 
				font-size:11px;
				border:2px solid #ddd;
				box-shadow: 0px 0px 6px #000;
				-moz-box-shadow: 0px 0px 6px #000;
				-webkit-box-shadow: 0px 0px 6px #000;
				padding:4px 10px 4px 10px;
				border-radius: 6px;
				-moz-border-radius: 6px;
				-webkit-border-radius: 6px;
}
			
			.formError .formErrorArrow{
				position:absolute;
				bottom:0;left:20px;
				width:15px; height:15px;

				z-index:5001;
			}
			.formError .formErrorArrowBottom{top:0;margin:-6px;}
			
				.formError .formErrorArrow div{
					border-left:2px solid #ddd;
					border-right:2px solid #ddd;
					box-shadow: 0px 2px 3px #444;
					-moz-box-shadow: 0px 2px 3px #444;
					-webkit-box-shadow: 0px 2px 3px #444;
					font-size:0px; height:1px; background:#ee0101;margin:0 auto;line-height:0px; font-size:0px; display:block;
				}
					.formError .formErrorArrowBottom div{
						box-shadow: none;
						-moz-box-shadow: none;
						-webkit-box-shadow: none;
					}
					
				.formError .formErrorArrow .line10{width:15px;border:none;} 
				.formError .formErrorArrow .line9{width:13px;border:none;} 
				.formError .formErrorArrow .line8{width:11px;} 
				.formError .formErrorArrow .line7{width:9px;} 
				.formError .formErrorArrow .line6{width:7px;} 
				.formError .formErrorArrow .line5{width:5px;} 
				.formError .formErrorArrow .line4{width:3px;} 
				.formError .formErrorArrow .line3{width:1px;
					border-left:2px solid #ddd;
					border-right:2px solid #ddd;
					border-bottom:0px solid #ddd;} 
				.formError .formErrorArrow .line2{width:3px;border:none;background:#ddd;}
				.formError .formErrorArrow .line1{width:1px;border:none;background:#ddd;}  
				
#colL {width: 440px; display: inline-block; float: left;}
#colR {width: 300px; display: inline-block; float: right;} 
#seal1content img, seal2content img {margin-right: 8px; margin-bottom: 15px;}
#theform {width: 300px; background: #ffffff url('https://forms.americansentinel.edu/images/required.gif') no-repeat fixed top right; font-size: 11px;}
#postal {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #B5B8C8;
    width: 10px;
		height: 10px;
		display: inline-block; 
		float: left;
		padding: 0px 0px;		
		color: #666666;		
}
H3.sidebar {
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
		text-align: center;
		margin: 10px 0;
		}
#since {color: #666666;
		font-size: 11px;	
		display:  block;
		width: 191px;
		}
#hours {color: #666666;
		font-size: 11px;	
		display:  block;
		width: 191px;
		letter-spacing: ;
		}
#phone {color: #666666;
		font-size: 14px;	
		font-weight: bold;
		display:  block;
		width: 175px;
		text-align: center;
		margin: 10px 0 5px 0;				
		}
#chat {color: #666666;
		font-size: 11px;	
		height: 26px;			
		display:  inline-block;
		float: left;
		width: 80px;
		margin: 5px 0 10px 10px;
		}
#email {color: #666666;
		font-size: 11px;
		height: 26px;	
		display:  inline-block;
		float: right;
		width: 80px;
		margin: 5px 0 10px 0;		
		}						
#phone a, #email a, #chat a {color: #333333;}				
#phone a:hover, #email a:hover, #chat a:hover {text-decoration: none;}			
.icon {width: 30px; height: 30px; border: none; vertical-align:middle;}
span.itsrequired {display: inline-block; float: right; width: 8px; height: 8px; margin-right: 4px; background: #ffffff url('https://forms.americansentinel.edu/images/required.gif') no-repeat right center; }

#TM {background-color: #e7e7e7; padding: 6px; display: block; margin: 15px 0px 0px 0px;  width: 425px; height: 115px;}
#TMphoto {border: 1px #ffffff solid; width: 85px; height: 85px; display: inline-block; float: left;}
#TMcontent {margin: 0px; font-weight: normal; font-size: 11px; width: 325px; display: inline-block; float: right;} 
#TMname {display:block; font-weight: bold; font-size: 11px; margin-top: 5px;}
#TMdegree {display:block; font-weight: bold; font-size: 10px;}


#seals {font-size: 10px; padding: 6px; display: block; margin: 15px 0px 0px 0px;}
#seal1content, #seal2content {margin-right:10px; font-weight: normal; width: 200px; display: inline-block;} 
#seal1content {float: left;}
#seal2content {float: right;}
#privacy {font-size: 10px; margin: 55px 0px 0px 0px; font-weight: normal; width: 400px; display: block;} 

img.intropic {width: 190px; height: auto;}

select.bvalidator_invalid, input.bvalidator_invalid {
	border: 1px solid red;
}

.bvalidator_errmsg em {display: none;}
.bvalidator_errmsg {
		width: 1px; 
		height: 1px; 
		background-color: #ffffff;
    border: none;
    border-radius: 0 4px 4px 0;
    box-shadow: none;
    color: #FFFFFF;
    opacity: 0.0;
    padding: 0px 0px 0px 0px;}				
				
				/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,%20Arial,sans-serif&fwDefault=normal&fsDefault=12px&cornerRadius=5px&bgColorHeader=BDCB9E&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=0&borderColorHeader=BDCB9E&fcHeader=0F4A7D&iconColorHeader=FFFFFF&bgColorContent=fcfdfd&bgTextureContent=06_inset_hard.png&bgImgOpacityContent=100&borderColorContent=F9F5CE&fcContent=0F4A7D&iconColorContent=0F4A7D&bgColorDefault=0F4A7D&bgTextureDefault=02_glass.png&bgImgOpacityDefault=0&borderColorDefault=0F4A7D&fcDefault=ffffff&iconColorDefault=8AA055&bgColorHover=BDCB9E&bgTextureHover=02_glass.png&bgImgOpacityHover=0&borderColorHover=BDCB9E&fcHover=0F4A7D&iconColorHover=0F4A7D&bgColorActive=8AA055&bgTextureActive=12_gloss_wave.png&bgImgOpacityActive=0&borderColorActive=8AA055&fcActive=ffffff&iconColorActive=0F4A7D&bgColorHighlight=FDE69F&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=0&borderColorHighlight=F7BA04&fcHighlight=0F4A7D&iconColorHighlight=F7BA04&bgColorError=E6600F&bgTextureError=12_gloss_wave.png&bgImgOpacityError=0&borderColorError=CB5F16&fcError=ffffff&iconColorError=000000&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=75&opacityOverlay=30&bgColorShadow=999999&bgTextureShadow=01_flat.png&bgImgOpacityShadow=55&opacityShadow=45&thicknessShadow=0px&offsetTopShadow=5px&offsetLeftShadow=5px&cornerRadiusShadow=5px
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana, Arial,sans-serif; font-size: 12px; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Arial,sans-serif; font-size: 11px; }
.ui-widget-content { border: 1px solid #000000; background: #ffffff; color: #333333; }
.ui-widget-content a { color: #632d4f; }
.ui-widget-header { border: 1px solid #000000; background: #000000; color: #0f4a7d; font-weight: bold; }
.ui-widget-header a { color: #0f4a7d; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #632d4f; background: #632d4f; font-weight: normal; color: #ffffff; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #ffffff; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #000000; background: #000000; font-weight: normal; color: #ffffff; }
.ui-state-hover a, .ui-state-hover a:hover { color: #5ec2de; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #000000; background: #000000; font-weight: normal; color: #ffffff; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #000000; background: #000000; color: #0f4a7d; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #632d4f; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cb5f16; background: #e6600f; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(https://forms.americansentinel.edu/images/ui-icons_ffffff_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(https://forms.americansentinel.edu/images/ui-icons_ffffff_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(https://forms.americansentinel.edu/images/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(https://forms.americansentinel.edu/images/ui-icons_000000_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(https://forms.americansentinel.edu/images/ui-icons_ffffff_256x240.png); }
.ui-state-active .ui-icon {background-image: url(https://forms.americansentinel.edu/images/ui-icons_ffffff_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(https://forms.americansentinel.edu/images/ui-icons_ffffff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(https://forms.americansentinel.edu/images/ui-icons_000000_256x240.png); }

/* positioning */
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-left-radius: 5px; }
.ui-corner-tr { -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; border-top-right-radius: 5px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; }
.ui-corner-br { -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; }
.ui-corner-top { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-left-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; border-top-right-radius: 5px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; }
.ui-corner-right {  -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; border-top-right-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; }
.ui-corner-left { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-left-radius: 5px; -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; }
.ui-corner-all { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }

.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline;}
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion .ui-accordion-li ui-accordion-li { margin-left: -20px; }
/* IE7-/Win - Fix extra vertical space in lists */
.ui-accordion a { zoom: 1; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 0 0 0 0; border-top: 0; margin-top: -2px; margin-left:0px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Autocomplete
----------------------------------*/

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: none;
    border: none;
    color: #333333;
    font-weight: normal;
		margin: 10px 0px; 
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: none;
    border: none;
    color: #333333;
    font-weight: normal;
		margin: 0px 0px 10px 0px; 
}

.ui-widget-content {
    background: none;
    border: none;
    color: #333333;
}

/* positioning */
.ui-icon-triangle-1-n { background-position: -250px -250px; }
.ui-icon-triangle-1-ne { background-position: -250px -250px; }
.ui-icon-triangle-1-e { background-position: -250px -250px; }
.ui-icon-triangle-1-se { background-position: -250px -250px; }
.ui-icon-triangle-1-s { background-position: -250px -250px; }
.ui-icon-triangle-1-sw { background-position: -250px -250px; }
.ui-icon-triangle-1-w { background-position: -250px -250px; }
.ui-icon-triangle-1-nw { background-position: -250px -250px; }
.ui-icon-triangle-2-n-s { background-position: -250px -250px; }
.ui-icon-triangle-2-e-w { background-position: -250px -250px; }

.accordion-all H3 {
background: url("https://forms.americansentinel.edu/images/unchecked.gif") no-repeat scroll 0 0 transparent;
    clear: both;
    color: #333333;
    cursor: pointer;
    font: normal 11px/14px Arial, Verdana, Helvetica, serif;
    padding: 4px 0 4px 22px;
		margin: 10px 0px 0px 0px; 		
}
.accordion-all H3.ui-state-active {
    background: url("https://forms.americansentinel.edu/images/unchecked.gif") no-repeat scroll 0 -28px transparent;
}
.fieldSection
{
	clear:both;
	float:inherit;	
	font-size: 120%;
	font-weight: bold;
	font-variant:small-caps;
	padding-top: 10px;
    background-color:#438794;
    text-align:center;
     
}
body{
font-family:Arial, Helvetica, sans-serif; 
font-size:13px;
}
.info, .success, .warning, .error, .validationsummary {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.info {
color: #00529B;
/*background-color: #BDE5F8;*/
/*background-image: url('/Content/Images/info.png');*/
}
.success {
color: #4F8A10;
/*background-color: #DFF2BF;*/
/*background-image:url('/Content/Images/success.png');*/
}
.warning {
color: #9F6000;
/*background-color: #FEEFB3;*/
/*background-image: url('/Content/Images/warning.png');*/
}
.error {
color: #D8000C;
/*background-color: #FFBABA;*/
/*background-image: url('/Content/Images/error.png');*/
}
.validation {
color: #D63301;
/*background-color: #FFCCBA;*/
/*background-image: url('/Content/Images/validation.png');*/
}
.validationsummary {
color: #D63301;
background-color: #FFCCBA;
background-image: url('/Content/Images/validation.png');
}
.largetext{
    width:400px;
    height:600px;
}
/* general */
html,
body {
    margin: 0;
    padding: 0;
    border: none;
}

body {
    background: #D7D7D7;
    color: #333;
    font: 12px/16px Arial, Helvetica, sans-serif;
}

.template {
    text-align: center;
}
/*/* headings */
/*h1 {
    position: absolute;
    top: 25px;
    left: 25px;
    margin: 0;
    width: 142px;
    height: 104px;
    overflow: hidden;
    background: url('https://forms.americansentinel.edu/images/logo.gif') no-repeat;
    text-indent: -9999px;
}*/

h1 a {
    display: block;
    height: 142px;
    height: 104px;
}

h2 {
    color: #000000;
    font: bold 18px/20px Georgia, "Times New Roman", Times, serif;
    margin: 0;
    padding: 0 0 17px 0;
    text-align: center;
    border-bottom: 2px solid #4691A5;
}

h3 {
    color: #000000;
    font: bold 16px/20px Georgia, "Times New Roman", Times, serif;
    margin: 10px 0;
    text-align: left;
}

h4 {
    font: bold 16px/25px Georgia, "Times New Roman", Times, serif;
    color: #000000;
    margin: 5px 0 0 10px;
    text-align: left;
}

h5 {
    color: #000000;
    font: bold 14px/18px Georgia, "Times New Roman", Times, serif;
    margin: 5px 0 0 10px;
    text-align: left;
}

h6 {
    color: #000000;
    font: bold 13px/16px Georgia, "Times New Roman", Times, serif;
    margin: 0 0 9px 0;
    padding: 5px 0 10px 0;
    border-bottom: 1px solid #E3DFB0;
    text-align: left;
}

hr {
    border: 1px solid #D7D7D7;
}

.blue {
    color: #4691A5;
}
/* header */
/*#header  {
	background: #D7D7D7;
	height: 148px;
	text-align: center;
}
#header strong  {
	float: right;
	font: 20px/40px Georgia, "Times New Roman", Times, serif;
	padding: 0 20px;
	color: #54642F;
}
#header .inner  {
	margin: 0 auto;
	overflow: hidden;
	background: url('https://forms.americansentinel.edu/images/headerback.jpg') no-repeat;
	position: relative;
	padding: 10px 9px 0 259px;
	width: 550px;
	height: 153px;
}*/
.first  {
	background: none !important;
}
/* footer */
/*#footer  {
	text-align: center;
	color: #7C7A67;
	height: 200px;
}
#footer .inner  {
display: block;
	background: #ffffff;
	width: 798px;
	margin: 0 auto;
	padding: 20px 10px;
}
#footer ul  {
	margin: 0;
	padding: 0;
	list-style: none;
      display: block;
      visibility: hidden;
}*/
/*#footer li  {
	display: inline;
	padding: 0 1px 0 5px;
	background: url('https://forms.americansentinel.edu/images/separator_footer.gif') no-repeat 0 50%;
}
#footer a  {
	color: #7C7A67;
	text-decoration: none;
}
#footer a:hover  {
	text-decoration: underline;
}
#footer .logo  {
	display: block;
	margin: 2px auto;
	width: 81px;
visibility: hidden;
}
#footer .logo img {
height: 40px;
width: 40px;
}*/
.left {
    float: left;
}

.right {
    float: right;
}
/* main */
#main {
    padding: 5px 13px;
    background: #ffffff;
    margin: 0 auto;
    width: 792px;
    overflow: hidden;
    text-align: center;
}
/* bottom box on the index page */
.wrap {
    width: 100%;
    overflow: hidden;
    margin: 5px 0;
}
/* breadcrumbs */
.breadcrumbs {
    background: #F9F5CE;
    padding: 5px 10px;
    font-size: 10px;
    color: #7C7A67;
    text-align: left;
}

    .breadcrumbs a {
        color: #7C7A67;
    }
/* sub navigation */
/*.sub-navigation  {
	margin: 2px 0 4px 0;
	padding: 10px 0;
	list-style: none;
	background: #B5C196 url('https://forms.americansentinel.edu/images/bg_subnav.gif') repeat-x;
	text-align: center;
}
.sub-navigation li  {
	display: inline;
	background: url('https://forms.americansentinel.edu/images/separator_subnav.gif') no-repeat 0 50%;
	padding: 0 20px;
	font: bold 14px/18px Arial, Helvetica, sans-serif;
}
.sub-navigation a:link  {
	color: #FFFFFF;
	text-decoration: none;
}
.sub-navigation a:visited  {
	color: #EFEFEF;
	text-decoration: none;	
}
.sub-navigation a:hover  {
	color: #701209;
}
.sub-navigation a:active  {
	color: #701209;
}*/

/* content part */
#content {
    width: 485px;
    padding-right: 30px;
    float: right;
    font: 12px/16px Arial, Helvetica, sans-serif;
}

.wider {
    width: 495px !important;
}

#content ul {
    margin: 10px 0;
    padding: 0 0 0 45px;
}

    #content ul li {
        padding: 4px 0;
        line-height: 16px;
    }

.overflow {
    width: 100%;
    overflow: hidden;
    padding: 0 20px 0 30px;
    text-align: left;
}

    .overflow .half {
        width: 355px;
        padding: 0 10px 0 30px;
    }

    .overflow ul {
        margin: 5px 0 15px 0;
    }

#bolder {
    font-weight: bold;
}

#italic {
    font-style: italic;
}

#bolditalic {
    font-style: italic;
    font-weight: bold;
}

#boldred {
    font-weight: bold;
    color: #ff0000;
}

a.sidebar {
    text-decoration: none;
    font-weight: bold;
}

    a.sidebar:visited {
        text-decoration: none;
        font-weight: normal;
    }

    a.sidebar:hover {
        text-decoration: underline;
    }

li.news {
    list-style-type: square;
}

.section {
    FONT-WEIGHT: bold;
}

.altrow {
    background-color: #e9eced;
}

.boldquote {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    color: #4691A5;
    text-align: left;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 28px;
}

.site-text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
}

.profile-text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
}

.promo-text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
}

td.bold {
    font-weight: bold;
    border: none;
}

ul {
    margin-right: 30px;
}

.bold {
    font-weight: bold;
}

input, textarea, select, option {
    font: 12px/16px Arial, Helvetica, sans-serif;
}

img {
    border: none;
    display: block;
}

a {
    text-decoration: underline;
}

    a:hover {
        text-decoration: none;
    }

p {
    margin: 15px 0;
}

#ctlWizardStep {
    display: block;
    padding: 5px 20px 35px 20px;
    border: none;
    margin-bottom: 15px;
    width: auto;
    height: auto;
    background-color: #ffffff;
    background-image: url(https://forms.americansentinel.edu/images/AppEnrol.gif);
    background-repeat: no-repeat;
    background-attachment: scroll;
}

ul.steps {
    clear: both;
    border: none;
    padding: .05em;
    margin-top: 30px;
}

    ul.steps li {
        color: #ffffff;
        Background-color: #4691A5;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        font-size: .8em;
        margin: 3;
        padding: 4px 15px 4px 15px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        display: inline;
        list-style-type: none;
    }

        ul.steps li.current {
            color: #ffffff;
            background-color: #000000;
            font-weight: bold;
            font-family: Arial, Helvetica, sans-serif;
            font-size: .8em;
            margin: 3px;
            padding: 4px 15px 5px 22px;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
            display: inline;
            list-style-type: none;
            background-image: url(../NewApp/here.gif);
            background-repeat: no-repeat;
        }

.indent {
    padding-left: 15px;
}

.overflow#introduction {
    margin-left: -30px;
}

.intro-pic {
    display: block;
    float: left;
    width: 250px;
    height: 500px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.intro-content {
    display: block;
    float: right;
    width: 490px;
    height: 375px;
    margin: 0 30px 0 0;
    padding: 0 0 0 0;
}

.letsbegin {
    display: block;
    float: right;
    margin: 0 25px 0 0;
    padding: 4px 4px 10px 14px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #346976;
    background-color: #4691A5;
    background-image: -webkit-gradient(linear, center bottom, center top, from(#346976) to(#4691A5));
    background-image: -moz-linear-gradient(90deg, #346976, #4691A5);
    width: 410px;
    height: auto;
}

    .letsbegin H4 {
        color: #FFFFFF;
        font: bold 14px/14px Arial, Helvetica, sans-serif;
        padding-bottom: 5px;
    }

#contentframe {
    width: 510px;
    height: 375px;
    
}

#picframe {
    width: 5000px;
    height: 500px;
}

iframe {
    border: none;
}

.fieldLine
{
	clear:both;
	float:inherit;
}
.fieldGroupStart
{
	clear: both;
	float: left;
	vertical-align: top;
	margin-left: 25px;
	padding-right: 40px;
	padding-bottom: 5px;
text-align: left;	
}
.fieldGroupNext
{
	float: left;
	display: inline; 
	vertical-align: top;
	padding-right: 40px;
	padding-bottom: 5px;
text-align: left;	
}
.fieldTitle
{	
font-size: 90%;
text-align: left;
}
.fieldTitle EM
{
	color: Red;
}
.fieldHelp
{
	font-size: 90%;
	color:#666666;
}
.fieldSection
{
	clear: both;
	float: inherit;
	display: block;
	margin: 30px 0 10px 0;
	font-size: 120%;
	font-weight: bold;
	font-variant:small-caps;
	padding: 5px 8px; 
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
	color: #FFFFFF;
background-color: #4691A5;
	background-image: -webkit-gradient(linear, center bottom, center top, from(#346976) to(#4691A5));
	background-image: -moz-linear-gradient(90deg, #346976, #4691A5);
}

div.indent
{ 
display: block; 
text-align: left;
margin-bottom: 8px; 
}

#ctl00_ctlMainContentPlaceHolder_ctlWizard_StepNavigationTemplateContainerID_StepNextButton {
margin-right: 25px; 
}
table#ctl00_ctlMainContentPlaceHolder_ctlLogin {
margin-top: 25px; 
margin-left:  200px;
	padding: 5px 8px; 
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
	color: #0F4A7D;
background-color: #FFFFFF;
}
a#ctl00_ctlMainContentPlaceHolder_ctlLogin_PasswordRecoveryLink 
{color: #0F4A7D;}
table#ctl00_ctlMainContentPlaceHolder_ctlWizard_ctlEssayForm {
width:100%;
}
textarea#ctl00_ctlMainContentPlaceHolder_ctlWizard_ctlEssayForm_ctlEssay
{
width:100%;
}
input#ctl00_ctlMainContentPlaceHolder_ctlWizard___CustomNav4_FinishButton {
margin-right:25px;
}
table#ctl00_ctlMainContentPlaceHolder_ctlLogin {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
	font-weight: bold;	
color: #ffffff;
background-color: #4691A5;
	background-image: -webkit-gradient(linear, center bottom, center top, from(#346976) to(#4691A5));
	background-image: -moz-linear-gradient(90deg, #346976, #4691A5);
}

input#ctl00_ctlMainContentPlaceHolder_ctlWizard_StartNavigationTemplateContainerID_StartNextButton, 
input#ctl00_ctlMainContentPlaceHolder_ctlWizard_StepNavigationTemplateContainerID_StepPreviousButton, 
input#ctl00_ctlMainContentPlaceHolder_ctlWizard_StepNavigationTemplateContainerID_StepNextButton,
input#ctl00_ctlMainContentPlaceHolder_ctlWizard___CustomNav4_FinishPreviousButton, 
input#ctl00_ctlMainContentPlaceHolder_ctlWizard___CustomNav4_FinishButton {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
	font-weight: bold;	
color: #ffffff;
background-color: #4691A5;
	background-image: -webkit-gradient(linear, center bottom, center top, from(#346976) to(#4691A5));
	background-image: -moz-linear-gradient(90deg, #346976, #4691A5);
}
span#ctl00_ctlMainContentPlaceHolder_requireEmailAddress {
background-color: #ffffff;
color: #FF0000;
padding: 3px 5px; 
}
.errormsg {
background-color: #ffffff;
color: #FF0000;
padding: 3px 5px; 
}
a:link#ctl00_ctlMainContentPlaceHolder_ctlLogin_PasswordRecoveryLink, a:active#ctl00_ctlMainContentPlaceHolder_ctlLogin_PasswordRecoveryLink, a:visited#ctl00_ctlMainContentPlaceHolder_ctlLogin_PasswordRecoveryLink, a:hover#ctl00_ctlMainContentPlaceHolder_ctlLogin_PasswordRecoveryLink {
color: #ffffff;
font-weight: bold;	
text-decoration: none;
display: block;
width: auto;
height: auto;
margin-bottom: 5px;
}
#divprev{
    width:auto;text-align:left;float:left
}
#divnext{
    width:auto;text-align:right;float:right
}
