﻿div.field {
float: left;
clear: left;
}

.field .sublabel {
font-size: 70%;
}

span.required {
color: red;
}

.validationError {
color: red;
}

label {
display: block;
float: none;
font-weight: bold;
}


.radiogroup label {
display: inline;
width: auto;
float: none;
text-align: left;

}

hr.separator {
float: none;
clear: both;
}

.width-Small {
width:50px;
}
.width-Medium {
width:150px;
}

.width-Large {
width:300px;
}

.height-Small {
height:50px;
}
.height-Medium {
height:150px;
}
.height-Large {
height:300px;
}

.visualEditorIFrame{
width:700px;
height:400px;
border:2px #e6e6e6 solid;

}

.editorDiv{
position:absolute;
left:0;
top:0;
/*       visibility:hidden;*/
display:none;
}
