﻿/* reset */
body, div, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, textarea, blockquote, th, td
{
	margin: 0;
	padding: 0;
	font-family: "Segoe UI" , Arial, Helvetica, sans-serif;
}
fieldset, img
{
	border: 0;
}
html
{
	height: 100%;
	margin-bottom: 1px;
}

body
{
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: "Segoe UI" , Arial, Helvetica, sans-serif;
	height: auto;
	position: relative;
	background: #EDEDED;
}

.page
{
	width: 1008px;
	margin: 0 auto;
}
:focus
{
	outline: none;
}

/* links */
a
{
	color: #505050;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

/* header elements */
h1, h2, h3, h4, h5, h6
{
	font-family: "Segoe UI" , Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 100%;
	color: #010101;
	margin: 0px;
}

h2
{
	background: #F4F4F4;
	display: block;
	padding: 10px;
}

h6
{
	color: #FF9600;
	border-bottom: 1px solid #FF9600;
	width: 200px;
	padding: 10px 0 5px 0;
	font-size: 16px;
}



#header
{
	height: 100px;
	top: 0px;
	left: 0px;
	width: 100%;
}


.image
{
	width: 50%;
	margin-top: 30px;
	margin-left: 50px;
}

.empty_div
{
	float: left;
	width: 100%;
	height: 10px;
}

.container
{
	margin-left:100px;
	background: #ededed;
	text-align:center;
	background-color : #000;
	width:700px;
}

.left
{
	float: left ;
	width: 250px;
	margin-left: 50px;
	height: 200px;
	padding: 70px; 
}

.right
{
	float: left;
	width: 250px;
	height: 200px;
}
.in_right
{
	padding: 20px;
	width: 200px;
}


a:link
{
	text-align: center;
	text-decoration: none;
	color: #ffffff;
}

.al_signed_in
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
	font-size: 24px;
	padding-top: 28px;
	font-color: white;
	padding-left: 10px;
	padding-right: 20px;
	width: 200px;
	height: 35px;
}



.login
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	padding-left: 10px;
	padding-right: 20px;
	width: 300px;
	height: 260px;
}

.text_holder
{
	border: 1px solid #aaa;
	padding: 8px 10px;
	box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
	border-radius: 2px;
	-moz-transition: .25s;
	-webkit-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
	width: 250px;
}

.text_holder:focus
{
	background: #fff;
	box-shadow: 0 0 5px #5cd053;
	border-color: #28921f;
}

.login_text
{
	float: left;
	margin-top: 10px;
	font-weight: bold;
	font-size: 15px;
	text-align: left;
	color: #f1f1f1;
	padding-left: 0px;
	padding-right: 20px;
	width: 200px;
	height: 25px;
	color: #4C4C4A;
}

.login_box
{
	margin-top: 0px;
	float: left;
	font-weight: bold;
	font-size: 15px;
	text-align: left;
	 color: #f1f1f1;
	padding-left: 0px;
	padding-right: 20px;
	width: 250px;
}


.pass_text
{
	margin-top: 15px;
	float: left;
	font-weight: bold;
	font-size: 15px;
	text-align: left;
	font-color: f1f1f1;
	padding-left: 0px;
	padding-right: 20px;
	width: 250px;
	height: 25px;
	color: #4C4C4A;
}

.pass_box
{
	float: left;
	margin-top: 0px;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	font-color: f1f1f1;
	padding-left: 0px;
	padding-right: 20px;
	width: 220px;
}


.login_img
{
	margin-top: 20px;
	font-color: white;
	float: left;
	padding-right: 20px;
	height: 50px;
}
.forgot_passw
{
	margin-top: 15px;
	float: left;
	font-size: 14px;
	text-align: left;
	font-color: ffffff;
	padding-left: 0px;
	padding-right: 20px;
	width: 250px;
	height: 25px;
}


.forgot_passw a
{
	color: #ED5D3B;
}

.sign_in
{
	background-color: #68b12f;
	background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
	background: -webkit-linear-gradient(top, #68b12f, #50911e);
	background: -moz-linear-gradient(top, #68b12f, #50911e);
	background: -ms-linear-gradient(top, #68b12f, #50911e);
	background: -o-linear-gradient(top, #68b12f, #50911e);
	background: linear-gradient(top, #68b12f, #50911e);
	border: 1px solid #509111;
	border-bottom: 1px solid #5b992b;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	box-shadow: inset 0 1px 0 0 #9fd574;
	-webkit-box-shadow: 0 1px 0 0 #9fd574 inset;
	-moz-box-shadow: 0 1px 0 0 #9fd574 inset;
	-ms-box-shadow: 0 1px 0 0 #9fd574 inset;
	-o-box-shadow: 0 1px 0 0 #9fd574 inset;
	color: white;
	font-weight: bold;
	padding: 6px 20px;
	text-align: center;
	text-shadow: 0 -1px 0 #396715;
}
.sign_in:hover
{
	opacity: .85;
	cursor: pointer;
}
.sign_in:active
{
	border: 1px solid #20911e;
	box-shadow: 0 0 10px 5px #356b0b inset;
	-webkit-box-shadow: 0 0 10px 5px #356b0b inset;
	-moz-box-shadow: 0 0 10px 5px #356b0b inset;
	-ms-box-shadow: 0 0 10px 5px #356b0b inset;
	-o-box-shadow: 0 0 10px 5px #356b0b inset;
}
