/*
 * SimpleModal Basic Modal Dialog
 */

/***CLEAR ALL STYLING***/

table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	font-weight:normal;
	text-align:left;
}
/***BASIC CLASSES***/

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/***TABLE***/

/***END TABLE***/
/***START FORM***/
form label {
	float:left;
	width:200px;
	margin-right:10px;
	padding-top:5px;
	line-height:14px;
	font-size:16px;
	clear:left;
	text-align:right;
	color:#000000;
	font-family: Calibri, Century Gothic, Arial, Tahoma, Verdana, Trebuchet MS;
}
#basic-modal-content h1 {
	font-style:normal;
	font-size:23px;
	padding-bottom:10px;
	text-align: center;
	color:#000000;
	font-family: Calibri, Century Gothic, Arial, Tahoma, Verdana, Trebuchet MS;
}
.btn {
	background:transparent url(../img/submit-btn.gif) no-repeat scroll left top;
	border:medium none;
	cursor:pointer;
	height:35px;
	margin:5px 0 0 209px;
	padding:0;
	text-align:center;
	text-indent:-9999em;
	width:89px;
	text-shadow:0px 1px 2px #000000;
}
.btn:hover {
	height:35px;
	width:89px;
	cursor:pointer;
	background:url(../img/submit-btn.gif) no-repeat left bottom;
}
#result {
	position: absolute;
	top: 50%;
	width: 450px;
	text-align: center;
}
#result img {
	padding-left: 40%;
}
#error_mess {
	color: #CC0000;
	font-size: 13px;
	text-decoration:blink;
	font-weight:bold;
	text-align:center;
}
a.btn {
	display: block;
}
#close_btn {
	cursor:pointer;
	font-weight:bold;
	width:60px;
}
.MyStyle {
	font-size:12px;
	color:#1c2329;
	text-align:left;
}
.MyStyle2 {
	color:#666;
	line-height:1.5em;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	size:.8em;
	font-size: small;
	font-weight: bold;
	float:left;
	width: 275px;
}
.MyContnt {
	width:590px;
	height:auto;
	float:left;
}
.left {
	padding-left:20px;
	text-align:left;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
	padding-right:20px;
}
.oddRow {
	background-color:#f2fbff;
}
.dark {
	float:left;
	width:100%;
}
.light {
	float:left;
	width:100%
}
.dark, .light {
	padding:5px 0;
}
h3 {
	color:#5f87ae;
	font-size:1.6em;
	padding:0;
	margin:0;
}
#basic-modal-content {
	display:none;
}
/* Overlay */
#simplemodal-overlay {
	background-color:#000000;
	cursor:wait;
}
/* Container */
#simplemodal-container {
	height:236px;
	width:475px;
	color:#fff;
	background:url(../images/slide2.jpg) top left repeat;
	border:5px solid #0b2021;
	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(../img/x.png) no-repeat;
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-16px;
	cursor:pointer;
}
#simplemodal-container #basic-modal-content {
	padding:8px;
}

