.Header {FONT-SIZE: 25pt; COLOR: #ffffff; FONT-STYLE: italic; FONT-FAMILY: 'Times New Roman', Times, serif; LETTER-SPACING: 0.2em; TEXT-DECORATION: none;}
.style1 {font:normal 14px "Comic Sans MS";text-align: center;}
.style2 {font-family: Arial, Helvetica, sans-serif;font-size: 9px;color: #000000;}
.quote {font-family: "Comic Sans MS";color: #FF00FF;}
.links {FONT-SIZE: 10pt;COLOR: #000000;FONT-STYLE: italic;FONT-FAMILY: "Comic Sans MS";LETTER-SPACING: 0.2em;TEXT-DECORATION:none;font-weight: normal;}
.entry_body {font-family:Chaucer, Arial;font-size:16px;line-height:18px;color: #000000;font-weight: normal;}
.entry_heading {font-family: Chaucer, Arial;font-size:36px;line-height:40px;color:#000;font-weight:bold;}
.nextpostnav {font-family: "Monotype Corsiva";font-size: 18px;}
.nextpost {font-family: "Monotype Corsiva";font-size: 16px;}
.body {font-family:"Trebuchet MS", Tahoma, Arial, Helvetica;font-size:13px;line-height:16px;color:#000;font-weight:normal;}
.smallprint {font-family:"Trebuchet MS",Tahoma,Arial,Helvetica;font-size:10px;line-height:14px;color:#000;font-weight:normal;}
.section {font-family:Verdana,Arial,Helvetica;font-size:9px;line-height:10px;color:#555;font-weight:normal;padding:2px;}
.copy {FONT-SIZE: 7pt;COLOR: #7C7C7C;FONT-STYLE: italic;FONT-FAMILY: "Courier New";TEXT-ALIGN: center}
a:hover {text-decoration: underline;}
.picture {text-decoration: none;}
.required {color: #FF0000}

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	background-color: #000!important;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position:absolute;
	top: 0;
	border: 0 solid;
	text-align:left;
	z-index:10000;
}
#MB_window[id] { position: fixed!important; }

#MB_frame {
	position:relative;
	background-color: #EFEFEF;
	height:100%;
}

#MB_header {
	margin:0;
	height: 28px;
}

#MB_content {
	padding: 6px .75em;
	overflow:auto;
}

#MB_caption {
	font: bold 85% "Lucida Grande", Arial, sans-serif;
	text-shadow: #FFF 0 1px 0;
	padding: .5em 2em 0 .75em;
	margin: 0;
	text-align: left;
}

#MB_close {
	display:block;
	position:absolute;
	right:5px; top:4px;
	padding:2px 3px;
	font-weight:bold;
	text-decoration:none;
	font-size:13px;
}
#MB_close:hover {
	background:transparent;
}

#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url(spinner.gif) 50% 0 no-repeat;
}

/* Color scheme */
#MB_window {
	background-color:#EFEFEF;
	color:#000;
}
#MB_content { border-top: 1px solid #F9F9F9; }
#MB_header {
  background-color:#DDD;
  border-bottom: 1px solid #CCC;
}
#MB_caption { color:#000 }
#MB_close { color:#777 }
#MB_close:hover { color:#000 }