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

body {
	background:#dbdbdb;
	margin:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;

}

img {
	margin:0px;
	padding:0px;
	border:none;
}

.img_s1 {
	padding:18px;
	float:left;
	text-align:center;

}

.img_s2 {
	padding-right:10px;
	float:left;
}
.img_s2_right {
	padding-left:10px;
	float:right;
}
.img_holder{
	width:100%;
	text-align:left;
	float:left;
}


p {
	padding:10px 0px 15px 0px;
	margin:0px;
}

#content-wrapper a {
	text-decoration:none;
	font-weight:bold;
}

a, a:visited {
	color:#1459a7;
	font-weight:normal;

}

a:hover{
	color:#8b8c8c;
}

ul {
	padding-left:18px;
	margin:0px;
}

li {
	list-style-image:url(../images/screw.png);


}
.textbox_i {
	border:medium none;
	font-size:21px;
	margin:4px 6px;
	width:244px;
	background:none;
}

.textarea_i {
	border:medium none;
	font-size:21px;
	font-weight:bold;
	height:180px;
	margin:4px 6px;
	width:244px;
	background:none;	
}

.textselect_i {
	border:medium none;
	font-size:21px;
	margin:4px 6px;
	width:100px;
	background:none;
	
}


.textbox_b {
	background:url(../images/textbox.png) no-repeat;
	height:38px;
	padding:2px 0;
	width:257px;
}

.textbox_b2 {
	background:url(../images/textbox2.png) no-repeat;
	height:38px;
	padding:2px 0;
	width:120px;
}

.textarea_b {
	background:transparent url(../images/textarea.png) no-repeat;
	height:193px;
	padding:2px 0;
	width:257px;
}

.textselect_b {
	background:url(../images/select_bg.png) no-repeat;
	height:38px;
	padding:2px 0;
	width:110px;
}

.button_b {
	background:url(../images/button.png) no-repeat;
	width:74px;
	height:41px;
	border:none;
	padding:4px;
	color:#fff;
	font-weight:bold;
}


.img_content_s1 {
	margin:0px 10px 0px 0px;
	float:left;
}

.sep {
	width:599px;
	height:1px;
	border-top:1px #ccc solid;
	margin-bottom:10px;

	
}
