BODY,TD,SELECT,input,DIV,form,TEXTAREA,center,option,pre,blockquote {font-size:9pt; font-family:±¼¸²,Arial, Helvetica, sans-serif; color:black;}

A:link    {color:gray;text-decoration:none;}
A:visited {color:gray;text-decoration:none;}
A:active  {color:444444;text-decoration:none;}
A:hover  {color:444444;text-decoration:none;}

.input {border:solid 1 silver;font-family:±¼¸²;font-size:9pt;color:black;background-color:white;height:19px;cursor:hand;}
.sb_head {border:solid 1 black;font-family:±¼¸²;font-size:9pt;color:black;background-color:white;height:19px}
.sb_textarea {border:solid 1 silver; font-family:±¼¸²;font-size:9pt;color:black;background-color:white}
.sb_submit {border:solid 1;border-color:c3c3c3;background-color:white;width:100%;height:100%}
.sb_input {border:solid 1;border-color:c3c3c3;background-color:f7f7f7;height:17px}
.sb_form {border:solid 1;border-color:ffffff;background-color:f7f7f7}
.sb_search {border:solid 1;border-color:c3c3c3;background-color:ffffff;height:17px}
.sb_contents {border:solid 1;border-color:c3c3c3;background-color:ffffff;width:100%;}
.sb_comment_contents {border:solid 1;border-color:c3c3c3;background-color:ffffff;width:100%;}
.sb_comment_input {border:solid 1 silver;font-family:±¼¸²;font-size:9pt;color:black;background-color:white;cursor:hand;}
.t8_gray {font-family:Tahoma;font-size:8pt;color:gray;}
.t7_gray {font-family:Tahoma;font-size:7pt;color:gray;}
.t9b_gray {font-family:Tahoma;font-size:8pt;color:gray;font-weight:bold;}
.t7_4a4d4a {font-family:Tahoma;font-size:7pt;color:#4a4d4a;}
.t8_4a4d4a {font-family:Tahoma;font-size:8pt;color:#4a4d4a:font-weight:bold;}
.t7b_black {font-family:Tahoma;font-size:7pt;color:black;font-weight:bold;}
.g8_gray {font-family:±¼¸²;font-size:8pt;color:gray;}

.box {
/*	width:320px;  */
	height:23px;
	background-color:#a5b3c7;
	padding:0px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border:1px solid #ffffff;
/*	position:relative; */
	font-size:13px; 
	color:#fff;
	font-weight:800;
	text-align: center;
	vertical-align:middle;
}

.button {
	margin:1px;
	width:130px;
	display: inline-block; 
	outline: none;
	cursor: pointer;
	text-align: center;
	vertical-align:middle;
	position:relative;
	text-decoration: none;
	font: 12px/100% Arial, Helvetica, ±¼¸²,°íµñ, sans-serif;
	padding: 7px 0px 7px;
/*	text-shadow: 0 1px 1px rgba(0,0,0,.3); */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	font-weight:600;
	color: #fef4e9;
	border: solid 1px #b8c8cd;
	background: #dfe8eb;
	background: -webkit-gradient(linear, left top, left bottom, from(#edfbff), to(#d6e2e5));
	background: -moz-linear-gradient(top,  #edfbff,  #d6e2e5);
}
.button:hover {
	text-decoration: none;
	color: #e23a3a;
	border: solid 1px #ff5e5e;
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#feeef0), to(#fed6d6));
	background: -moz-linear-gradient(top,  #feeef0,  #fed6d6);
}
.button:active {
	position: relative;
	top: 1px;
	color: #000000;
	background: -webkit-gradient(linear, left top, left bottom, from(#c8c8c8), to(#dfdfdf));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
}
