#content-left {
	display: inline;
	width: 238px;
	float: left;
	margin-right: 7px;
}

div.start-split {
	float: left;
}

div.content-full-right {
	display: inline;
	width: 615px;
	float: left;
	margin-right: 7px;
}

#content-middle {
	display: inline;
	width: 413px;
	float: left;
	margin-right: 7px;
}

#content-right {
	display: inline;
	width: 195px;
	float: left;
}

/**
 * Loginbox styles, mainly defined in style.css
 */
 /**
 * Loginbox styles, changed in start.css also
 */

.loginbox-title {
	/*border-bottom: 1px #dadada solid;*/
	width: 262px;
	padding-left: 9px;
/*	position: relative;*/
	background-image: url(../img/loginbox-top-border.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	/*height: 20px;*/
}

.loginbox-title img {
	border: 1px #dadada solid;
	border-bottom: 0px white solid;
	background-color: white;
	padding-left: 10px;
	padding-right: 10px;
}

.loginbox-titleimage {
	height: 25px;
	background-color: white;
}

.loginbox {
	font-size: 10px;
	width: 269px;
	height: 138px;
	border: 1px #dadada solid;
	border-top: 0px white solid;
	background-image: url(../img/loginbox-background.jpg);
	background-repeat: no-repeat;
}

.loginbox-inner {
	padding-top: 14px;
	padding-left: 10px;
	height: 105px;
}

.login-caption {
	width: 90px;
	float: left;
	font-weight: bold;
}

.loginbox-help {
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
}

.login-row {
	margin-bottom: 7px;
}

.login-input {
	width: 145px;
	font-size: 10px;
	height: 12px;
}

.loginbox-title {
	/*border-bottom: 1px #dadada solid;*/
	border: 1px #dadada solid;
	border-bottom: 0px white solid;
	width: 193px;
	padding-left: 0px;
	padding-top: 8px;
/*	position: relative;*/
	background-image: none;
	/*height: 20px;*/
}

.loginbox-title h2 {
	padding-left: 9px;
}

.loginbox-title img {
	border: 0px #dadada solid;
	/*border-bottom: 0px white solid;*/
	background-color: white;
	padding-left: 10px;
	padding-right: 10px;
}

.loginbox-titleimage {
	height: 25px;
	background-color: white;
}

.loginbox {
	font-size: 9px;
	color: #666666;
	width: 193px;
	height: 110px;
	border: 1px #dadada solid;
	border-top: 0px white solid;
	background-image: none;
	background-repeat: no-repeat;
	margin-bottom: 7px;
}

.loginbox-inner {
	padding-top: 3px;
	padding-left: 10px;
	height: auto;
}

.login-caption {
	width: auto;
	float: none;
	font-weight: bold;
}

#login-row-submit {
	display: none;
}

#login-button-submit {
	float: left;
	padding-top: 3px;
}
.loginbox-help {
	padding-top: 5px;
}



.login-row {
	margin-bottom: 4px;
}

/*.login-input {
	width: 140px;
	font-size: 10px;
}*/


