﻿
	
		
	
#bg
        {
            background: url(../images/student2.jpg) no-repeat; 
        }
#bg2
        {
            background: url(../images/student3.jpg) no-repeat;
        }
#bg3
        {
            background: url(../images/student4.jpg) no-repeat;
        }

/* ----------- stylized ----------- */
#stylized{
border:solid 2px #b7ddf2;
background:#ebf4fb;
}
#stylized h1 {
font-size:12px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:12px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 0px #b7ddf2;
padding-bottom:10px;
}
#stylized ul{
font-size:12px;
color:#666666;
padding:0px,0px,0px,0px;
}

.formlabel
{
	text-align:right;
	vertical-align:top;
	padding-top:2px;
	padding-right:8px;
	margin:0px auto;
	width:150px;
}
.formlabel label
{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
.forminput
{
	text-align:left;
	vertical-align:top;
	margin:0px;
	padding-bottom:25px;
}
.forminput input
{
	font-size:12px;
	width:180px;
	margin:0px;
}
.formbutton
{
	padding-bottom:15px;
	margin:0px;
	text-align:center;
}
.detailtext
{
font-size:12px;
color:#666666;
}