body {
	margin:0 auto;
	width:100%;
	background:#f9f9f9;
	font-family:Lato, "Lato Black", "Lato Hairline", "Lato Heavy", "Lato Light", "Lato Medium", "Lato Semibold", "Lato Thin";
	font-size:12px;
}
#admissionForm {
	margin:30px auto;
	width:980px
}
#admissionForm .container {
	background:#fff;
	width:100%;
}
ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
img {
	border:none;
	padding:0px;
	margin:0px;
}
a {
	text-decoration:none;
}
a:hover {
	color:#000;
}
.lft {
	float:left;
}
.rft {
	float:right;
}
.clear {
	clear:both;
}
p {
	margin: 5px auto;
	padding: 0px;
	font-family: roboto;
	font-size: 16px;
	text-align: left;
	    float: left;
		color:#444444;
}
h2 {
	font-family:'roboto';
	font-size:50px;
	font-weight:bold;
}
h3 {
	font-family:'roboto';
	font-size:30px;
	font-weight:bold;
	float:left;
}
h4 {
	font-family:'roboto';
	font-size:24px;
	font-weight:bold;
	float:left;
}
h5 {
	font-family:'roboto';
	font-size:20px;
}
.admFormHeader {
	margin:0 auto;
	width:100%;
	padding:20px 20px;
	background:url(../formImages/redBorder.gif) repeat-x bottom left;
	position:relative;
}
.admLogo {
	float:left;
}
.topRight {
	float:right;
	text-align:right;
	padding-top:50px;
}
.ulstyle {
	float: left;
	list-style-type: circle;
}
.Cambridge1 ul li {
	width: 100%;
	float: left;
	text-align: left;
	font-size:17px;
	margin-bottom:10px;
	color:#262e68;
}
.Cambridge1 ul {
	width: 100%;
	float: left;
	text-align: left;
	font-size:17px;
	margin-top:10px;
	margin-bottom:10px;
	    padding-left: 20px;
}

.Cambridge1 p {
    font-weight: 300;
}

.register ul p {
	width: 100%;
	float: left;
	text-align: left;
	font-size:17px;
	margin-top:10px;
	color:#FFF;
}
.register {
	width:100%;
	float:left;
	background-color:#262e68;
	color: #fff;
	font-size:20px;
	font-weight: 400;
}

.register p {
	text-align:center;
	font-size:20px;
	width:50%;
	color:#FFF;
	float: initial;
}
.btnstyle {
    background-color: #eeb01e;
    color: #000;
    padding: 5px 17px;
	background: url(../images/right.png) no-repeat #eeb01e right center;
	 width: 210px;
    text-align: left;
    border: none;
}
.register span {
	text-align:center;
}


.register h1 {
	font-family:'roboto';
	font-weight:200;
text-align: center;
	
	
}

.topRight h4 {
	background:url(../formImages/phoneIcon.gif) 120px 0 no-repeat;
	height:30px;
	line-height:32px;
}
.topRight a {
	color:#000;
}


.Cambridge1 {
	font-family:roboto;
	font-size:28px;
	color:#6496db;
	font-weight:bold;
	float:none;
	text-align:center;
}

.admLogo1 {
	float: left;
	width: 100%;
}



@media screen and (max-width: 1024px) {
	
	#admissionForm {
    margin: 30px auto;
    width: 100%;
}
}
@media screen and (max-width: 800px) {

	#admissionForm {
    margin: 30px auto;
    width: 100%;
}
	
}
@media screen and (max-width: 640px) {
#admissionForm {
    margin: 30px auto;
    width: 100%;
}
	
}
@media screen and (max-width: 360px) {
	#admissionForm {
    margin: 30px auto;
    width: 100%;
}
}
@media screen and (max-width: 320px) {
#admissionForm {
    margin: 30px auto;
    width: 100%;
}
}
