input[type="text"], input[type="checkbox"], input[type="password"], select, textarea
{
    font-size: 11px;
    color: #656543;
    font-family: Verdana, sans-serif;
    text-align: left;
    background-color: #ffffcc;
    border: solid 1px #cccc99;
    padding: 3px;
}

/* "Locations" banner */
div#mainbanner
{
    background-image: url(../../images/top-banner_admission.jpg);
}

.tbl_contactus
{
    /* border: solid 1px #000; */
    padding: 5px;
    margin-left: 15px;
    width: 580px;
}

.location_title
{
    margin-left: 25px;
}

.tbl_location
{
    margin-top: 5px;
    margin-left: 20px;
    width: 550px;
    border: solid 1px #6BC5E1;
}

.tbl_location th
{
    background-color: #DBF1F9;
    border-top: solid 1px #6BC5E1;
    border-bottom: solid 1px #6BC5E1;
    border-top: none;
    text-align: center;
    padding: 3px;
    color: #1D60C5;
}

.tbl_location td
{
    padding: 8px;
    border-right: solid 1px #6BC5E1;
    text-align: left;
}

#forgotpassword h2
{
    background-image: url(../../images/titleSeparator.gif);
    background-repeat: repeat-x;
    background-position: center bottom;
    margin-left: 10px;
    margin-right: 10px;
    width: 550px;
    color: #008ac1;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

.tbl_forgotpassword
{
    width: 550px;
    margin-left: 20px;
}

/* Contact History start */
.gridBg
{
	font-family: Verdana, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
	background-image:url(../../images/detailsGridBg.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	margin-left: 20px;
}
.left {
	padding-left:48px;
	font-family: Verdana, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
}
.left label, .left input {
	font-size:11px;
	vertical-align: middle;
}
.button, button {
	border:1px solid #D5D5D5;
	border-bottom: 1px solid #C2C2C2;
	border-right: 1px solid #C2C2C2;
	font-family: Verdana, Arial;
	font-size:10px;
	font-weight:bold;
	color:#666666;
	background-image:url(../../images/buttonBg.gif);
	background-position:top;
	background-color:white;
	height:20px;
	width:80px;
	vertical-align: middle;
}


.button_160, button {
	border:1px solid #D5D5D5;
	border-bottom: 1px solid #C2C2C2;
	border-right: 1px solid #C2C2C2;
	font-family: Verdana, Arial;
	font-size:10px;
	font-weight:bold;
	color:#666666;
	background-image:url(../../images/buttonBg.gif);
	background-position:top;
	background-color:white;
	height:20px;
	width:160px;
	vertical-align: middle;
}
/* Contact History end */