/* Stylesheet / CSS */

/* CSS Reset - Do not edit this line */ 
html {margin:0;padding:0;border:0;}body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}body {line-height:1.5;background:white;}table {border-collapse:separate;border-spacing:0;}caption, th, td {text-align:left;font-weight:normal;float:none !important;}table, th, td {vertical-align:middle;}blockquote:before, blockquote:after, q:before, q:after {content:'';}blockquote, q {quotes:"" "";}a img {border:none;}:focus {outline:0;}


/* General Styles
----------------------------------------------------------------------------------------------------*/
html {
	min-height: 100%;
}
body {
	height: 100%;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	color: #888;
	font-size: 13px;
	line-height: 20px;
	min-width: 998px;
	border-top:3px solid #919191;
	background:url(../images/bg.jpg) repeat;
}
#wrapper {	
	padding: 70px 0 0 0px;
	height: 100%;
}
#wrapper {
	width: 350px;
	margin:0 auto;
	position: relative;
}

#error {
	width: 100%;
	margin: auto;
	font-weight: bold;
	position: relative;
	display: inline-block;
	z-index: -999;
}

#wrappertop {
	background:url(../images/wrapper_top.png) no-repeat;
	height:22px;
}

#wrappermiddle {
	background:url(../images/wrapper_middle.png) repeat-y;
	height:300px;
}

#wrappermiddleforgot {
	background:url(../images/wrapper_middle.png) repeat-y;
	height:280px;
}

#wrappermiddlereset {
	background:url(../images/wrapper_middle.png) repeat-y;
	height:400px;
}

#wrapperbottom {
	background:url(../images/wrapper_bottom.png) no-repeat;
	height:22px;
}

#wrapper h2 {
	margin-left: 25px;
	font-size:12px;
	font-weight:bold;
	font-family:Myriad Pro;
	text-transform:uppercase;
	width: 85%;
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom: solid 1px #dfdfdf;
}
.g_w{
	margin-top:15px;
	display:table;
}
#username_input {
	margin-left:25px;
	display:inline;
	height:50px;
	float:left;
}

#username_inputleft {
	float:left;
	background:url(../images/input_left.png) no-repeat;
	width:12px;
	height:50px;
}

#username_inputmiddle {
	float:left;
	background:url(../images/input_middle.png) repeat-x;
	width: 150px;
	height:50px;
}

#username_inputmiddle_full {
float: left;
background: url(../images/input_middle.png) repeat-x;
width: 276px;
height: 50px;
}

#username_inputright {
	float:left;
	background:url(../images/input_right.png) no-repeat;
	width:12px;
	height:50px;
}

#forgot_input {
	margin-left:25px;
	width:300px;
	margin-top:15px;
}

#forgot_inputleft {
	float:left;
	background:url(../images/input_left.png) no-repeat;
	width:12px;
	height:50px;
}

#forgot_inputmiddle {
	float:left;
	background:url(../images/input_middle.png) repeat-x;
	width:276px;
	height:50px;
}

#forgot_inputmiddle_full {
float: left;
background: url(../images/input_middle.png) repeat-x;
width: 276px;
height: 50px;
}

#forgot_inputright {
	float:left;
	background:url(../images/input_right.png) no-repeat;
	width:12px;
	height:50px;
}

#mail_select {
	width: 122px;
	float:left;
	margin-left: 5px;
	height:50px;
}

#mail_selectleft {
	float:left;
	background:url(../images/input_left.png) no-repeat;
	width: 7px;
	height:50px;
}

#mail_selectmiddle{
	float:left;
	background:url(../images/input_middle.png) repeat-x;
	width: 100px;
	height:50px;
	border: 0;
	color: #888 !important;
}

#mail_selectmiddle select{
	float:left;
	width: 100px;
	margin-top: 12px;
	xheight:40px;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #888 !important;
	font-size: 13px;
	line-height: 20px;
	padding: 5px;
}

#mail_selectright {
	float:left;
	background:url(../images/input_right.png) no-repeat;
	width: 12px;
	height:50px;
}

#url{
	display:block;
	height:45px;
	line-height:45px;
	width: 130px;
	background:transparent;
	border:0;
	color:#bdbdbd;
	font-family:helvetica, sans-serif;
	font-size:14px;
	padding-left:20px;
}

#url_user {
	position:absolute;
	display:block;
	margin-top:-28px;
	float:left;
	padding-right:10px;
}

#password_input {
	margin-left:25px;
	width:300px;
	height:50px;
	margin-top:15px;
}

#password_inputleft {
	float:left;
	background:url(../images/input_left.png) no-repeat;
	width:12px;
	height:50px;
}

#password_inputmiddle {
	float:left;
	background:url(../images/input_middle.png) repeat-x;
	width:276px;
	height:50px;
}

#password_inputright {
	float:left;
	background:url(../images/input_right.png) no-repeat;
	width:12px;
	height:50px;
}

#url_password {
	display:block;
	position:absolute;
	margin-top:-32px;
	float:left;
	margin-left:4px;
}

#submit{
	float:left;
	padding:0;
	margin-top:30px;
	margin-left:25px;
	width:300px;
	display:inline;
	height:40px;
	border:0;
}

#submit_forgot {
	float:left;
	padding:0;
	margin-top:15px;
	margin-left:25px;
	display:inline;
	width:300px;
	height:40px;
	border:0;
}

#submit_forgot input {
	color: #555;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	xmargin-top: -10px;
	width: 300px;
	height: 40px;
	background: #c8e68a;
	background: -moz-linear-gradient(top,  #c8e68a 0%, #c8e68a 51%, #b1cd79 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c8e68a), color-stop(51%,#c8e68a), color-stop(100%,#b1cd79));
	background: -webkit-linear-gradient(top,  #c8e68a 0%,#c8e68a 51%,#b1cd79 100%);
	background: -o-linear-gradient(top,  #c8e68a 0%,#c8e68a 51%,#b1cd79 100%);
	background: -ms-linear-gradient(top,  #c8e68a 0%,#c8e68a 51%,#b1cd79 100%);
	background: linear-gradient(to bottom,  #c8e68a 0%,#c8e68a 51%,#b1cd79 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8e68a', endColorstr='#b1cd79',GradientType=0 );
	border: solid 1px #999;
	
	border-radius: 2px;
}
#submit1 {
	position:absolute;
	z-index: 10;
	border:0;
}

#submit2 {
	position:absolute;
	margin-top:0px;
	border:0;
}

#links_left{
	float:left;
	position:relative;
	padding-top:5px;
	margin-left:25px;
}

#links_left a{
	color:#bbb;
	font-size:11px;
	text-decoration:none;
	transition: color 0.5s linear;
	-moz-transition: color 0.5s linear;
	-webkit-transition: color 0.5s linear;
	-o-transition: color 0.5s linear;
}

#links_left a:hover{
	color:#292929;
}

#links_right{
	float:right;
	position:relative;
	padding-top:5px;
	margin-right:25px;
}

#links_right a{
	color:#bbb;
	font-size:11px;
	text-decoration:none;
	transition: color 0.5s linear;
	-moz-transition: color 0.5s linear;
	-webkit-transition: color 0.5s linear;
	-o-transition: color 0.5s linear;
}

#links_right a:hover{
	color:#292929;
}

#powered{
	float:right;
	position:relative;
	xpadding-top:20px;
	margin-right:5px;
	font-size:11px;
}

#powered a{
	color:#aaa;
	font-size:11px;
	text-decoration:none;
	transition: color 0.5s linear;
	-moz-transition: color 0.5s linear;
	-webkit-transition: color 0.5s linear;
	-o-transition: color 0.5s linear;
}

#powered a:hover{
	color:#292929;
}

#language {
	float: left;
	position: relative;
	xpadding-top:20px;
	margin-left:5px;
	font-size:11px
}

#language select {
	background-color: #F1F1F1;
	color: #333 !important;
}
