@charset "utf-8";
.list_form {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #999;
	background-color: #FFF;
	margin: 2px;
	padding: 2px;
	border: 1px solid #CCC;
}
.list_form_button {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #FFF;
	background-color: #CF3559;
	height: 29px;
	width: 85px;
	border: 1px solid #CF3559;
}
.white_content {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #FFF;
}
.white_header2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	text-transform: uppercase;
	color: #CF3559;
}
.white_header3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	text-transform: uppercase;
	color: #CF3559;
}
.white_content_footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CCC;
}
.content {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
.close {
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #999;
	text-align: center;
	margin: 3px;
	padding: 3px;
	border: 1px solid #999;
	font-family: Verdana, Geneva, sans-serif;
	height: 30px;
	width: 25px;
	float: right;
	vertical-align: middle;
	background-color: #CCC;
	cursor: pointer;
	z-index: 15;
}
.text_box {
	background-color: #FFF;
	padding: 5px;
	width: 920px;
	border: thin dotted #666;
	visibility: hidden;
	height: 582px;
	position: absolute;
	left: -92px;
	top: 57px;
	margin: -10px 0 0 180px;
	z-index: 2;
}
.center {
	text-align: center;
}
.content_bgd {
	background-image: url(../images/content_bgd.jpg);
	background-repeat: no-repeat;
}
