@charset "utf-8";
/* CSS Document */
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,
b, u, i, center,
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%;
	vertical-align: baseline;
	background: transparent;
	color: #131313;
}

a:link {
	color:#121212;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	
}

a:hover {
	text-decoration: none;
	
}

a:active {
	text-decoration: none;
	color:#333;
}

#container {
	width:730px;
	height:530px;
	background-color: #FFF;
	margin-top:70px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow:0 7px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0 7px 8px rgba(0, 0, 0, 0.3);
	box-shadow:0 7px 8px rgba(0, 0, 0, 0.3);
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	overflow: hidden;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;

}

.logo {
	background-image: url(../images/logo2.png);
	background-repeat: no-repeat;
	height: 184px;
	width: 173px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 45px;
}
#content{
	height:180px;
	width:730px;
	margin-top:30px;
	}
.login-block {
    float:right;
	margin-top:-170px;
	margin-right:20px;
    width:260px;
}	

.login-block form {
	border:3px solid #F9F9F9;
	padding:20px;
}

.login-block .active-form {
	border-color:#EBEBEB;
}

.login-block form p {
	margin:0;
	text-align:left;
	color: #5D5D5D;
	
	
}

.login-block label {
	color:#9F9F9F;
	font-size:14px;
}

.login-block input[type="text"], .login-block input[type="password"] {
    border-color:#EEEEEE #CCCCCC #CCCCCC #EEEEEE;
    border-right:1px solid #CCCCCC;
    border-style:solid;
    border-width:1px;
    font-size:15px;
    margin:0 0 15px;
    padding:5px;
    width:200px;
	color: #999;
}

.login-block a.button {
    text-decoration:none;
}

.login-block input[type="text"]:focus, .login-block input[type="password"]:focus {
    border-color:#555555;
	
	
}

	
.contact {
	height: 170px;
	width:400px;
	font-size: 15px;
	
	margin-left:40px;
	border-right-width: medium;
	border-right-style:double;
	border-right-color: #FFF;
}
pre{
	color: #5D5D5D;
	line-height:20px;
	
}

.c1{
	color: #FFF;
	
	font-size: 22px;
}
.c2{
	font-weight: bold;
	color: #FFF;
	font-size: 22px;
}
.c3{
	
	color: #2073B4;
	font-weight: bold;
}
.c4{
	
	color: #5D5D5D;
	font-weight: bold;
}

#footer{
	height:75px;
	width:730px;
	margin-top:20px;
	border-top-style: solid;
	border-top-width: 10px;
	border-top-color: #31302F;
	font-family: "Footlight MT Light";
	background:#EDEDED;
	background: -moz-linear-gradient(top,  #2E3192 0%, #242772 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2E3192),       color-stop(100%,##242772));
	background: -webkit-linear-gradient(top,  #2E3192 0%, #242772 100%);
	background: -o-linear-gradient(top,  #2E3192 0%, #242772 100%);
	background: -ms-linear-gradient(top,  #2E3192 0%, #242772 100%);
	background: linear-gradient(top,  #2E3192 0%, #242772 100%);
    text-shadow: 2px 2px 2px #000;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2073B4', endColorstr='#4D9DDF',GradientType=0 );
	position: relative;
	box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.3);

	}
	
.text{
	width:300px;
	float:right;
	margin-right:30px;
	
	margin-top:15px;}
.cc{
	font-size: 9px;
	color: #FFF;
}
.clear{
	height:50px;}