/* css Layout */
div#wrapper {
	background: url('../images/bg_cloud.jpg') 0 0 no-repeat;
	width: 960px;
	min-height: 30em;
	margin: 0 auto;
	/*border: 1px solid #FFF;*/
}

div#log-header {
	padding: 20px 0;
	height: 100px;
}

div#header {
	padding-top: 20px;
	height: 100px;
}

div#footer {
	color: #FFF;
	font-size: 100%;
	padding: 20px 0;
	text-align: center;
}

div.log-col1 {
	float:left;
	width: 54%;
}
div.log-col2 {
	float:right;
	width: 45%;
}
div#login-crystal-round {
	width:706px;
	margin:0px auto;
	color: #FFF;
}

.login-top {
	width:100%;
	height:20px;
	background: url('../images/log-top.png') no-repeat left top;
}

.login-top span {
	display:block;
	position:relative;
	height:20px;
	background: url('../images/log-top-right.png') no-repeat right top;
}

.login-outercenter-content{
	position:relative;
	background: url('../images/log-leftside.png') repeat-y left top;
	padding:0px;
	margin: 0;
	height: 284px;
	overflow:hidden;
}

.login-center-content {
	position:relative;
	background: url('../images/log-rightside.png') repeat-y right top;
	padding:0px 25px 0 20px;
	margin: 0;
	height: 284px;
}

.login-bottom {
	height:22px;
	background: url(../images/log-bottom.png) no-repeat left bottom;
}

.login-bottom span {
	display:block;
	position:relative;
	height:22px;
	background: url(../images/log-bottom-right.png) no-repeat right top;
}


div#crystal-round {
	width:706px;
	margin:0px auto;	
}

.top {
	width:100%;
	height:20px;
	background: url('../images/top.png') no-repeat left top;
}

.top span {
	display:block;
	position:relative;
	height:20px;
	background: url('../images/top-right.png') no-repeat right top;
}

.larry-center-content{
	position:relative;
	background: url('../images/leftside.png') repeat-y left top;
	padding:0px;
	margin: 0;
}

.center-content {
	position:relative;
	background: url('../images/rightside.png') repeat-y right top;
	padding:0px 20px;
	margin: 0;
}

.bottom {
	height:40px;
	background: url(../images/bottom.png) no-repeat left bottom;
}

.bottom span {
	display:block;
	position:relative;
	height:40px;
	background: url(../images/bottom-right.png) no-repeat right top;
}

div.controls{
	text-align:right;
}