body, html{ margin: 0; padding: 0; background-color: #121212; min-height: 100%; width: 100%; }

body {
    color:#ffffff;
  	font-family: Helvetica, Arial, sans-serif;
}

div.container {
    width: 1280px;
    height: 800px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}

div.shadow {
    position: absolute;
    width: 1280px;
    height: 800px;
    background-color: #000;
    z-index: 10;
    opacity: 0.6;
    top: 0;
    display: none;
    margin: 0 auto;
}

div.registerContainer {
    background-color: #262525;
    width: 600px;
    border: 1px solid #666;
    padding: 5px 5px 15px 5px;
}

table.registerTable {
    padding-top: 10px;
    width: 100%;
}

table.registerTable td {
    padding: 2px 4px;
    text-align: left;
    vertical-align: top;
}

table.registerTable td.textRight {
    text-align: right;
}

table.registerTable td input.text {
    border: 2px solid #000;
    width: 200px;
}

table.registerTable td select {
    border: 2px solid #000;
}

table.registerTable td.divider {
    height: 8px;
}

span.descriptionText {
    font-size: 12px;
}

div.registrationStepText {
    padding: 5px;
    font-size: 12px;
    color: #ccc;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

div.errorMessage {
    background-color: #570808;
    border: 1px solid #c40909;
    display: none;
    font-size: 12px;
    float: left;
    width: 100%;
    padding: 5px 0;
    margin-top: 5px;
}

a {
    color: #fff;
}

select.select.wide {
  width: 80%;  
}

select.select.short {
  width: 50%;  
}

#onomondo_register_form {
	border:1px solid #eee;
	padding:25px 45px;
	margin:30px auto;
	max-width:700px;
}

#onomondo_register_form * {
	line-height:28px;
	font-size:18px;
}

#onomondo_register_form h2 {
	line-height:38px;
	font-size:28px;
}

#onomondo_register_form h3 {
	line-height:34px;
	font-size:28px;
}

#register_button {
	color:#000; font-size:16px;
	padding:5px 10px;
	font-size:18px;
}