﻿body 
{
 padding:0px;
 margin:0px;
 background-color:#2d2d2d;
}

.default
{
 font-family:Sans-Serif;
 font-size:small;
 padding:0px;
 margin:0px;
 color:White;
}

.wrap
{
 width: 576px;
 margin: 0 auto;
 text-align:center;
}
																					
.title
{
 margin: 150px 0 0 0;
 background-image:url("../images/login_template/title_01.jpg"); background-repeat:no-repeat;
 width:auto;
 height:51px;
 padding:0px;
 text-align: center;
}

.contentwrap
{
 width:369px;
 height:195px;
 margin:0;
 padding:0;
 text-align:left; 
}

.bgcontent
{
 margin-right:103.5px; 
 margin-left:103.5px;
 margin-top:5px; 
 background-image:url("../images/login_template/mainbg.jpg"); background-repeat:no-repeat;
 width:369px;
 height:195px; 	
 font-family: Sans-Serif;
 color:gainsboro;
 font-size:smaller;
 padding:0px;
}

.img_01
{
 margin-top:77px;
 margin-right:10px; 
 background-image:url("../images/login_template/img_01.jpg"); background-repeat:no-repeat;
 width:112px;
 height:87px;
 float:left; 
 margin-left:10px;
 padding: 0;
}

.login
{
 padding-top:80px; 
 text-align:left;
}

.btn
{
 margin-right:7px;	
 float:right;
 margin-top: 5px;
 margin-bottom:10px; 
}

.txt
{
 float:right;
 margin-right:10px;
}

.loginwrap
{
 padding:0px;
 margin:0px; 
 width:220px;
 height:auto;
 float:left;
}

.menu
{
 list-style:none;
 padding:0;
 margin:0;
}

ul li a span
{
 display:none;
}

ul li a
{
 margin-right:10px;
 margin-top:20px;
 height: 72px;
 display:inline-block;
}

ul li a.home
{
 background-image:url("../images/login_template/btn_home.jpg");
 background-repeat:no-repeat;
 width:79px;
}

ul li a.home:hover
{
 background-image:url("../images/login_template/btn_home_hover.jpg");
 background-repeat:no-repeat;
 width:80px;
}

ul li a.Registration
{
 background-image:url("../images/login_template/btn_reg.jpg");
 background-repeat:no-repeat;
 width:55px;
}

ul li a.Registration:hover
{
 background-image:url("../images/login_template/btn_reg_hover.jpg");
 background-repeat:no-repeat;
 width:70px;
}

ul li a.Course
{
 background-image:url("../images/login_template/btn_cors.jpg");
 background-repeat:no-repeat;
 width:72px;
}

ul li a.Course:hover
{
 background-image:url("../images/login_template/btn_cors_hover.jpg");
 background-repeat:no-repeat;
 width:72px;
}

ul li a.reginfo
{
 background-image:url("../images/login_template/btn_reginfo.jpg");
 background-repeat:no-repeat;
 width:90px;
}

ul li a.reginfo:hover
{
 background-image:url("../images/login_template/btn_reginfo_hover.jpg");
 background-repeat:no-repeat;
 width:90px;
}

