/* CSS Document */

body {
	background-color: #000000;
	background-image: url(/images/background/background_new.gif);
	background-position: center top;
	padding: 0px;
	margin-top: 20px;
	background-repeat: no-repeat;
	color:#9ED215;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#browser_IE {
	width: 86px;
	position: absolute;
	left: -98px;
	top: 0px;
	border: 1px dotted #9ed215;
	font-size: 10px;
	padding: 2px;
	background-color: #000000;
}
a {
	color:#9ED215;
	text-decoration: none;
}
#container {
	width: 800px;
	height:600px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#form {
	width: 800px;
	height:590px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	background-image: url(/images/join/back.jpg);
	background-repeat: no-repeat;
}
#form .attribute {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: right;
	margin-right: 20px;
	margin-left: 20px;
}
#footer {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	margin-top:10px;
	text-align: center;
	font-size: 10px;
}
