* {
	margin: 0;
	padding: 0;
}

body {
	font: 14px/20px "lucida grande", verdana, helvetica, arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	min-height: 100%;
	padding-top: 18px;
	background: url(../../img/admin/background.png) 0 0 repeat;
}

.stn-form legend {
	margin-bottom: 0px !important;
	*margin-bottom: 25px !important;
	width: 90% !important;
}

.stn-form fieldset {
	*padding-top: 0px !important;
}

#globalheader {
	position: relative;
	width: 980px;
	margin: 18px auto 0;
	z-index: 999;
	font-size: 12px;
	height: 92px;
	width: 500px;
}

#globalheader h1 {
	display: inline;
	position: absolute;
	top: 7px;
	left: 130px;
	width: 228px;
	height: 58px;
	text-indent: -9999px;
	outline: none;
	background-image: url(../../img/minerva_logo.png);
	-moz-outline: none;
	background: url(../../img/minerva_logo.png) no-repeat 0 0;
}

#content {
	margin: 0 auto;
	width: 405px;
	min-height: 267px;
	padding: 37px 45px 0 50px !important;
	background-color: rgb(255, 255, 255);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#e7e7e7));
	background: -moz-linear-gradient(100% 100% 90deg, #e7e7e7, #fff);
	background: gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#e7e7e7));
	border: 1px solid;
	border-color: #e5e5e5 #dbdbdb #d2d2d2;
	box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.5);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-khtml-border-radius: 4px;
}