/*
    

*/

.form-element-description {
    margin-bottom: 3px;
    margin-left: 3px;
    font-style: italic;
    text-decoration: underline;
    text-align: left;
    padding-left: 20px;
}

#onlinehelp_form dl
{
    width: 500px;
    margin: 0;
    padding: 0;
}

#onlinehelp_form dt
{
    width: 210px;
    float: left;
    margin: 0 0 0 0;
    padding: 3px;
    /*border-bottom: 1px solid #999;*/
    font-weight: bold;
}

#onlinehelp_form dd
{
    float: left;
    margin: 0 0 0 0;
    padding: 3px;
    min-width: 100px;
    /*border-top: 1px solid #999;*/
    min-height: 10px;
    &width: 150px;
    _width: 150px;
    _margin-left: 0px;
}

#onlinehelp_form {
    /*font-size: 0.7em;*/
}

.cvonlineform-input {
    background: white url(images/input.gif) repeat-x scroll 0 0;
    border: 1px solid #BCBCBC;
    width: 200px;
}

.cvonlineform-input-short {
    background: white url(images/input.gif) repeat-x scroll 0 0;
    border: 1px solid #BCBCBC;
    width: 70px;
}

.cvonlineform-input-long {
    background: white url(images/input.gif) repeat-x scroll 0 0;
    border: 1px solid #BCBCBC;
    width: 280px;
}

.cvonlineform-select {
    background: white url(images/input.gif) repeat-x scroll 0 0;
    border: 1px solid #BCBCBC;
    width: 202px;
    z-index: -1;
}

.cvonlineform-select-short {
    background: white url(images/input.gif) repeat-x scroll 0 0;
    border: 1px solid #BCBCBC;
    width: 50px;
}

.cvonlineform-white {
    color: #FFFFFF;
}

.registrationform_errors {
    font-weight: bold;
    color: #EE1D23;
    padding-left: 5px;
    width: 260px;
}

.onlinehelp_form fieldset {
    border: 1px solid #d4d4d4;
    padding: 5px;
    margin: 10px 0;
    
}

.onlinehelp_form #file_data {
    width: 100px;
}

.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;
}

.form-element-errors {
    color: red;
    font-weight: bold;
}

td.label {
    vertical-align: top;
    width: 210px;
    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;
}