/* 
* Horizontal Login-Form Style 
*/

#cus_horiz {
	height: 22px;
	width: 500px;
	margin-top: 7px;
	margin-left: 31px;
	float: left;
}

#cus_horiz #greeting {
	float: left;
	height: 22px;
	margin-right: 10px;
}

#cus_horiz .button {
	background-color: #080808;
	border: 1px solid #222;
	font-size: 100%;
	font-weight: normal;
	color: #777;
	height: 18px;
	line-height: 10px;
}

#cus_horiz #cus_username {
	float: left;
}

#cus_horiz #cus_username input {
	padding-left: 20px;
	overflow: hidden;
	width: 150px;
	font-size: 100%;
	font-weight: normal;
	border: 1px solid #222;
	color: #777;
	background-color: #080808;
	background-image: url(user_bg.png);
	background-repeat: no-repeat;
	background-position: left;
}

#cus_horiz #cus_pass {
	margin-left: 10px;
	float: left;
}

#cus_horiz #cus_pass input {
	padding-left: 20px;
	overflow: hidden;
	width: 150px;
	font-size: 100%;
	font-weight: normal;
	border: 1px solid #222;
	color: #777;
	background-color: #080808;
	background-image: url(pass_bg.png);
	background-repeat: no-repeat;
	background-position: left;
}

#cus_horiz #cus_rememberme {
	margin-left: 10px;
	float: left;
}

#cus_horiz #cus_submitbutton {
	margin-left: 10px;
	float: left;
}

#cus_horiz #cus_lostpass {
	margin-left: 10px;
	float: left;
}

#cus_horiz #cus_lostname {
	margin-left: 10px;
	float: left;
}

#cus_horiz #cus_register {
	margin-left: 10px;
	float: left;
}

#cus_horiz #cus_posttext {
	margin-left: 10px;
	float: left;
}

/* 
* Vertical Login-Form Style 
*/

#cus_vert {
	/*font-weight: bold;
	font-size: 110%;*/
}

#cus_vert #greeting {
	text-align: center;
	float: none;
	height: 22px;
	margin-bottom: 10px;
}

#cus_vert .button {
	background-color: #080808;
	border: 1px solid #222;
	font-size: 100%;
	font-weight: normal;
	color: #777;
	height: 22px;
	line-height: 10px;
}

#cus_vert #cus_username {
	margin-bottom: 5px;
}

#cus_vert #cus_username input {
	padding-left: 20px;
	overflow: hidden;
	width: 150px;
	font-size: 100%;
	font-weight: normal;
	border: 1px solid #222;
	color: #777;
	background-color: #080808;
	background-image: url(user_bg.png);
	background-repeat: no-repeat;
	background-position: left;
}

#cus_vert #cus_pass {
	margin-bottom: 5px;
}

#cus_vert #cus_pass input {
	padding-left: 20px;
	overflow: hidden;
	width: 150px;
	font-size: 100%;
	font-weight: normal;
	border: 1px solid #222;
	color: #777;
	background-color: #080808;
	background-image: url(pass_bg.png);
	background-repeat: no-repeat;
	background-position: left;
}

#cus_vert #cus_rememberme {
	margin-bottom: 5px;
}

#cus_vert #cus_submitbutton {
	margin-bottom: 3px;
	text-align: center;
}

#cus_vert #cus_lostpass {
	margin-bottom: 5px;
}

#cus_vert #cus_lostname {
	margin-bottom: 5px;
}

#cus_vert #cus_register {
	margin-bottom: 5px;
}

#cus_vert #cus_posttext {
	margin-bottom: 5px;
}

