@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
img{
	border: none;	
}
.Clear{
	width: 100%;
	height: 1px;
	clear: both;	
}
.MasterWrapper{
	width: 960px;
	height: auto;
	margin: 0px auto 0px auto;	
}
.MasterHdr{
	width: 960px;
	height: 120px;
	float: left;
	clear: both;
	text-align: center;

	margin-top: 20px;
}
.MasterFtr{
	width: 960px;
	height: 120px;
	float: left;
	clear: both;
	text-align: center;

}
.MasterContent{
		width: 940px;
		height: auto;
		float: left;
		clear: both;
		padding: 10px;
		background-image: url(media/bck-rpt.jpg);
		background-repeat: repeat-y;
}	
.ContentUnit{
	width: 231px;
	height: 231px;
	float: left;	
	margin: 2px;
}

.PromoWrapper{
	width: 960px;
	height: auto;
	margin: 0px auto 0px auto;
	text-align: center;	
}
.PromoSplitter{
	width: 960px;
	height: 40px;
	background-color: #99CC00;
	background-image: url(media/splitterback.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px 0px 0px 0px;
	clear: both;
	color: #333;
	font-size: 14px;	
}

.PromoEnd{
	width: 960px;
	height: 40px;
	background-color: #99CC00;
	background-image: url(media/endback.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px 0px 0px 0px;
	clear: both;
	color: #333;
	font-size: 14px;	
}



/* FORM */

.FormWrapper {
	height: auto;
	width: 620px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFF;
	padding: 10px;
}

.FormHeader{
	width: 620px;
	height: auto;
	font-size: 16px;
	color: #006699;
	font-weight: bold;
	margin-bottom: 10px;
}
.FormMenu{
	width: 620px;
	height: auto;
	font-size: 11px;
	color: #666;
	margin-bottom: 10px;
}
.FormItem{
	width: 580px;
	height: auto;
	float: left;
	clear: both;
	margin-bottom: 10px;	
}
.FormItemPostTitle{
	width: 550px;
	height: auto;
	font-size: 14px;
	color: #006699;	
	float: left;
	clear: both;
	margin-bottom: 4px;
}
.FormItemInput{
	width: 500px;
	height: 30px;
	border: solid 1px #F0F0F0;
	padding: 2px;
	font-size: 12px;
	background-color: #FFF;	
}
.FormItemInput:focus{
	background-color: #FFC;
}
.FormItemTextBox{
	width: 500px;
	height: 400px;
	border: solid 1px #F0F0F0;
	padding: 2px;
	font-size: 12px;
	background-color: #FFF;	
}
.FormItemTextBox:focus{
	background-color: #FFC;
}
.FormItemFile{
	width: 500px;
	height: 30px;
	border: solid 1px #F0F0F0;
	padding: 2px;
	font-size: 12px;
	background-color: #FFF;	
}
.fancybox-inner {
    -webkit-overflow-scrolling: touch !important;
    overflow: scroll !important;
	z-index:99999!important;
  }