@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	color:#666;
	text-align:center;
	background-image:url(../img/body-bg.jpg);
	background-repeat:repeat-x;
	background-position:center 0px;
}


.recaptcha-wrap{margin:12px 0;}


#container {
	width:940px;
	margin:0 auto;
	text-align:left;
	background-image:url(../img/main-bg.gif);
	background-repeat:repeat-y;
	/*padding-top:40px;*/
}

#header {
	width:940px;
	height:230px;
	position:relative;
	background-image:url(../img/header-bg.jpg);
	background-repeat:no-repeat;
}

#rrlogo {
	position:absolute;
	top:20px;
	left:40px;
	/*top:130px;*/
	/*right:20px;*/
	background:#fff;
	/*padding:25px 15px;;*/
}

#main {
	width:860px;
	padding:40px 40px 40px 40px;
}

#footer {
	margin-top:20px;
	padding:5px 10px;
	background-color:#c20d2f;
	color:#fff;
	font-size:12px;
}

#footer p {
	margin-bottom:0;
}

.clear {
	width:100%;
	overflow:hidden;
	padding-bottom:20px;
}

#comments {
	float:right;
	width:350px;
}

#field1, #field2, #field3 {
	margin-bottom:18px;
}

h1 {
	font-weight:normal;
	font-size:58px;
	line-height:58px;
	margin-bottom:20px;
	color:#e3001a;
	position:absolute;
	top:90px;
	left:75px;
}

h2 {
	font-weight:normal;
	font-size:38px;
	line-height:38px;
	margin-bottom:20px;
	color:#e3001a;
}

h3 {
	font-weight:normal;
	font-size:20px;
	margin:18px 0;
	color:#e3001a;
}

ul, ol {
	margin-left:2em;
}

ul li, ol li {
	margin-bottom:9px;
}

p {
	margin-bottom:9px;
}

p.key {
	background-color:#eee;
	padding:5px 10px;;
}

p.logout {
	text-align:right;
	background-color:#eee;
	padding:5px 10px;
}

a {
	outline: none;
	color:#e3001a;
}

a:hover {
	color:#e58497;
	text-decoration:none;
}

.footnote {
	font-size:9px;
	line-height:11px;
	font-style:italic;
}

form ul, form ol {
	margin-left:0;
}

form.login {
	margin-bottom:20px;
}

form.login input, form.login select {
	font-size:14px;
	padding:5px;
}

form.login fieldset {
	padding:20px;
	border:1px solid #e1e1e1;
	margin-bottom:20px;
}

form.login legend {
	font-weight:bold;
	padding:0 10px;
}

form.login ol {
	list-style-type:none;
}

form.login ol li {
	padding:10px 0;
	margin:10px 0;
}

form.login label {
	display:block;
	margin-bottom:10px;
	font-size:16px;
	color:#e3001a;
}

form.cmxform fieldset {
	margin-bottom:20px;
	padding:10px;
	border:1px solid #ddd;
}

form.cmxform legend {
	padding:0 5px;
	color:#e3001a;
	font-size:20px;
}

form.cmxform label {
	display:inline-block;
	line-height:1.8;
	vertical-align:top;
	font-weight:bold;
}

form.cmxform fieldset ol {
	margin:0;
	padding:0;
}

form.cmxform fieldset li {
	list-style:none;
	padding:5px;
	margin:0;
}

form.cmxform fieldset fieldset {
	border:none;
	margin:3px 0 0;
}

form.cmxform fieldset fieldset legend {
	padding:0 0 5px;
	font-weight: normal;
}

form.cmxform fieldset fieldset label {
	display:block;
	width:auto;
}

form.cmxform em {
	font-weight:bold;
	font-style:normal;
	color:#f00;
}

form.cmxform label {
	width:300px; /* Width of labels */
}

form.cmxform fieldset fieldset label {
	margin-left:303px; /* Width plus 3 (html space) */
}

form.cmxform p {
	display:inline;
	width:50px;
}

form input, form select {
	font-size:14px;
	padding:5px;
}

input.result {
	border:0;
	background-color:#eee;
	color:#999;
}

table th, table td {
	padding:2px 5px 2px 0;
}

table th {
	width:300px;
	text-align:left;
}

.warning {
	padding:10px;
	border:1px solid #e3001a;
	background-color:#fce5e8;
}

.help {
	background-color:#ccecf9;
	background-image:url(../img/help-ico.gif);
	background-repeat:no-repeat;
	border:1px solid #7fceef;
	padding:20px 0 10px 60px;
	margin-bottom:20px;
}

.help p {
	margin-bottom:18px;
}

.help a {
	color:#009ee0;
}
