/* Form */
#supportform form {
    margin-top:0pt;
    font-size:12px;
    border: none;
     
}
/* Fieldset */
#supportform fieldset {
    /*background-color: #136173;*/
    margin:10px;
    width:auto;
}
/* Fieldset legend */
#supportform legend {
    color: Red;
    font-family: Arial, Verdana, Geneva, "Bitstream Vera Sans", Helvetica, sans-serif;
}
/* input, text Boxes  */
#supportform input, #supportform textarea {
     font-size:12px;
     margin:1px 0 0;
     padding:0;
}
/* Label adjust left*/
#supportform .supportformlinks {
     float : left;
     width : 120px;
}
/* Send Button*/
#supportform .btn {
	
}
/* Reply messages */
#supportformReply {
    margin:10px;
    padding:10px;
    width:auto;
}
#supportformReply h4 {
    font-size:14px;
}
#supportformReply h5 {
    font-size:12px;
}
hr {
    border-top: 1px dashed #f00;
    height: 1px;
    }


