/* 
    Document   : dotmailer
    Created on : 27-Sep-2012, 17:00:47
    Author     : akis.loumpourdis
    Description:
        Purpose of the stylesheet follows.
*/


/* Error messages - warnings styles */


.info {
    color: #00529B;


}
.success {
    color: #4F8A10;

}
.warning {
    color: #9F6000;


}
.error_message {
    color: #D8000C; margin-top:2px;
}
.error_message_widget {
    color: #D8000C;

}

#dotMailer_news_letter input[type=text], #dotMailer_news_letter input[type=string] {width:98%; border:1px solid #CCCCCC; padding:2% 1%; }
#dotMailer_news_letter label {margin-top:0.5em}
#dotMailer_news_letter input[type=submit] {background:#7DAF3B; border: 1px solid #7DAF3B; padding:0.3077em 0.5385em; color:#FFFFFF;  border-radius:4px; }
#dotMailer_news_letter input[type=submit]:hover {background-color:#25A9E0; border-color:#25A9E0}
#dotMailer_news_letter input[type=submit]:active {position:relative; top:1px}
#dotMailer_news_letter .dotm-submit {text-align:right; }
#dotMailer_news_letter span.required {color:#999999}
#dotMailer_news_letter .show-hide {padding:0; margin:0}
.signup-message {font-size:0.9231em; }
.widget.dm_widget { }