﻿.mainBox
{
	padding-top:20px;
	padding-right:20px;	
	padding-bottom:30px;
}

.innerBox
{
	padding-top:10px;
    width:505px;
    background-color:White;
    padding-right:15px;
    padding-bottom:50px;
}

.loginBox
{
	padding-top:10px;
    width:505px;
    height:300px;
    background-color:White;
    padding-right:15px;
    padding-bottom:50px;
}
.regHeader
{
	color:#373636;
	font-size:25px;
	margin-bottom:10px;
}
.require
{
	color:#56b50f
}
.regBox
{
	margin-top:25px;
	width:243px;
}

.fieldBox
{
	margin-bottom:10px;
}

.RegSend .btnLeft	{ background-image:url(../../Images/buttons/btn1-left.png); background-color:transparent; background-repeat:no-repeat; width:9px; height:30px; float:left;}
.RegSend .btnMiddle	{ color:#FFFFFF; font-size:17px; padding-top:3px; background-image:url(../../Images/buttons/btn1-bg.png); background-color:transparent; background-repeat:repeat-x; height:30px; float:left; cursor:pointer;}
.RegSend .btnRight	{ background-image:url(../../Images/buttons/btn1-right.png); background-color:transparent; background-repeat:no-repeat; width:9px; height:30px; float:left;}

.RegSend:hover .btnLeft	{ background-image:url(../../Images/buttons/btn1-left-over.png); background-color:transparent; background-repeat:no-repeat; width:9px; height:30px; float:left;}
.RegSend:hover .btnMiddle	{ color:#FFFFFF; font-size:17px; padding-top:3px; background-image:url(../../Images/buttons/btn1-bg-over.png); background-color:transparent; background-repeat:repeat-x; height:30px; float:left; cursor:pointer;}
.RegSend:hover .btnRight	{ background-image:url(../../Images/buttons/btn1-right-over.png); background-color:transparent; background-repeat:no-repeat; width:9px; height:30px; float:left;}

.loginContent
{
    width:180px;
}
.ForgotPassContent
{
	width:400px;
}

.graduateImg
{
	width:115px;
	height:154px;
	border:solid 1px black;
	
}

.imgBox
{
	margin-left:20px;
}

.TextBirthDate
{
 display:none;	
}