/* contact form */
a.dnnFormHelp{padding-right:20px;}
img.Feedback_Required{height: 16px; width: 16px;}

.block .info { float: none;  padding-left: 0px;  width: auto; }

/* feedback module */
.ModDNNFeedbackC td {text-align:left;}
.ModDNNFeedbackC a.CommandButton:link {
    -moz-border-radius: 5px 5px 5px 5px;
    background: none repeat scroll 0 0 #3683CA;
    cursor: pointer;
    margin: 0 10px 0 0;
    padding: 6px 14px;
color: #fff; text-decoration:none;
}
.ModDNNFeedbackC a.CommandButton:hover {text-decoration:underline;}
.ModDNNFeedbackC .NormalTextBox {width: 250px; padding: 7px; margin-bottom: 5px;}
.Feedback_FieldValue textarea{height: 200px;}
div.Feedback_SectionHead{display:none;}

/* login control */
.LoginPanel .StandardButton {
    -moz-border-radius: 5px 5px 5px 5px;
    background: none repeat scroll 0 0 #3683CA;
    cursor: pointer;
    margin: 0 10px 0 0;
    padding: 6px 14px;
    color: #fff; text-decoration:none;
    border:none;
    font-size: 13px;
}
.LoginPanel .NormalTextBox {width: 160px; padding: 7px; margin-bottom: 5px;}

/* send password control */
#dnn_ctr_SendPassword_tblSendPassword .NormalTextBox {width: 160px; padding: 7px; margin-bottom: 5px;}
#dnn_ctr_SendPassword_tblSendPassword a.CommandButton{
    -moz-border-radius: 5px 5px 5px 5px;
    background: none repeat scroll 0 0 #3683CA;
    cursor: pointer;
    margin: 0 10px 0 0;
    padding: 6px 14px;
    color: #fff; text-decoration:none;
}
#dnn_ctr_SendPassword_tblSendPassword a.CommandButton:hover {text-decoration:underline;}
#dnn_ctr_SendPassword_tblSendPassword .CommandButton input{display:none;}

.help-message {border:1px solid #e5e181;background: #fefde2;color:#666; padding-left: 10px;}	




