* {
	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/title.png);
	-moz-outline: none;
	background: url(../../img/title.png) no-repeat 0 0;
	-moz-background-size: 228px auto;
	-webkit-background-size: 228px auto;
	-o-background-size: 228px auto;
	background-size: 228px auto;
}

#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;
	position: relative;
}

.stn-form label {
	width: 125px;
}

.password_link {
	position: absolute;
	bottom: 10px;
	right: 20px;
}

.description {
	font-size: 13px;
	line-height: 1.5em;
	margin-bottom: 10px;
	padding: 10px;
}

#flashMessage {
	font-weight: bold;
	color: #f00;
	text-align: center;
	margin-bottom: 20px;
}

.stn-form .actionrow {
  margin-left: 150px;
}