@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	
	margin: 0;
	padding: 0px;
	width: auto;
	height: 1000px;
	overflow: hidden;

	background: #dfdfdf; /* Old browsers */
	background: -moz-linear-gradient(top,  #f2f2f2 0%, #ccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ccc), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2f2f2 0%,#ccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2f2f2 0%,#ccc%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2f2f2 0%,#ccc 100%); /* IE10+ */
	background: linear-gradient(top,  #f2f2f2 0%,#ccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ccc',GradientType=0 ); /* IE6-9 */			
}
#login_bg {
	overflow: auto;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	height: 100%;
	
	background-image: url(../images/login_page_bg.png), url(../images/login_page_bg_repeat.png);
	background-position: top center, top left;
	background-repeat: no-repeat, repeat-x;	
}
#login_box {
	margin: 0px auto;
	padding: 0px 0 30px 0;
	width: 320px;
	height: 175px;
	font-size: 14px;
	font-weight: bold;
	color: #990066;
	border: 1px solid #f2f2f2;
	
	-webkit-box-shadow: 0px 0px 1px #999;
    -moz-box-shadow: 0px 0px 1px #999;
    box-shadow: 0px 0px 1px #999;
	
	border-radius: 10px;
	
	background: #ccc; /* Old browsers */
	background: -moz-linear-gradient(top,  #f2f2f2 0%, #ccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ccc), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2f2f2 0%,#ccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2f2f2 0%,#ccc%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2f2f2 0%,#ccc 100%); /* IE10+ */
	background: linear-gradient(top,  #f2f2f2 0%,#ccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ccc',GradientType=0 ); /* IE6-9 */		
}
#login_box h2 {
	margin: 10px;
	padding: 5px 0;
	border-bottom: 1px solid #f2f2f2;
	text-shadow: 1px 1px 0px #fff;	
}
#login_box p {
	margin: 0px 0 10px 0;
	padding: 0px;
	width: 320px;
	height: 35px;
	text-align: center;
}
#login_box .login_text {
	float: left;
	margin: 0px;
	padding: 8px 0 0 0;
	width: 100px;
	height: 35px;
	text-shadow: 1px 1px 0px #fff;	
}
#login_box .input {
	float: left;
	margin: 0px;
	padding: 8px 5px;
	width: 200px;
	max-width: 240px;
	border: 1px solid #ccc;
	
	border-radius: 30px;
	
	background: #fff; /* Old browsers */
	background: -moz-linear-gradient(top,  #f2f2f2 0%, #ccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ccc), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2f2f2 0%,#ccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2f2f2 0%,#ccc%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2f2f2 0%,#ccc 100%); /* IE10+ */
	background: linear-gradient(top,  #f2f2f2 0%,#ccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ccc',GradientType=0 ); /* IE6-9 */			
}
#login_box INPUT.botton {
	float: left;
	margin: 10px;
	padding: 0px 10px;
	width: 128px;
	height: 36px;
	border: 0px;
	background: url(../images/login_botton.png) no-repeat;	
	color: #fff;
	CURSOR: pointer;
	text-align: center;
	font-weight: bold;
}
#login_box INPUT.botton:hover {
	text-decoration: underline;
}
#login_link {
	margin: 0px auto;
	padding: 0px 0 0 0px;
	width: 400px;
	height: 20px;
	font-size: 11px;
	color: #fff;
	text-align: center;
}
#login_link p {
	margin: 15px 0 0 22px;
}
#login_link a,#login_link a:link {
	color: #f2f2f2;
	text-decoration: none;
}
#login_link a:hover {
	text-decoration: underline;
}

/*login_company*/

#login_company {
	margin: 0px auto;
	margin-top: 200px;
	padding: 30px;
	width: 320px;
	height: auto;
}
#login_company #display {
	overflow: hidden;
	float: left;
	margin: 0 10px 0 0;
	width: 100px;
	height: 100px;
	border: 1px solid #ccc;
	
	background: #fff;
	
	border-radius: 10px;
	
	-webkit-box-shadow: 1px 2px 3px #999;
    -moz-box-shadow: 1px 2px 3px #999;
    box-shadow: 1px 2px 3px #999;
}
#login_company #display img {
	max-width: 100px;
	max-height: 100px;
}
#login_company #company_desc .name {
	color: #990066;
	font-weight: bold;
	text-shadow: 1px 1px 0px #fff;	
}
#login_company #company_desc .position {
	font-size: small;
	color: #000;
	font-weight: normal;
}

/*end login_company*/

#ecit_banner {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 150px;
	height: 58px;
	background: url(../images/ecit_banner.png) no-repeat;		
}

#truehit {
	float:right;
	margin:20px 5px;
}