#respond .comment-form-checkbox
{
    position: relative;
}

#respond .comment-form-select
{
     margin: 10px 0;
}

#respond .comment-form-checkbox label
{
    background: none repeat scroll 0 0 #EEEEEE;
    box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
    color: #555555;
    display: inline-block;
    font-size: 13px;
    left: 4px;
    min-width: 60px;
    padding: 4px 10px;
    z-index: 1;
    margin-left:10px;
}

#respond .comment-form-select label,
#respond .comment-form-file label
{
    background: none repeat scroll 0 0 #EEEEEE;
    box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
    color: #555555;
    display: inline-block;
    font-size: 13px;
    left: 4px;
    min-width: 60px;
    padding: 4px 10px;
    position: relative;
    top: 40px;
    z-index: 1;
}

#respond .comment-form-checkbox
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 4px solid #EEEEEE;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 3px rgba(204, 204, 204, 0.95) inset;
    padding: 10px;
    position: relative;
    margin: 1.625em 0;
}

#respond .comment-form-select select
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 4px solid #EEEEEE;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 3px rgba(204, 204, 204, 0.95) inset;
    padding: 22px;
    position: relative;
    text-indent: 80px;
    display: block;
    width: 75%;
}

#respond .comment-form-file span
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 4px solid #EEEEEE;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 3px rgba(204, 204, 204, 0.95) inset;
    padding-left: 100px;
    position: relative;
    display: block;
    max-width: 155px;
}
.clar
{
    clear:both;
}

#respond .comment-form-checkbox input[type="checkbox"], input[type="radio"]
{
    margin-left:40px;
}

#respond select
{
    display: block;
    height: 24px;
    width: 75%;
}

.width75
{
    width: 75%;
}

.width95
{
    width: 95%;
}

#respond .comment-form-select select option
{
    padding: 8px;
    box-shadow: 0 1px 3px rgba(204, 204, 204, 0.95) inset;
}