html, body {
	height: 100%;
}

body {
	background: #fff;
	font: 15px/1.5 Arial, sans-serif;
	margin: 0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

div {
	display: block;
}
.clear {
	clear: both;
}

.container {
	margin: auto;
	width: 100%;
	min-height: 100%;
}

.main {
	overflow: auto;
	padding-bottom: 86px;
}

.header {
	background: url("/img/header-logo.png") no-repeat 0 0 transparent;
	height: 150px;
	width: 150px;
}

.box {
	margin: auto;
	width: 200px;
}

.center {
	margin: auto;
	text-align: center;
}

.floatR {
	float: right;
}

.floatL {
	float: left;
}

.footer {
	position: relative;
	margin-top: -86px;
	height: 86px;
	clear: both;
}

#sandbox-notice{
	background: #f5e1c1;
	background: repeating-linear-gradient(45deg, #f5e1c1, #f5e1c1, 20px, #a89a88 20px, #a89a88 40px);
	color: #000;
	text-shadow: 1px, 1px, #bbb;
	font-weight: bolder;
	font-family: tahoma;
	padding: 1px 1px;
	min-width: 1000px;
	text-align: center;
	letter-spacing: 6px;
}

/*Opera Fix*/
body:before {
	content="";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px;/
}

form.form .field span.hint{
	color: #888;
	display: block;
	font-weight: normal;
	margin-left: 26%;
}

form.form.form-vertical .field span.hint{
	margin-left: 0;
}