/*contentright style */ 
  
.righttitle {
	font-weight:bold;
	color: #ED1E83;
	font-size:18px;
	margin-bottom: 15px;
}
.righttext {
	
	color:#ED1C24;
	margin-bottom: 15px;
}
.formtext{
	font-weight:bold;
	font-size:14px;
	color:#ED1C24;
	margin:0px 0 3px 0;
}
.forminput{
	width:207px;
	height:30px;
	padding:3px 0 0 2px;
}
.formbutton{
	width:209px;
	height:45px;
	background:url(/images/pinkbtn.png) no-repeat ; 
	background-position:0% 0%;
	font-weight:bold;
	font-size:22px;
	color: white;
	margin:10px 0 0 0;
	cursor: hand;
	cursor: pointer;
	border: none;
	padding:0 0 11px 0;
}


/*Content down*/
.contentdown {
	background:url(/images/bgcontentbottom.png) no-repeat left top;
}

