textarea { font-family:"arial"; font-size:11px; }
input { font-family:"arial"; font-size:11px; }
select { font-family:"arial"; font-size:11px; }

input.tiny { width:50px; }
input.small { width:100px; }
input.medium { width:150px; }
input.large { width:200px; }
input.huge { width:250px; }
   
select.tiny { width:50px; }
select.small { width:100px; }
select.medium { width:150px; }
select.large { width:200px; }
select.huge { width:250px; }

textarea.tiny { width:200px; height:75px; }
textarea.small { width:300px; height:125px; }
textarea.medium { width:400px; height:150px; }
textarea.large { width:500px; height:225px; }
textarea.huge { width:600px; height:250px; }

.help-message {
    position: absolute;
    width: 16px;
    height: 19px;
    line-height: 19px;
    background-image: url('../images/icons/help.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-left: 8px;
}

.help-message:hover {
    cursor: help;
}

.icon {
    float: right;
    width: 16px;
    height: 19px;
    line-height: 19px;
    background-repeat: no-repeat;
    background-position: center center;
}

.icon-required {
    background-image: url('../images/icons/bullet_black.png');
}

.icon-error {
    background-image: url('../images/icons/bullet_red.png');
}

.icon-correct {
    background-image: url('../images/icons/bullet_green.png');
}

span.clear-radio-element {
    display:block;
    clear:both;
}
