/* Outer block, main body.  Background. */
#RegHeader {
    background: #689d14;
    color: #FFFFFF;
    text-align: center;
}


.RegOuter {
    margin-top: 5px;
    font-family: arial,helvetica,sans-serif;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    width: 780px;
    height: 550px;
    margin-left: auto;
    margin-right: auto;
}

/* Inner block, under header. */
.InnerBox {
    padding: 5px;
    border: 1px solid #CCCCCC;
    width: 95%;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* Left block, main user form. */
.RegForm {
    padding: 5px;
    margin: 5px;
    float: left;
    width: 72%;
    height: 450px;
}

table {
    margin-left: auto;
    margin-right: auto;
}

.tableStage2 {
    margin: 2px;
}

/* <p>aragraph formatting tags */
p {
  margin: 2px;
  padding: 2px;
}

.justified {
    text-align: justify;
}

.spacer {
    padding: 10px;
}

.spacer2 {
    padding: 4px;
}

.joinTableHeader {
    font-size: 20px;
}

/* Form data: request inside table*/
.request {
    padding: 5px;
    font-size: 20px;
}

.request2 {
    padding: 3px;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    background: #AEC28D;
}

/* Form data: response block in table */
.response {
    padding: 5px;
    background-image: url(../images/body_backgr.gif);
    border: 1px solid #999999;
    margin-right: 5px;
    width: 240px;
    font-size: 20px;
    color: #3F2EFF;
}

.response2 {
    padding: 3px;
    background-image: url(../images/body_backgr.gif);
    border: 1px solid #999999;
    margin-right: 5px;
    font-size: 14px;
    color: #3F2EFF;
    width: 220px;
}

/* Text input box inside a response cell */
.responseText {
    padding: 3px;
    background: #e6f6cd;
    border: 1px solid #000000;
    font-weight: bold;
    color: #2216a7;
    width: 220px;
}
.testme {
    background-image: url(../images/h_menu_bg.png);
    background: #FF0000;
}


.RegHint {
     text-align: center;
     color: #B30522;
     background-color: #FF0;
     font-weight: bold;
}

.wtf {
    font-size: 10px;
    text-decoration: none;
    color: #AAAAAA;
    text-align: center;
}

.wtf a {
    text-decoration: none;
}

.wtf a:hover {
    text-decoration: underline;
}

/* Terms, conditions */
.AcceptTerms {
    padding: 2em;
    font-size: 15px;
    text-align: center;
}

input.Btn1 {
    /*float: right;*/
    font-family: arial,helvetica,sans-serif;
    padding: 3px;
    color: #2216a7;
    font-size:15px;
    font-weight:bold;
    background-color:#FFF;
    /*border:1px solid;*/
    border-top-color:#CCC;
    border-left-color:#CCC;
    border-right-color:#CCC;
    border-bottom-color:#CCC;
}

.captchaHeader {
    font-size: 15px;
    text-align: center;
}

#recaptcha_area {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.outerRightBlock {
    width: 175px;
    border: 1px solid #ABCDEF;
    float: right;
    height: 450px;
    padding: 2px;
}
/* Right block, explanation dropins */
.rightContent {
    /*background: #A0B0C0; */
    background: #BED698;
    float: right;
    /*width: 172px;*/
    height: 438px;
    padding: 6px;
    text-align: left;
    overflow: auto;
  /*  border: 2px solid #444444; */
}
/* Right block, if we had an error. */
.errorBlock {
    background: #B30522;
    float: left;
    position: relative;
    width: 95%;
    text-align: left;
    padding: 3px;
    color: #FFF;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
}

/* Tell people why we ask for stuff */
.justification {
    color: #195072;
    padding: 1px;
}
#topText {
    font-size: 12px;
    padding: 10px;
}

.ErrorMsg {
    color: #D00;
    font-size: 25px;
}

.select2 {
    background-image: url(../images/body_backgr.gif);
    font-size: 15px;
    background: #e6f6cd;
    color: #2216a7;
    font-weight: bold;
    /*width: 10em;*/
    width: 220px;
}

.DoOver {
    position: absolute;
    top: 2px;
    left: 2px;
}

.regSuccess {
    background: #689d14;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
}
.regSuccess a {
    color: #f7e815;
}

/* Terms and conditions, stage 2 */
.termsCond {
    font-weight: bold;
    width: 300px;
    font-size: 13px;
    float: left;
    text-align: right;

}
.submitBtn2 {
    width: 200px;
    float: left;
    margin-bottom: 3px;
}
.aweber {
    padding-top: 10px;
    font-size: 15px;
    text-align: left;
}
.aweberTbl {
    margin-left: 2px;
    padding: 7px;
}

