.submit-container {
    margin-left:108px;
    margin-top:0px;
}

.label {
	width:100px;
}

#content-container input.tiny { width:50px; }
#content-container input.small { width:100px; }
#content-container input.medium { width:150px; }
#content-container input.large { width:350px; }
#content-container input.huge { width:250px; }

#content-container select.tiny { width:50px; }
#content-container select.small { width:100px; }
#content-container select.medium { width:150px; }
#content-container select.large { width:360px; }
#content-container select.huge { width:260px; }

#content-container textarea.tiny { width:150px; height:100px; }
#content-container textarea.small { width:251px; height:150px; }
#content-container textarea.medium { width:351px; height:200px; }
#content-container textarea.large { width:360px; height:100px; font:12px Arial, Helvetica, sans-serif normal;}
#content-container textarea.huge {  width:450px; height:400px; font:12px Arial, Helvetica, sans-serif normal;}

.media .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;
}

.media .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;
}
