/* Styling for Login page - Sioxthcore Development */

body {
background: url(/images/cross.gif);
margin:0px;
padding: 0px;
}

#wrapper {
width: 100%;
min-width: 960px;
overflow: hidden;
background: url(/images/tp_bkg.gif) repeat-x top left;
}

#header {
width: 100%;
height: 230px;
background: url(/images/login.gif) no-repeat top center;
margin-left: 0px;
}
 
#right {
padding-top: 10px;
padding-left: 20px;
padding-right: 20px;
float: right;
width: 225px;
font-size: 10px;
color: #444444;
background: url(/images/tr_bkg.gif) no-repeat top center;
}

#right img {
border: 0px;
}

#logo_large {
float: left;
background: url(/images/tsg_logo.gif) no-repeat;
width: 253px;
height: 145px;
overflow: hidden;
}

#login {
width: 700px;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
}

.w_clear {
width: 700px;
margin-bottom: 25px;
overflow: hidden;
}

#email {
width: 338px;
float: left;
}

#password {
width: 338px;
float: right;
}

.l_labels {
float: left;
margin-right: 15px;
color: #fff;
font-size: 14px;
line-height: 30px;
}

#user_login {
background: #fff;
height: 20px;
width: 220px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
font-size: 12px;
padding: 5px;
}

#user_password {
background: #fff;
height: 20px;
width: 220px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
font-size: 12px;
padding: 5px;
}



#fpass {
width: 338px;
float: left;
}

#fpass a{
font-size: 16px;
font-weight: lighter;
}

#fpass a:hover {
color: #cccccc;
}

.submit_button {
background: #18807F;
border: 1px solid #fff;
width: 160px;
height: 35px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
color: #fff;
float: right;
margin-right: 25px;
font-size: 15px;
font-weight: bold;
}

.submit_button:hover {
background: #399A98;
}

.links_w a {
line-height: 30px;
font-size: 16px;
font-weight: lighter;
color: #18807F;
}

.links_w a:hover {
color: #399A98;
}
#login_error, .error{
	width: 300px;
	padding: 30px;
	margin: 0 auto 15px auto;

	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	behavior: url(border-radius.htc);
	
	
	border: 2px solid red;
  font-weight: bold;
  background-color: #eca8a8;
}

#login_notify{
	width: 300px;
	padding: 30px;
	margin: 0 auto 15px auto;

	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	behavior: url(border-radius.htc);
	

  font-weight: bold;
	background: #a2e89e;
	border: 2px solid #8fb38d;
}
