@charset "utf-8";


.navi h3 {
font-weight:normal;
padding: 2px;
margin-right:10px;
border-bottom: 1px solid #5f6061 ;
font-size:12px
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/images/right.jpg);
	background-repeat:repeat-x;
	background-color:#242527;
}

body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}

.main {
	width: 1130px;
	margin-left: auto;
	margin-right: auto;

}
td.navi {
	background-repeat: no-repeat;
	width: 179px;
	background-image: url(/images/5_17.jpg);
	padding: 10px;
}
td.content {
	width: 850px;
	background-repeat: no-repeat;
	background-color: #264051;
	min-height:140px;
	padding: 10px;
	background-image: url(/images/middle.jpg);
}

td.footer {
	background-image: url(/images/footer.jpg);
	width: 870px;
	height: 19px;
	padding: 10px;
}
td.navileft {
	background-image: url(/images/5_12.jpg);
	background-repeat: no-repeat;
	width: 58px;
	background-color: #264051;
}


/* ==================== Form style sheet ==================== */

table.form { border-collapse: collapse; }

table.form th, table.form td { padding: 4px 5px; text-align: left; font-weight: normal; width:110px }

table.form label { color: #181818; margin-right: 11px; }
table.form td span { font-size: 0.9em; color: #181818; margin-left: 8px; }
table.form td samp {  color: #000000; }

table.form input { width: 255px; color: black; font-size: 12px; padding: 2px; }

table.form select { width: 255px; color: black; font-size: 12px; padding: 2px; border: 1px solid #b1afae; }

.red { border: 1px dashed red;  }
.stil{ border: 1px solid #b1afae; }

table.form input.answer { width: 53px; }
table.form textarea {color: black; font-size: 12px; padding: 2px;}

table.form input.inp-text, table.form input.answer
{ border: 1px solid #909090; padding: 2px; }

table.form th.message-up { vertical-align: top !important; }

table.form label.invisible { visibility: hidden; }

table.form td.submit-button-right { text-align: right !important; }
table.form input.submit-text { letter-spacing: 1px; width: auto; }

table.form label.email { border-bottom: 1px dotted #000000; }

/* ==================== Form style sheet END ==================== */

