/*########################################################################################################
# STANDARD HTML CSS																						 #
########################################################################################################*/
body {
	background: url(../../images/template/bodyBackground.png) repeat-x #f7f7f7;
	height: 100%;
	width: 100%;
}
body,
form, input {
	color:#000;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:18px;
}
a:link, a:visited {
	color:#ff5b00;
	text-decoration:none;
}
a:hover {
	color:#000;
}
p {
	margin:3px 0 3px 0;
}
h1 {
	color:#c0c0c0;
	font-size:26px;
	font-weight:normal;
	line-height:40px;
	margin:0;
}
.clear {
	clear:both;
}

/*########################################################################################################
# WRAPS																									 #
########################################################################################################*/
#globalWrap {
	background: #f3f3f3;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 0 5px #818181;
	-moz-box-shadow: 0 0 5px #818181;
	-webkit-box-shadow: 0 0 5px #818181;
	margin: 10% auto 0 auto;
	padding: 0 10px 10px 10px;
	width: 250px;
}

/*########################################################################################################
# LOGIN FORM																							 #
########################################################################################################*/
#loginForm {
	padding: 10px;
}

#loginForm div {
	clear: left;
	margin: 0 0 15px 0;
}

#loginForm label {
	display: block;
	float: left;
	line-height: 25px;
	width: 85px;
}

#loginForm .text {
	background: #fff;
	border: 1px solid #757575;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: inset 0 0 5px #b0b0b0;
	-moz-box-shadow: inset 0 0 5px #b0b0b0;
	-webkit-box-shadow: inset 0 0 5px #b0b0b0;		
	font-size: 16px;
	height: 25px;
	padding: 0 5px 0 5px;
	width: 130px;
}

#loginForm .submit {
	background: #d9d9d9;
	border: 1px solid #757575;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	box-shadow: inset 0 0 5px #b0b0b0;
		-moz-box-shadow: inset 0 0 5px #b0b0b0;
		-webkit-box-shadow: inset 0 0 5px #b0b0b0;	
	color: #000;
	float: right;
	font-size: 16px;
	height: 35px;
	margin: 0 5px 0 0;
	text-shadow: 0 1px 1px #fff;
	width: 100px;
}
#loginForm .submit:hover {
	background: #6fc400;
	color: #fff;
	box-shadow: 0 0 10px #92df2f;
		-moz-box-shadow: 0 0 10px #92df2f;
		-webkit-box-shadow: 0 0 10px #92df2f;	
	cursor: pointer;
	text-shadow: 0 1px 1px #2a410c;	
}
#loginForm .error {
	background:#b63b34;
	border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;	
	border: 1px solid #7d0000;
	color: #fff;
	font-size:15px;
	text-align:center;
	text-shadow: 0 1px 0 #b63b34;
}