* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

input[type=submit] {
	background-color: #8ec422;
	color: #FFF;
	padding: 3px 8px;
	cursor: pointer;
	border: none;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	 -moz-box-shadow: 1px 1px 3px #CCC;
}

input[type=submit]:hover {
	background-color: #637c12;
}

input[type=text], input[type=password], select {
	border: 1px solid #DDD;
	width: 150px;
}

input[type=text], input[type=password] {
	padding: 2px;
}

input[type=text]:hover, input[type=text]:focus,
input[type=password]:hover, input[type=password]:focus {
	border-color: #8ec422;
}

input[type=text]:focus, input[type=password]:focus {
	padding: 1px;
	border-width: 2px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
body {
	font: 14px/22px "Lucida sans Unicode", Verdana, sans-serif;
}

#container {
	background: url(../images/sara/splash.jpg) no-repeat center center;
	width: 950px;
	margin: 0 auto;
	height: 840px;
}

table {
	border-spacing: 0;
}

table td {
	padding: 2px 4px;
	color: #333;
}

table td:first-child {
	text-align: right;
	font-size: 13px;
}

#login-block {
	background: #FFF;
	padding: 20px;
}

#intro, #login-block {
	position: absolute;
	border: solid #390;
	opacity: 0.95;
}

#intro {
	margin: 350px 0 0 535px;
	width: 360px;
}

.green {
	border-width: 1px 1px 1px 0;
	-moz-border-radius: 0 20px 20px 0;
	-webkit-border-radius: 0 20px 20px 0;
	background: url(../images/sara/colors/green.jpg) no-repeat;
	color: #FFF;
	padding: 20px;
}

#login-block {
	border-width: 1px 0 1px 4px;
	-moz-border-radius: 20px 0 0 20px;
	-webkit-border-radius: 20px 0 0 20px;
	margin: 350px 0 0 69px;
	width: 283px;
	background: #FFF url(../images/sara/loginKey.png) no-repeat 214px 24px;
}

#error {
	display: none;
	font-size: 13px;
	position: absolute;
	padding: 10px 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 200px;
	margin: 295px 0 0 220px;
	color: #FFF;
	background: url(../images/sara/colors/red.jpg);
	z-index: 1;
	line-height: 18px;
}

#blog-notice {
	width: 520px;
	margin: 160px 0 0 400px;
	position: absolute;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 0px;
	box-shadow: 0px 0px 10px #222;
}

#blog-notice b {
	font: bold 12px Arial, sans-serif;
	box-shadow: 0px 0px 5px white;
	background: white;
	color: #163709;
	padding: 0px 5px;
	border-radius: 3px;
}

#blog-notice a {
	color: white;
	text-decoration: none;
	border-bottom: 1px solid white;
	padding: 0px 2px;
}

#blog-notice a:hover {
	border-bottom-width: 2px;
}

#blog-notice img {
	float: left;
	margin: 0px 15px;
}

#blog-notice p {
	margin: 20px auto;
	width: 84%;
}
