#stripe {
	font-family:Arial,Helvetica,sans-serif;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:105;
	text-align:center;
	font-weight:bold;
	font-size:100%;
	color:white;
	padding:10px 0px 10px 0px;
}

#stripe span {
	text-align: center;
	width: 95%;
	float:left;
}

#message_div {
	font-family:Arial,Helvetica,sans-serif;
	padding: 3px;
	text-align:center;
	font-weight:bold;
	color: white;
	font-size: 12px;
	margin-bottom: 10px;
}

.error_stripe {
	background-color:#8E1609;
}

.success_stripe {
	background-color:#006362;
}

.close-notify {
	white-space: nowrap;
	float:right;
	margin-right:10px;
	color:#fff;
	text-decoration:none;
	border:2px #fff solid;
	padding-left:3px;
	padding-right:3px
}

.close-notify a {
	color: #fff;
}

/*.disabled {
	background-color: #EAEAEA;
	border: 1px solid #000;
}*/

a.headertext {
	color: #4D3B56;
	font-size: 15px;
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;
}

a.headertext:hover {
	text-decoration: underline;
}

#TB_ajaxContent h2 {
	color: #4D3B56;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	padding-top: 10px;
}

#TB_ajaxContent strong {
	color: #4D3B56;
}