
/*----------------------------------------
Name: global.css
Developed by:
Date Created:
Last Updated:
Copyright:
----------------------------------------*/

/* Imports
----------------------------------------*/
@import url("global.css");

body.login {
	background-color: #fcfdbb;
	font-family:georgia;
}

#login {
	position: relative;
	width: 482px;
	left: 60px;
	margin: 20px auto 60px;
}

#login .head {
	background: url(../images/head.jpg) repeat;
	width: 482px;
	height: 240px;
}

#login h1 {
	position: absolute;
	top: 190px;
	left: 30px;
	background-color: #fcfcfc;
	color: #555;
	font-size:26px;
	font-style:italic;
}

#login p {
	font-size:18px;
	line-height:1.2em;
}

#login .content {
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
	width: 351px;
	padding: 10px 24px 24px;
	background-color: #fcfcfc;
}

#login input {
	color: #666;
	font-size: 22px;	
	width: 332px;
	height: 30px;
	padding: 8px 2px 2px 8px;
	border-style: none;
	outline: none;
	background: url(../images/input.gif) no-repeat;
	margin-top: 4px;
}

#subscribeform a#email-submit {
	display: block;
	width: 132px;
	height: 34px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/register.gif) no-repeat;
	margin-left: 5px;
}

#subscribeform a:hover#email-submit {
	background-position: 0 -34px;
}

#subscribeform a:active#email-submit {
	background-position: 0 -68px;
}