
#edu-helpdesk{
	background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #CACACA;
    margin: 20px 0 0;
    padding: 20px;
    float:left;
}

#edu-helpdesk p {
    padding: 8px 0;
    float:left;
}

#edu-helpdesk label {
    float: left;
    font-weight: bold;
    width: 170px;
}

#edu-helpdesk label.error {
    color: #C90202;
    float: left;
    font-weight: normal !important;
    margin: 0 0 0 15px;
    width: 300px !important;
}

#edu-helpdesk .input {
    width: 220px;
    float:left;
}

#edu-helpdesk textarea {
    height: 250px;
    margin: 10px 0 0;
    width: 100%;
    float:left;
}

#edu-helpdesk .edu_helpdesk_submit {
    background: none repeat scroll 0 0 #D9D6D6;
    border: 1px solid #CACACA;
    color: #545353;
    padding: 8px 15px;
    float:left;
}

#edu-message-success{
	background: none repeat scroll 0 0 #DFFCE0;
    border: 1px solid #CACACA;
    font-size: 120%;
    padding: 20px;
    text-align: center;
    width: 708px;
     float: left;
}

#edu-message-success p{
	float: left;
}

.fill_captcha,
.err_captcha{
	float: left;
    font-weight: bold;
    width: 100%;
}

.err_captcha{
	color:red;
}

.message_uid{
	border: 1px dotted;
    color: #B20000;
    float: left;
    font-size: 120%;
    font-weight: bold;
    margin: 20px 0 !important;
    padding: 10px 0 !important;
}

.edu_helpdesk_clean {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CACACA;
    color: #872B2B;
    float: right;
    font-size: 90%;
    font-weight: bold;
    margin: 15px 0 0;
    padding: 8px 10px;
    text-decoration: none !important;
}