#content-container .forms {
	margin-left: 17px;
}

.submit-container {
    margin-left:10px;
    margin-top:2px;
}

.label {
	width:85px;
}

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

#content-container select.tiny { width:50px; }
#content-container select.small { width:100px; }
#content-container select.medium { width:160px; }
#content-container select.large { width:200px; }
#content-container select.huge { width:250px; }

#content-container textarea.tiny { width:200px; height:50px; }
#content-container textarea.small { width:300px; height:50px; }
#content-container textarea.medium { width:400px; height:50px; }
#content-container textarea.large { width:500px; height:50px; }
#content-container textarea.huge { width:600px; height:75px; }

.help-message {
    position: absolute;
    width: 16px;
    height: 19px;
    line-height: 19px;
    background-image: url('/public/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;
	padding-left: 10px;
}

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

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

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

span.clear-radio-element {
    display:block;
    clear:both;
    height: 20px;
    line-height: 20px;
    vertical-align: text-bottom;
}