@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/interface/login_bg.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 390px;
}
#submit #myButton {
	display: table;
	width: 250px;
}


#loginBox{
		padding: 10px 20px;
		background-image: url(../images/interface/grey_gradient.gif);
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #999999;
		background-repeat: repeat-x;
		position: relative;
		height: 100px;
}

#loginBox input{
	width: 100%;
}

#loginBox a{
	color: #666666;
}

#loginBox a:hover{
	text-decoration: none;
}


#loginBox #memberno {
	position: absolute;
	width: 150px;
}

#loginBox #password {
	left: 200px;
	position: absolute;
	width: 150px;
}


#loginBox h3{
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

p{
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-size: 11px;
}

#submit{
	padding-top: 30px;
	width: 100%;
}
#submit #myButton .bigButton {
	margin-left: 70px;
}


#submit a{
	color: #000000;
	font-weight: bold;
}

#heading{
	padding-top: 70px;
	padding-bottom: 15px;
}

a:hover{
	text-decoration: none;
}

 a{
	color: #000000;
}
#accessto p {
	font-size: 12px;
	color: #000000;
	padding-left: 20px;
}


#heading a:hover{
	text-decoration: none;
}


.bigButton{
		display: block;
		height: 30px;
		width: 236px;
		font-size: 18px;
		line-height: 20px;
		background-image: url(../images/interface/big_yellow_button.gif);
		text-decoration: none;
		padding-top: 5px;
		padding-left: 5px;
		background-repeat: no-repeat;
		margin-bottom: 10px;
		text-align: center;
	} #heading h2 {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 20px;
}
#heading p {
	color: #000000;
	font-size: 12px;
}

#passwordBox{
		padding: 10px 20px;
		/*background-image: url(../images/interface/grey_gradient.gif);*/
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #999999;
		background-repeat: repeat-x;
		position: relative;
		height: 100px;
}
