#registration_form dl
{
    width: 500px;
    margin: 0;
    padding: 0;
}

#registration_form dt
{
    width: 200px;
    float: left;
    margin: 0 0 0 0;
    padding: 3px;
    /*border-bottom: 1px solid #999;*/
    font-weight: bold;
}

#registration_form dd
{
    float: left;
    margin: 0 0 0 0;
    padding: 3px;
    min-width: 100px;
    /*border-top: 1px solid #999;*/
}

#registration_form {
    /*font-size: 0.7em;*/
}

.registrationform-input {
    background: white url(images/input.gif) repeat-x scroll 0 0;
    border: 1px solid #BCBCBC;
    width: 200px;
}

.registrationform-input-long {
    background: white url(images/input.gif) repeat-x scroll 0 0;
    border: 1px solid #BCBCBC;
    width: 280px;
}

.registrationform-select {
    background: white url(images/input.gif) repeat-x scroll 0 0;
    border: 1px solid #BCBCBC;
    width: 203px;
}

.registrationform-select-short {
    background: white url(images/input.gif) repeat-x scroll 0 0;
    border: 1px solid #BCBCBC;
    width: 50px;
}

.registrationform-white {
    color: #FFFFFF;
}

.registrationform_errors {
    font-weight: bold;
    color: #EE1D23;
    padding-left: 5px;
    width: 260px;
}

.registration_form fieldset {
    border: 1px solid #d4d4d4;
    padding: 5px;
    margin: 10px 0;
}

.input-register-submit-big {
    padding: 2px 9px;
	border-top: 1px solid #E84D51;
	border-left: 1px solid #E84D51;
	border-right: 1px solid #800006;
	border-bottom: 1px solid #800006;
	background: #B80D15;
	color: white;
	font-size: 1em;
}

#fieldset-post {
    border: none;
}

td.label {
    vertical-align: top;
    width: 200px;
    font-weight: bold;
}

td.element {
    vertical-align: top;
    width: 220px;
}

td.info {
    vertical-align: top;
    width: 20px;
}

td.info span {
    display: block;
    width: 15px;
    height: 15px;
    background-image: url(images/info.png);
    background-repeat: no-repeat;
    background-position: center center;
}#fieldset-post table {
	width: 100%;
}

