/* Reset browsers
___________________________________________________*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}


/* Page basics
___________________________________________________*/

body {
	background: #000 url(../images/bg-start-body.png) 0 0 repeat-x;
	color: #fff;
	line-height: 16px;
	font-size: 62.5%;
	font-family: Arial, Verdana, sans-serif;
	text-align: center;
	height: 100%;
}

.page {
	background: url(../images/bg-start.png) center 0 no-repeat;
	text-align: left;
}


/* Misc
___________________________________________________*/

/* Self-clear floats */

.group:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


/* Type
___________________________________________________*/

/* -- Basic -- */

.page {
	font-size: 1.1em;
}

h1 {
	font: normal 2em Arial, sans-serif;
}

p {
	padding: 0 0 15px 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a,
a:visited,
a:hover,
a:active {
	
}


/* Start
___________________________________________________*/

.wrap {
	background: url(../images/lines.gif) 0 580px no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.start a {
	color: #808080;
}

/* -- Head -- */

.start h1 {
	color: #fff;
	visibility: hidden;
	text-align: center;
	font-size: 3em;
	width: 955px;
	height: 185px;
	padding-top: 200px;
	margin: 0 auto;
}

/* --  Enter -- */

.enter {
	width: 720px;
	padding-top: 60px;
	margin: 0 auto;
}

.enter a.students {
	background: url(../images/btn-enter.png) 0 0 no-repeat;
	text-indent: -99999px;
	float: left;
	display: inline;
	width: 319px;
	height: 108px;
}

.enter a.teachers {
	background: url(../images/btn-enter.png) -326px 0 no-repeat;
	text-indent: -99999px;
	float: right;
	display: inline;
	width: 319px;
	height: 108px;
}

/* -- Foot -- */

.foot-section {
	border-top: 1px solid #333;
	color: #808080;
	width: 100%;
}

.foot-section .inside {
	width: 721px;
	margin: 0 auto;
}


/* Form */

.start form {
	border-left: 1px solid #333;
	text-align: left;
	width: 272px;
	height: 120px;
	float: right;
	display: inline;
	padding: 30px 0 0 90px;
}

.start form h2 {
	background: url(../images/heads.gif) 0 0 no-repeat;
	color: #fff;
	font: bold 1.2em Arial, sans-serif;
	text-transform: uppercase;
	text-indent: -99999px;
	display: block;
	width: 82px;
	height: 13px;
	margin-bottom: 8px;
}

.start form.login .group {
	position:relative;
}

.start form input.text-input {
	border: 0;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	background: url(../images/bg-text-input.gif) 0 0 repeat-x;
	color: #595959;
	font-size: 1.1em;
	float: left;
	display: inline;
	width: 145px;
	padding: 5px 4px 4px 4px;
	margin-bottom: 15px;
}

.start form input.last {
	float: right;
	display: inline;
}

.start form a {
	font-size: 1.2em;
	width: 100px;
	float: left;
	display: inline;
}

.start form input.button-input {
	position:absolute;
	right:38px;
	top:0;
}

.start .logout {
	padding: 30px 0 0 38px;
	width: 314px;
	float: right;
}

/* Foot */

.start .foot {
	width: 346px;
	float: left;
	display: inline;
	padding: 30px 0 0 0;
}

.start .foot a{
	cursor: pointer;
	float: left;
	display: inline;
}

.start .foot p {
	color: #808080;
	width: 255px;
	float: left;
	display: inline;
	margin-left: 14px;
}
