@charset "utf-8";
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #000;
	background-color: #CCCCCC;
	background-image: url(images/bg.html);
	background-repeat: repeat-x;
	margin: 0px;
}
#wrapper {
	height: auto;
	width: 1000px;
	margin-top: 74px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(images/heading_bg.html);
	background-repeat: repeat-x;	
}
#footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	height: 40px;
	width: auto;
	background-color: #001123;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 20px;
}


#container {
	margin-right: 60px;
	margin-left: 60px;
	padding-bottom: 60px;
	
}
#header {
	
	height: 170px;
	width: auto;
}
#logo {
	height: 56px;
	width: 141px;
	padding-top: 35px;
	float: left;
}
#page_heading {
	margin-top: 40px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 27px;
	color: #21224E;
	text-transform: capitalize;
	margin-bottom: 40px;
}

#congrat {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 27px;
	color: #21224E;
	margin-bottom: 40px;
}
.txt_caption {
	font-weight: bold;
	color: #20214D;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

.btn {
	background-image: url(images/btn_bg.html);
	background-repeat: repeat-x;
	height: 60px;
	width: 200px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #CCC;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	border-radius: 10px;
}



.bottom {
	clear: both;
}


.emp {
	color: #900;
}
#form_area {
	width: auto;
	height: auto;
	margin-right: 40px;
	margin-left: 40px;
	margin-bottom: 20px;
}
#apply a {
	color: #FFF;
}
#apply a:hover {
	color: #0D4C8B;
}

#error {
	color: #FFF;
	background-color: #900;
	margin-right: 40px;
	margin-left: 40px;
	height: 30px;
	padding-top: 10px;
	text-align: center;
	border: 3px solid #EEE;
	margin-bottom: 20px;
}


#row{
	float:left;
	width:100%;
	height:70px;
	text-transform:capitalize;
	font-weight:bold;
}

 div#left{float:left; width:48%; height:auto; }
 div#right{float:right; width:48%; height:auto; }
 div#row label { padding-bottom:10px; font-size:10px; font-weight:bold;margin-bottom:5px; font-weight:bold; color:#036 !important; }


.txtfield,#txtAge {
	width:300px;
	height:auto;
	float:left;
	margin-bottom:10px;
	border:solid 3px #EEE;
	padding:10px;
	font-size:14px;
	font-weight:normal;


	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff'); 		-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: #ffffff;
	color: #666 !important;
}
	
	.ui-icon ui-icon-circle-triangle-e{ color:#333;}
#form_area select{
	height:40px;
	width:310px;
	border:solid 3px #EEE;
	padding:5px;
	font-size:14px;
	font-weight:normal;
	background-color:#FFFFFF;
	border-radius: 0.5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	text-transform:capitalize;
	color: #036!important;
	}
	select.year{
	height:40px;
	width:100px;
	border:solid 3px #EEE;
	padding:5px;
	font-size:14px;
	font-weight:normal;
	background-color:#FFFFFF;
	border-radius: 0.5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	text-transform:capitalize;
	color: #036!important;
	margin-bottom:20px;
	}
.emph {
	color: #F00;
}
#logo2 {
	float: right;
	padding-top: 10px;
}
