

.styleA {padding: 0px; margin: 0px; color: #333333; font: normal 10px Helvetica, Arial, sans-serif; letter-spacing: 1px;}
.style0 {color: #333333; font: normal 10px Helvetica, Arial, sans-serif; line-height: 38px; letter-spacing: 1px;}
.style1 {color: #333333; font: normal 18px Helvetica, Arial, sans-serif; line-height: 20px;}
.style2 {color: #333333; font: normal 14px Helvetica, Arial, sans-serif; line-height: 12px; letter-spacing: 1px; vertical-align: middle;}
.style3 {color: #333333; font: normal 14px Helvetica, Arial, sans-serif; line-height: 22px; margin:12 0 1em 0;padding:0;}
.style4 {color: #333333; font: normal 10px Helvetica, Arial, sans-serif; letter-spacing: 1px; padding-top: 10px; vertical-align:middle;}
.style5 {padding: 0px; margin: 15px 0px 0px 0px; text-align: center;}
.style6 {padding: 0px; margin: 38px 0px 0px 0px;}
.style7 {padding: 0px; margin: 0px; height: 8px; background-color: #0042ff; font: normal 3px;}
.style8 {padding: 0px; margin: 0px; height: 8px; border: 1px solid #0042ff; width: 100%; text-align: left;}
.style9 {color: #333333; font: normal 14px Helvetica, Arial, sans-serif; line-height: 22px; margin-top: 22px; margin-bottom: 22px;}
.styleX {color: #333333; font: normal 30px Helvetica, Arial, sans-serif; line-height: 60px; text-align: center;}
.styleZ {color: #333333; font: normal 18px Helvetica, Arial, sans-serif; line-height: 20px; text-align: center;}
.styleY {color: #333333; font: normal 18px Helvetica, Arial, sans-serif; margin-bottom: -6px;}
.styleF {color: #333333; font: normal 14px Helvetica, Arial, sans-serif; line-height: 22px; margin:0 0 1em 0;padding:0;}

.menu {text-align: right; margin: 0px 44px 30px 0px;}
.menu2 {text-align: right; margin: 0px 44px 10px 0px;}

.show  {display: block;}
.hide  {display: none;}
input {
	width: 39px;
}



* { outline: none; }

body
	{
	background: #fff url('img/bak.gif'); background-repeat: repeat-x;
	text-align: center;
	padding: 0px;
	margin: 0px;
	}



img { border: none; }

a
	{
	color: #ff4200; text-decoration: none; outline: none;
	}

a:hover {
	color: #0042ff;
	}

#wrap
	{
	float: left;
	text-align: left;
	width: 970px;
	margin: 0 auto;
	}

#header
	{
	height: 28px;
	}

.left150
	{
	border-right: 1px solid #c9c9c0;
	width: 174px;
	float: left;
	}
	
.right160
	{
	width: 160px;
	float: right;
	}

.left543
	{
	width: 563px;
	float: left;
	}

.right600
	{
	width: 748px;
	float: right;
	}

.ydsf {
	display: block;
	position: relative;
	margin: 4px -4px -4px 4px;
	background: url(img/shadow-grid.gif) repeat;
}

/* ie6 ignores this selector */
html>body .ydsf {
	margin: 10px -10px -10px 10px;
	background: url(img/shadow.png) right bottom no-repeat;
}

/* shadow corners */
.ydsf:before,
.ydsf:after {
	content: " ";
	display: block;
	width: 10px;
	height: 10px;
	background: inherit;	
}

.ydsf:before {
	position: absolute;
	top: 0;
	right: 0;
	margin: -10px 0 0 auto;
	background-position: right top;
}

.ydsf:after {
	margin: -10px 0 0 -10px;
	background-position: left bottom;
}

.ydsf .inner {
	display: block;
	position: relative;
	overflow: hidden; /* prevents margin leakage from child elements */
	left: -4px;
	top: -4px;
}

/* ie6 ignores this selector */
html>body .ydsf .inner {
	left: -10px;
	top: -10px;
	margin: 0;
}


.left {
	float: left;
	display: inline; /* fixes ie double margin-left bug */
}

.note {
	-moz-box-sizing:border-box; box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;margin:0;padding:0;
	border: 1px solid #0042ff;
	position: relative;
	width: 540px;
	background: url(img/form-bak.gif) top right no-repeat;
  padding: 20px;
	}
	
.inputtext {
  border: 1px solid #c9c9c0;
  font: normal 14px Helvetica, Arial, sans-serif;
  }
  
.mailform {
	-moz-box-sizing:border-box; box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;margin:0;padding:0;
	width:498px;
	border: solid 1px;
	border-color: #c9c9c0;
	padding: 8;
}