.formcontent {
    border: 1px solid white;
    padding: 16px; 
	clear: both;
}

.form {
    width: 468px;
    top: 12px;
    padding: 12px;
    position: relative;
    border: 1px solid #666;
    background: black; 
	clear: both;
}

#submit {
    float: left;
    margin-top: 20px;
    margin-left: 10px;
    width: 120px;
    padding-top: 2px;
    padding-bottom: 2px;
}

#messageTypeForm {
    width: 438px;
    position: relative;
    top: 16px;
    left: 6px;
}

#messageTypeForm .radioVGroup {
    padding-left: 10px;
    padding-top: 6px;
}

.subform {
    width: 438px;
    top: 12px;
    position: relative;
}

.subform .field {
    padding: 6px 8px 6px 6px;
    border-bottom: 1px dotted #202020;
    display: none; 
	clear: both;
}

.subform label {
    float: left;
    text-align: left;
}

.subform input[type="text"] {
    float: right;
    margin-left: 12px;
}

.subform select {
    float: right;
    margin-left: 12px;
}

.radioVGroup {
    padding-top: 4px;
    padding-left: 16px;
	clear: both;
}

.radioHGroup {
    float: right;
}

#error {
    display: block;
    /*background-color: white;*/
    color: red;
    /*border: 1px solid red;*/
    /*padding: 6px 12px 6px 12px;*/
    margin-top: 6px;
}

.required {
    color: red;
}
