html, body {
	width: 100%;
}

body {
	background-image: url("../images/body_bg.jpg");
	background-repeat: repeat-x;
	background-color: #d9d7dc;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, img, ol, ul, li, form, label, legend, table, tbody, tfoot, thead, tr, th, td,
.input_search, .button_search, .textbox, .textarea, .button, .select {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: verdana;
	color: #595a5b;
	font-size: 11px;
	line-height: 16px;
}

table {
	border-collapse: collapse;
}

td, th {
	vertical-align: top;
}

a {
	text-decoration: none;
	color: #BA1A7C;
}

a:hover {
	text-decoration: underline;
}

p {
	text-align: justify;
	padding-bottom: 10px;
}

h1 {
	font-size: 15px;
	color: #333290;
	padding-bottom: 10px;
	padding-left: 18px;
	background-image:url(../images/leftmenu_li_hover.jpg);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	line-height: 18px;
}

h2 {
	font-size: 14px;
	color: #BA1A7C;
	background-image: url("../images/h2_bg.jpg");
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

h3 {
	font-size: 13px;
	color: #333290;
	padding-bottom: 10px;
}

ul {
	padding: 0px 0px 10px 10px;
}

li {
	list-style: none;
	background-image: url(../images/leftsubmenu_li.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding: 0px 0px 5px 11px;
}

fieldset {
	border:1px dotted #C3C3C3;
	margin-bottom: 10px;
}

fieldset legend {
	color: #333290;
	font-weight: bold;
	font-size: 13px;
}

img.content_img {
	padding: 5px;
	margin: 0px 5px;
	background-color:#F0F1F3;
	border:1px dotted #C3C3C3;
	line-height: 0px;
}

span.text_purple {
	color: #ba1a7c;
}

a.link_back {
	background-image: url("../images/link_back.jpg");
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 11px;
}

a.link_forward {
	background-image: url("../images/link_forward.jpg");
	background-repeat: no-repeat;
	background-position: right 2px;
	padding-right: 11px;
}

/*input*/

div.input_search_left {
	width: 7px;
	height: 22px;
	background-image: url("../images/input_search_left.jpg");
	background-repeat: no-repeat;
	float: left;
}

div.input_search_center {
	width: 154px;
	height: 22px;
	background-image: url("../images/input_search_center.jpg");
	background-repeat: repeat-x;
	float: left;
}

div.input_search_right {
	width: 2px;
	height: 22px;
	background-image: url("../images/input_search_right.jpg");
	background-repeat: no-repeat;
	float: left;
}

.input_search {
	width: 154px;
	padding-top: 4px;
	background: transparent;
	color: #fffbff;
	text-align: center;
}

.button_search {
	width: 22px;
	height: 22px;
	background: url("../images/button_search.jpg");
	background-repeat: no-repeat;
}

.textbox {
	width: 160px;
	padding-top: 3px;
	background: transparent;
	color: #36355D;
}

div.input_left {
	width: 7px;
	height: 20px;
	background-image: url("../images/input_left.jpg");
	background-repeat: no-repeat;
	float: left;
}

div.input_center {
	width: 154px;
	height: 20px;
	background-image: url("../images/input_center.jpg");
	background-repeat: repeat-x;
	float: left;
}

div.input_right {
	width: 6px;
	height: 20px;
	background-image: url("../images/input_right.jpg");
	background-repeat: no-repeat;
	float: left;
}

.textarea {
	width: 338px;
	height: 88px;
	/*background-image: url("../images/textarea_bg.jpg");*/
	padding: 6px;
	overflow: auto;
	border: 1px solid #333290;
}

.button_left {
	height: 20px;
	width: 6px;
	background-image: url("../images/button_left.jpg");
	background-repeat: no-repeat;
	float: left;
}
.button {
	background: url("../images/button_center.jpg");
	background-repeat: repeat-x;
	color: #fff;
	font-size: 11px;
	border: none;
	float: left;
	padding: 3px 20px;
}

.button_right {
	height: 20px;
	width: 6px;
	background-image: url("../images/button_right.jpg");
	background-repeat: no-repeat;
	float: left;
}

.select {
	border: 1px solid #333290;
	padding: 2px;
	width: 200px;
}
