@charset "UTF-8";
/* CSS Document */

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	background-color: #03122E;
}

#wrapper {
	width: 900px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}

a { outline: none; }

.input {
	border: none;
	background: none;
	width: 162px;
	height: 14px;
	margin-top: 2px;
	margin-left: 2px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
}

.rounded {
	width: 175px;
	height: 20px;
	background:  url(../images/rounded.jpg) no-repeat;
	float: left;
	margin-right: 10px;
	margin-bottom: 30px;
}

.submit {
	width: 70px;
	height: 20px;
	float: left;
	margin-bottom: 30px;
}

.amend {
	width: 450px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	overflow: auto;
	margin-bottom: 10px;
}

.amend a, .amend a:visited {
	color: #FFF;
	text-decoration: none;
}
.amend a:hover {
	color: #666;
	text-decoration: none;
}

.leftcol {
	width: 330px;
	height: auto;
	float: left;
	margin-right: 30px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	line-height: 14px;
	margin-left: 85px;
	overflow: auto;
}

.rightcol {
	width: 370px;
	height: auto;
	float: left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	line-height: 14px;
	overflow: auto;
}

.list {
	list-style-image: url(../images/arrows.png);
	line-height: 20px;
	bottom: 10px;
}

/* text */

.enter {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666;
}

.enter a, .enter a:visited {
	color: #FFF;
	text-decoration: none;
}

.enter a:hover {
	color: #666;
	text-decoration: none;
}
