@import url(reset.css);
@import url(templates.css);


html, body {
	background-color: #ffffff;
	text-align: center; }
	
/*-----------------------------------------------------
R_SIDE
-------------------------------------------------------*/
#r_side {
	width: 510px;
	line-height: 150%;
	float: right; }
	
#r_side p {
	line-height: 1.4 !important;
	margin-bottom: 1em; }

#r_side .box {
	padding: 10px;
	margin: 0 0 10px 0;
	border: 1px solid #666666; }

#r_side .box2 ul {
	margin-bottom: 2em;
	margin-left: 1em; }

#r_side h2{
	color: #666666;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 10px; }
	
#r_side h3{
	color: #666666;
	border-style: double; 
	border-width: 4px;
	font-weight: bold;
	border: 4px double #3399CC;
	padding: 5px 10px 5px 10px;
	margin-bottom: 20px; }
	
#r_side p.posted{
	color: #999999;
	border-top: 1px solid #999999;
	font-size: 10px;
	margin: 0 0 20px 0; }

/*-----------------------------------------------------
FORM
-------------------------------------------------------*/
.t_01 {
	padding-bottom: 10px; }

.t_01 th {
	font-weight: bold;
	width: 120px; }

.t_01 th, .t_01 td {
	padding: 8px; }

.txtfld_s {
	width: 160px; }

.txtfld_m {
	width: 300px; }

.txtfld_l {
	width: 442px; }

textarea {
	width: 360px;
	height: 140px; }

.attention {
	font-weight: normal !important;
	padding-left: 0.5em; }

