img {
	border: 0;
}

body {
	margin: 0;
	margin-top: 45px;
	padding: 0;
	background: url('../img/a/bg.jpg') repeat-x;
	background-color: FFF;
	font-family: helvetica, arial, verdana, san-serif;
}

#main {
	width: 480px;
	position: relative;
	left: 50%;
	margin-left: -240px;
	background: url('../img/a/mainbg.gif') repeat-y;
}

#container {
	width: 480px;
	position: relative;
	left: 50%;
	margin-left: -240px;
}

#header {
	background: url('../img/a/header.gif') no-repeat;
	height: 20px;
}

#logo {
	width: 100px;
	float: left;
	padding: 0 0 0 70px;
}

#jump {
	width: 220px;
	float: right;
	font-size: 16px;
	line-height: 1.2;
	color: #404040;
	padding: 30px 90px 0 0;
}

#jump a {
	font-size: 16px;
	text-decoration: none;
	color: #C40007;
}

#jump a:hover {
	text-decoration: underline;
	color: #DE0007;
}

.clr {
	clear: both;
}

#content {
	font-size: 13px;
	padding: 0 42px;
	line-height: 1.5;
	color: #505050;
}

#content a {
	font-size: 13px;
	color: #0059BF;
	text-decoration: none;
}

#content a:hover {
	color: #0059BF;
	text-decoration: underline;
}

#content h1 {
	font-size: 18px;
	font-weight: bold;
}

#content form {

}

	#content form label {
		margin-bottom: 8px;
		display: -moz-inline-box; /*for mozilla*/
		display: inline-block; /*for Opera & IE*/
		vertical-align: middle;
		width: 130px;
		font-size: 13px;
		line-height: 1.5;
		font-weight: bold;
		color: #505050;
	}
	
	#content form label i {
		color: #DE0007;
	}
	
	#content form input,
	#content form textarea,
	#content form .submit,
	#content form .clear {
		width: 250px;
		border: 1px solid #0059BF;
		font-size: 13px;
		padding: 2px;
		line-height: 1.5;
		color: #303030;
	}
	
	#content form textarea {
		vertical-align: top;
		font-family: helvetica, arial, verdana, san-serif;
		font-size: 13px;
		padding: 2px;
		line-height: 1.5;
	}
	
	#content form .submit,
	#content form .clear {
		margin-top: 5px;
		width: 100px;
		color: #0059BF;	
	}
	
	#content form .submit {
		margin-left: 132px;
		font-weight: bold;
	}
	
	#content form .submit:hover, 
	#content form .submit:active {
		color: #DE0007;
		border-color: #DE0007;
	}
	
	#content form .clear {
		margin-left: 10px;
		border-color: #829FBF;
		color: #829FBF;
	}
	
	#content form .clear:hover {
		color: #0059BF;
		border-color: #0059BF;
	}

#thebottom {
	background: url('../img/a/footer.jpg') no-repeat;
	height: 15px;
}