@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:750px;
	height:570px;
	background-color:#FFF;
	margin-top: 100px;
	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/logo.png);
	background-repeat:no-repeat;
	height: 164px;
	width: 230px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 75px;
}
#content{
	height:180px;
	width:730px;
	margin-top:30px;
	}
.login-block {
    float:left;
    width:260px;
	margin-left:15px;
	margin-top:-170px;
}	

.login-block form {

	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:422px;
	font-size: 15px;
	float:right;
	margin-left:40px;
	border-left-width: medium;
	border-left-style: double;
	border-left-color: #FFF;
}
pre{
	color: #5D5D5D;
	line-height:20px;
	
}

.c1{
	color: #FFF;
	
	font-size: 22px;
}
.c2{
	font-weight: bold;
	color: #292929;
	font-size: 30px;
	font-family: "Courier New", Courier, monospace;
}
.c5{
	font-weight: bold;
	color: #292929;
	font-size: 18px;
	font-family: "Courier New", Courier, monospace;
}
.c3{
	color: #FF4800;
	font-weight: bold;
}
.c4{
	
	color: #5D5D5D;
	font-weight: bold;
}

#footer{
	height:75px;
	width:750px;
	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,  #3D6651 0%, #345645 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2073B4),       color-stop(100%,#4D9DDF));
	background: -webkit-linear-gradient(top,  #2073B4 0%, #4D9DDF 100%);
	background: -o-linear-gradient(top,  #2073B4 0%, #4D9DDF 100%);
	background: -ms-linear-gradient(top,  #2073B4 0%, #4D9DDF 100%);
	background: linear-gradient(top,  #2073B4 0%, #4D9DDF 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:200px;
	float:left;
	margin-right:30px;
	
	margin-top:15px;}
.social{
	float:left;
	margin-left:30px;
	margin-top:-20px;


	}
.clear{
	height:30px;}	
