/* ------------------------------------------------------------------------------------
 * cubes-company.de
 * login.css -
 *
 * Author Bastian Schröder <bastian@creative-feat.com>
 * Version 2009-12-16
 * ------------------------------------------------------------------------------------ */

body div#contentframe a#lost_password {
	display: block;
	margin: 20px 0 0 0;
}


/* --------------------------------------- form --------------------------------------- */
body div#contentframe form {
	float: left;
	width: 377px;
	padding: 30px 0 30px 95px;
	background: url(../img/spacer_dotted2.jpg) right top repeat-y;
}
body div#contentframe form h3 {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #6d6c67;
}
body div#contentframe form label {
	display: block;
	margin-top: 10px;
}
body div#contentframe form label span {
	display: block;
}
body div#contentframe form label input {
	width: 340px;
	padding: 2px;
	border: 1px solid #bab9b9;
}

/* buttons */
body div#contentframe form div.login_button {
	margin: 15px 0 0 243px;
}

/* login_buttonbar */
body div#contentframe div#login_buttonbar {
	margin-left: 497px;
	padding-top: 3px;
}
body div#contentframe div#login_buttonbar h3 {
	margin: 12px 0;
	padding-left: 5px;
	font-size: 20px;
	font-weight: bold;
	color: #6d6c67;
}
body div#contentframe div#login_buttonbar p.smale {
	padding-left: 5px;
	font-size: 10px;
}
body div#contentframe div#login_buttonbar a.register {
	display: block;
	width: 249px;
	height: 115px;
	padding-left: 5px;
	background: url(../img/register_now.jpg) left 47px no-repeat;
	font-size: 20px;
	font-weight: bold;
	color: #6d6c67;
	text-decoration: none;
}
body div#contentframe div#login_buttonbar a.guest {
	display: block;
	width: 256px;
	height: 64px;
	background: url(../img/register_guest.jpg) no-repeat;
}

