/*
Theme Name: Worthy - Free Powerful Theme by HtmlCoder
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Version:1.0.0
Created:November 2014
License: Creative Commons Attribution 3.0 License (https://creativecommons.org/licenses/by/3.0/)
File Description: Place here your custom CSS styles
*/

.modal-header-success {
	color:#fff;
	padding:9px 15px;
	background-color: #5cb85c;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
	border:0px;
}
.modal-header-danger {
	color:#fff;
	padding:9px 15px;
	background-color: #d9534f;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
	border:0px;
}
#failmessage, #successmessage {
	margin-left: auto;
	margin-right: auto;
}
#success, #danger { z-index: 8300; }