td img {display: block;}

body {
    font-family: Georgia, 'Times New Roman', Times, serif;
	background-color: #333333;
}

h1 {
    font-size: 1.05em;
    color: #0169B2;
}

.body_text {
	font-size: 13px;
	color: #333333;
}
.header {
	color: #0169B2;
	font-size: 14px;
	font-weight: bold;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #0169B2;
}
a:active {
	text-decoration: none;
	color: #333333;
}

#registerForm {
    width: 98%;
    font-size: 0.8em;
}

#registerForm_content {
     text-align: left;
     padding: 0px 50px;
}

#registerForm_header {
    background: url(../images/online/join.jpg) no-repeat;
    width: 492px;
    height: 70px;
}

#registerForm_footer {
    margin-top: 20px;
    text-align: left;
    font-size: 0.9em;
}

#registerForm_stage {
    margin: 15px auto;
    width: 399px;
    height: 22px;
}

#registerForm_stage.stage1 {
    background: url(../images/online/steps_f01.jpg) no-repeat;
}

#registerForm_stage.stage2 {
    background: url(../images/online/steps_f02.jpg) no-repeat;
}

#registerForm_stage.stage3 {
    background: url(../images/online/steps_f03.jpg) no-repeat;
}

#registerForm_stage.stage4 {
    background: url(../images/online/steps_f04.jpg) no-repeat;
}

#registerForm_stage.stage5 {
    background: url(../images/online/steps_f05.jpg) no-repeat;
}

#registerForm #summary {
    padding: 20px 0px;
    font-size: 0.85em;
}

#registerForm #summary label {
    width: 110px;
}

#registerForm label {
    float: left;
    width: 200px;
}

#registerForm .value {
    float: left;
    width: 180px;  
}

#registerForm a {
    color: #0169B2;
}

.clear {
    clear: both;
}

.row:after, .clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
	
* html .row, * html .cleardix             { height: 1%; } /* IE6 */
*:first-child+html .row, *:first-child+html .clearfix { min-height: 1%; } /* IE7 */

#stage2form label {
    width: 320px;
    margin-right: 20px;
}

#stage2form .row {
    margin-bottom: 10px;    
}

#stage2form textarea {
    margin-top: 10px;
    width: 300px;
}

.tncHeader {
    font-weight: bold;
}

#tnc {
    text-align: left;
    font-size: 0.9em;
}

.letterList {
    list-style-type: lower-alpha;
}

li {
    padding: 5px 0px;
}

.romanList {
    list-style-type: lower-roman;
}

#next_but {
    float: right;
}

#msg {
    border: 1px solid #F00;
    background: #fddede;
    color: #9e1111;
    font-size: 0.9em;
    padding: 5px;
}

#stage5form label {
    width: 120px;
}