body {
	background: #6b6557 url(rktr-v1/homepage/rktr-bg.jpg) no-repeat center top;
	font: normal 11px "Lucida Grande", "Lucida Sans Unicode", Verdana, DejaVu, sans-serif;
	color: #333;
}

a {
	color: #7FBAD8;
}

a:hover {
	color: #1B647A;
}

/* FORM */
table.form-create-account td {
	padding-bottom:10px;
}

#registerform {
	background:#fff;
	padding:20px; margin: 50px 0 20px 0;
	/*-moz-border-radius:10px;
	-webkit-border-radius:10px;*/
}

table.form-create-account .text, table.form-create-account select {
	width:200px;
}

table.form-create-account {
	margin-bottom:0px;
}

#registerform h3 {
	margin-top: 0;
}

#registerform .mentions {
	color:#6b6557;
}

#registerform .mentions td {
	background-color: #E9E7DF;
	padding: 8px;
	border: solid #B4ACA2 1px;
}

input.button {
	color: #FFF;
	font-size: 0.91em;
	background-color:#B4ACA2;
	border: none;
	padding: 4px 18px;
	-moz-border-radius:4px;
  	-webkit-border-radius:4px;
}

input.button:hover {
	background-color: #7FBAD8;
	cursor:pointer;
	text-decoration:none;
}
