#simplemodal-overlay {
	background-color: #000;
	cursor: wait;
}

/* Container */
#simplemodal-container {
	width: 1000px;
	color: #000;
	background-color: #f2f2f2;
	border: 2px solid #8a1e1e;
	padding: 12px;
}

#simplemodal-container code {
	background: #141414;
	border-left: 3px solid #65B43D;
	color: #bbb;
	display: block;
	margin-bottom: 12px;
	padding: 4px 6px 6px;
}

#simplemodal-container a {
	color: #ddd;
}

#simplemodal-container a.modalCloseImg {
	background: url(../libs/x.png) no-repeat;
	width: 25px;
	height: 29px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: 15px;
	right: 25px;
	cursor: pointer;
	_border:1px solid #FF0000;
}

#simplemodal-container #basic-modal-content {
	padding: 8px;
}

h1 {
	font: bold 20px Arial, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

.centercols  h1 a {
	color: #333333;
	text-decoration: none;
}

.centercols  h1 a:hover {
	color: #333333;
	text-decoration: none;
}

.title {
	font-weight: bold;
	padding-top: 10px 0px 5px 0px;
}

.centercols_table {
	border-collapse: collapse;
}

td , p, div{
	font: normal 12px Arial, sans-serif;	
 
}

.centercols_table td.title {
	font-weight: bold;
}
.input_s {
	font: normal 12px Arial, sans-serif;
	width:300px;
	color:#444;
	border:1px solid #ccc;
}
#mail_b {
	
}
