

/* ERS_box
 ---------------------------------------------------------------- */
	div#ERS_box{
		height:auto;
		background:url(../images/box_body.gif) 0 0 repeat-y;
	}

	#ERS_box h3{
		margin:0 0 10px 0;
		padding:20px 15px 0 15px;
		background:url(../images/box_header.gif) 0 0 no-repeat;
	}

	#ERS_box p{
		margin:0;
		padding:0 0 20px 0;
		background:url(../images/box_footer.gif) 0 100% no-repeat;
		line-height:1.5;
	}


/* ERS_back
 ---------------------------------------------------------------- */
	div.ERS_back{
		margin:0 0 15px 0;
		float:none;
	}

	div.ERS_back p,
	div.ERS_back form p{
		padding:0 0 0 0;
		background:none;
		text-align:center;
	}

	div.ERS_back p input{
		cursor:pointer;
	}

