﻿#RegisterExamIndex .tip
{
    line-height: 20px;
    font-weight: bold;
    padding: 15px 0PX;
}

#RegisterExamIndex select
{
    border: 1px solid #d3d3d3;
    padding: 3px 2px 4px 2px;
    width: 100%;
    font: 12px Arial;
    color: #333;
    box-shadow: inset 0 0 2px #f2f2f2;
}

#RegisterExamIndex textarea,
#RegisterExamIndex input[type=text]
{
    border: 1px solid #d3d3d3;
    color: #333;
    font: 12px Arial;
    padding: 5px 0px 5px 10px;
    resize: none;
    border-radius: 5px;
}

#RegisterExamIndex textarea
{
    height: 122px;
    width: 362px;
}

    #RegisterExamIndex textarea:focus,
    #RegisterExamIndex input[type=text]:focus
    {
        border-color: #ffbc00;
    }

    #RegisterExamIndex select.notfilled,
    #RegisterExamIndex textarea.notfilled,
    #RegisterExamIndex input[type=text].notfilled
    {
        background: #faebe7;
        border: dashed 1px #eb340a;
    }

#RegisterExamIndex .btSend
{
    background: #f17c72;
    padding: 6px 19px;
    border-radius: 5px;
    color: #ffffff;
    font-weight: bold;
}

    #RegisterExamIndex .btSend:hover
    {
        background: #f72d1d;
    }


#RegisterExamIndex .item
{
    padding-bottom: 10px;
    position: relative;
    z-index: 1;
}

    #RegisterExamIndex .item input[type=text]
    {
        width: 321px;
        height: 14px;
    }

#RegisterExamIndex a.reloadCaptcha
{
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url(btn_Reload.png) no-repeat center;
}

#RegisterExamIndex .icon
{
    width: 28px;
    height: 28px;
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 2px;
}

#RegisterExamIndex .iconname
{
    background-image: url(hoten.png.ashx);
}

#RegisterExamIndex .iconemail
{
    background-image: url(email.png.ashx);
}

#RegisterExamIndex .iconphone
{
    background-image: url(dienthoai.png.ashx);
}

#RegisterExamIndex .iconaddress
{
    background-image: url(diachi.png.ashx);
}

#RegisterExamIndex .iconcontent
{
    background-image: url(noidung.png.ashx);
}

#RegisterExam_Left
{
    float: left;
}

#RegisterExam_Right
{
    float: right;
}

#FormRegisterExam
{
    width: 728px;
    height: 235px;
    margin: auto;
}

#Button
{
    margin-top: 10px;
    float: right;
}

#Captcha
{
    float: left;
}
