
* {
padding: 0;
margin: 0;
}

html {
height: 100%;
}

body {
text-align: center;
background-color: #FFF;
}

#cms_container {
width: 100%;
}

#message-box {
text-align: left;
margin: 35px auto 15px auto;
width: 330px;
}

#message-box-header-empty {
background: #fff url('/assets/images/rr-back-top-empty.png') no-repeat;
position: relative;
height: 46px;
}

#message-box-header {
background: #fff url('/assets/images/rr-back-top.png') no-repeat;
position: relative;
height: 46px;
}

#message-box-inner {
background: #fff url('/assets/images/rr-back-mid.png') repeat-y;
position: relative;
margin: 0px 0px 0px 0px;
padding: 25px 35px 20px 35px;
}

#message-box-footer {
background: #fff url('/assets/images/rr-back-bottom.png') no-repeat;
position: relative;
height: 15px;
}

p {
margin: 5px 0 5px 0;
font-family: Arial, Helvetica, sans;
font-size: .7em;
color: #666;
}

h1 {
font-family: Arial, Helvetica, sans;
letter-spacing: -.05em;

color: #8E0000;
font-size: 1em;
}

a {
font-family: Arial, Helvetica, sans;
font-weight: bold;
color: #333;
text-decoration: none;
}

#about {
color: #666;
width: 330px;
text-align: center;
font-family: Arial, Helvetica, sans;
float: left;
font-size: .7em;
}


a:hover {
text-decoration: underline;
}

fieldset {
border-style: none;
}

.FormField {
margin: 0 0 10px 0;
clear: both;
float: left;
}

.FormField a {
white-space: nowrap;
float: left;
display: block;
padding: 7px;
color: #999;
font-family: Arial, Helvetica, sans;
font-size: .7em;
}

legend {
display: none;
}

input {
width: 240px;
padding: 3px 7px 3px 7px;
float: left;
color: #666;
font-family: Arial, Helvetica, sans;
font-size: .7em;
font-weight: bold;
}

label {
white-space: nowrap;
color: #999;
font-family: Arial, Helvetica, sans;
font-size: .8em;
font-weight: bold;
}

label .eg {
color: #ccc;
}

#submit {
width: auto;
}

.RRRed {
color: #8E0000;
}