@charset "utf-8";
/* CSS Document */


.RboxHead {text-align: left;}
.RboxHead .inner {
	margin: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10em;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.RboxBody {padding: 10px;}
.RboxBody p {margin: 0 0 1em;font-family:verdana, helvetica, sans-serif; color:#333; font-size:11px; line-height:14px;}
.RboxBody h3 { 
	margin: 0 0 1em; font-size: 12px; color: #333; line-height:1.4em; font-family: Verdana, Helvetica, Sans-Serif;}
.Txt24{font-size:24px !important; line-height:27px;}
.Txt20{font-size:20px !important; line-height:23px;}
.Txt40{
	font-size:40px;
	line-height:50px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #75B336;
}

.HexWhite{color:#FFF;}

.RboxHdrGrn01 {
	background-image: url(../images/rbox_hdr_grn01_r.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.RboxHdrGrn01 .RboxHead {
	background-image: url(../images/rbox_hdr_grn01_r.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.RboxHdrGrn01 .RboxHead .inner {
	color: #fff;
	background-image: url(../images/rbox_hdr_grn01_l.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.RboxHdrGrn01 .RboxBody {
	background-image: url(../images/rbox_hdr_grn01_l.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/********/

.RboxHdrError01 {
	background-image: url(../images/rbox_hdr_Red01_r.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.RboxHdrError01 .RboxHead {
	background-image: url(../images/rbox_hdr_Red01_r.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.RboxHdrError01 .RboxHead .inner {
	color: #fff;
	background-image: url(../images/rbox_hdr_Red01_l.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.RboxHdrError01 .RboxBody {
	background-image: url(../images/rbox_hdr_Red01_l.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.reg_error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	border: 1px solid #FF0000;
	background-color: #FFF6F6;
}
