.frm {
	position:relative;
}
.frm_nws {
	width:250px;
}
.frm_fld {
	padding:1px;
}
.frm_nws_lbl {
	display:block;
	padding-left:2px;
}
.frm_bor {
	border:solid 1px #000;
	background-color:#827f75;
	color:#222;
}
.frm_mar_btm {
	margin-bottom:5px;
}
.sbm, .btn {
	width:120px;
	height:20px;
	display:block;
}
.btn {
	background:transparent;
	border:none;
	text-indent:-999999em;
	overflow:hidden;
	text-decoration:none;
	cursor:pointer;
}
.sbm {
	background-position:center center;
	background-repeat:no-repeat;
}
.sbm_subscribe {
	background-image:url(../images/btn/btn_subscribe.png);
}
.sbm_send {
	background-image:url(../images/btn/btn_send.png);
}
.blk_bor {
	border:solid 1px #000;
}
.frm_valid {
	color:#CC0;
}
.frm_conf {
	color:#689B36;
}
.frm_conf_mess {
	background:#689b36;
}
.frm_valid_mess {
	background:#cc6600;	
}
.frm_valid_padd {
	padding:3px 10px;
	color:#fff;
}
.frm_inp_wd {
	width:400px;
}
.frm_te_wd {
	width:621px; /* depends on the width of the container */
	height:200px;
}
.frm_insert {
	padding-bottom:15px;
}
.tbl_insert {
	width:100%;
}
.tbl_insert th, .tbl_insert td {
	text-align:left;
	vertical-align:top;
}
.tbl_insert th {
	font-weight:bold;
	color:#cc6600;
}
