@charset "utf-8";
/* CSS Document */

#rp_content
{
	font-size: 12px;
	color: #000;
	width: 500px;
	
}

#rp_content p
{
	margin-top: 10px;

}

#rp_content a
{
	text-decoration:underline;
	margin-bottom: 0px;
}

#rp_content table
{
	width: 100%;	
}

#rp_content td
{
	vertical-align: middle;
	height: 25px;
}

#rp_content form
{
	margin-top: 10px;
	margin-bottom: 10px;
}

#rp_content input
{
	font-size: 100%;
	height: 20px;
	margin-top: 0px;
	
}

#rp_content select
{
	font-size: 100%;
	height: 20px;
	margin-top: 0px;
	
}

.rp_formTitle
{
	font-size: 200%;
	color: #036;
	border-bottom: solid 1px #036;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 12px;
}

.rp_formSubTitle
{
	font-size: 150%;
	color: #036;
	text-align: center;
	border-bottom: solid 1px #036;
}

.rp_formTitleInfo
{
	font-size: 80%;
	color: #999;
	
}

.rp_formNote
{
	font-size: 95%;
	color: #036;
	margin-bottom: 5px;
	
}

.rp_formLabel
{
	font-size: 90%;
	color: #000;
	width: 20%;
	text-align: left;
}

.rp_formTextArea
{
	font-size: 90%;
	font-family: Verdana, Geneva, sans-serif;
}

.rp_error 
{
	font-size: 80%;
	color: #F00;
}

.rp_message
{
	font-size: 90%;
	color: #36C;		
}

#rp_coupon
{
	font-size: 200%;
	width: 100%;
	text-align: center;
	color: #D90000;
}
