#registration {
    width: 100%;
    margin-bottom: 10px;
}
#registration td {
    font-size: 85%;
}
#registration td input[type='text'] {
    font-size: 115%;
    line-height: 140%;
}
#registration td input[type='password']
{
    font-size: 115%;
    line-height: 140%;
}
#register
{
    clear: both;
    margin: auto;
    margin-top: 20px;
}

.captcha {
    width: 300px;
    margin: 0px auto;
}

.eglink {
    background: #f0f8ff url(../img/question.gif) no-repeat 8px 8px;
    border: 1px solid #ccd7ff;
    padding: 10px 15px 0px 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: 10px;
}

.eglinked {
    background: #f1fdbc url(../img/support-pository.gif) no-repeat 8px 8px;
    border: 1px solid #ccdd7e;
    padding: 10px 15px 0px 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: 10px;
}
