body {
	background-color:#ffffff;
	text-align:center;
}

#body_wapper {
	margin-top:5px;
	margin-left:25px;
	margin-bottom:25px;
	margin-right:25px;
	
}

/* page title */
#pageTitle {
	min-width:375px;
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px; 
	font-weight : bold;
	font-size : 125%;
	text-align:center;
}

/* the images on top page */
#imageList {
	text-align:center;
}

	#imageList UL {
		list-style-type:none;
	}
	
	#imageList UL LI {
		display:inline;
	}
	
	#imageList img {
		margin-right:35px;
	}

/* template text */
div.textTemplate {
	text-align:left;
	width:600px;
	min-width:450px;
	margin-top: 12px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px; 
	background-color:#ffffff;
	/*border:1px solid #e7e7e7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
	line-height: 1.4;
}

	div.textTemplate LI {
		list-style-position: outside;
		margin-left:25px;
		margin-bottom:25px;
	}

/* sign up botton */
#signUp {
	text-align:center;
	margin-top:30px;
	margin-bottom:35px;
}


	#signUp A {
		border:1px solid #cccccc;
		padding-top: 15px;
		padding-right: 20px;
		padding-bottom: 15px;
		padding-left: 20px;
		background-color:#cc0033;
		color:#ffffff;
		font-style : normal;
		font-weight : bold;
		font-size : 110%;
		letter-spacing:.85px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
	#signUp A.activeLink {
		border:1px solid #fde9ae;
		padding-top: 15px;
		padding-right: 20px;
		padding-bottom: 15px;
		padding-left: 20px;
		background-color:#fff8d1;
		color:#0000ff;
		font-style : normal;
		font-weight : bold;
		font-size : 110%;
		letter-spacing:.85px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}

/* sign up form */
#theForm {
	width:700px;
	min-width:450px;
	padding:10px;
	margin-top:25px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:25px;
	background-color:#E2EDFB;
	border:1px solid #e7e7e7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

	#theForm TD.es_content {
		padding-bottom:30px;
	}
	
	#theForm TD.es_content TABLE {
		padding-top:25px;
	}
	
	#theForm TD.es_content DIV {
		padding-top:10px;
	}
	
	#theForm TD.theImage {
		padding-right:25px;
		padding-bottom:40px;
	}
	
	#imageCode {
		margin-top:10px;
		padding-top:10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		border:1px solid #fde9ae;
		background-color:#cccccc;
	}

