/* ----------------header---------------- */
* {
	font-family:"Open Sans",sans-serif;
	margin:0;
	padding:0;}
body {background-color: #e6e6e6;}
.centered {
    margin: 0 auto;
}
.container {
    min-width: 1024px;
	max-width:1024px;
    width: 85%;
	background:#fff;
	box-shadow: 0 2px 3px #333, 0 2px 2px #333;
	
}
@media (max-width: 900px) {
  .container {  min-width: 400px;
  width: 100% ;
  box-shadow: 0;
  }
}

a{ text-decoration:none;}

a:hover {
text-decoration:underline;}

@media (max-width: 400px) {
  .container { min-width: 320px; 
  width: 100%}
}
#top {
	margin:0;
	color:#B3B2B2;
	background:#333;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	font-size:25px;
	}
header {
	 background-color:#800000;
	 font-weight:600;
	 color: #fff;
	 width:100%;
	 padding-top:10px;
	 padding-bottom:6px;
	 border-bottom:1px solid #9a0000;
}
		
header img {
	width:75%; 
	height:auto;
	}	
@media (max-width: 900px) {
	header img {
	width:90%; 
	}	
}
@media (max-width: 500px) {
header img {
	width:98%; 
	}	
}



footer {
	background-color:#800000;
	color: #fff;
	text-align: center;
	font-weight:600;
	font-size:12px;
	padding-top: 10px;
	padding-bottom: 10px;
	bottom:0;
	display:block;
	width:100%;
	border-bottom:1px solid #670000;
	border-top:1px solid #9a0000;
}

article {
	min-height:500px;
	padding:0;
	margin:0;
		
		}
		
		
		
/* -------------end header---------------- */
/* ----------------------- Form  -------------------- */
.form-style-1 {
    margin:10px auto;
    padding: 20px 12px 10px 20px;
    font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.form-style-1 li {
    padding: 0;
    display: block;
    list-style: none;
    margin: 10px 0 0 0;
}
.form-style-1 label{
    margin:0 0 3px 0;
    padding:0px;
    display:block;
    font-weight: bold;
}
.form-style-1 input[type=text],
.form-style-1 input[type=date],
.form-style-1 input[type=datetime],
.form-style-1 input[type=number],
.form-style-1 input[type=search],
.form-style-1 input[type=time],
.form-style-1 input[type=url],
.form-style-1 input[type=email],
.form-style-1 input[type=password],
textarea,
select{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border:1px solid #BEBEBE;
    padding: 7px;
    margin:0px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none; 
}
.form-style-1 input[type=text]:focus,
.form-style-1 input[type=date]:focus,
.form-style-1 input[type=datetime]:focus,
.form-style-1 input[type=number]:focus,
.form-style-1 input[type=search]:focus,
.form-style-1 input[type=time]:focus,
.form-style-1 input[type=url]:focus,
.form-style-1 input[type=email]:focus,
.form-style-1 input[type=password]:focus,
.form-style-1 textarea:focus,
.form-style-1 select:focus{
    -moz-box-shadow: 0 0 8px #88D5E9;
    -webkit-box-shadow: 0 0 8px #88D5E9;
    box-shadow: 0 0 8px #88D5E9;
    border: 1px solid #88D5E9;
}
.form-style-1 .field-divided{
    width: 49%;
}

.li_c{
    font-size : 20px;
	
	
}

.form-style-1 .field-long{
    width: 100%;
}
.form-style-1 .field-select{
    width: 100%;
}
.form-style-1 .field-textarea{
    height: 100px;
}
.form-style-1 input[type=button]{
    background: #008080;
    padding: 8px 15px 8px 15px;
    border: none;
    color: #fff;
}
.form-style-1 input[type=button]:hover{
    background: #4691A4;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}
.form-style-1 input[type=submit] {
    background: #800000;
    padding: 8px 15px 8px 15px;
    border: none;
    color: #fff;
}
.form-style-1 input[type=submit]:hover{
    background: #660000;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}

.form-style-1 input[type=reset] {
    background: #008080;
    padding: 8px 15px 8px 15px;
    border: none;
    color: #fff;
}
.form-style-1 input[type=reset]:hover{
    background: #006666;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}
.form-style-1 .required{
    color:red;
}

/* ----------------------- end Form  -------------------- */


/* ----------------------- end Form  -------------------- */




.container.centered article div #admission-form .form-style-1 div table {
	font-family: Arial Black, Gadget, sans-serif;
}