html {
	height: 100%;
}

body {
	background: url(body_bg.png) repeat-x bottom left;
	color: #606080;
	font: normal 14px arial;
}

img {
	border: none;
}

.container {
	margin: -185px auto 0px;
	position: absolute;
	top: 50%;
	width:99%
}

.outside {
	float: left;
	left: 50%;
	position: relative;
}

.base {
	background: url(left_block.png) no-repeat top left;
	*float: left;
	padding-left: 20px;
	position: relative;
	right: 50%;
}

.baseBg {
	background: url(right_block.png) no-repeat top right;
	height: 370px;
	*float: left;
	padding-right: 20px;
}

.baseBg h1 {
	clear: both;
	margin: 0px;
	padding: 25px 0px 4px 10px;
	*margin: 35px 0px 10px 10px;
	*padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 10px 0px 10px;;
}

.linkLi a {
	display:inline-block; text-align:right; width:315px;
	color: #606080;
	text-decoration: none;
}

.field {
    border-color: #A7A7A8 #EAEAEA #EAEAEA #CECECE;
    border-right: 1px solid #EAEAEA;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    font: 20px/31px Tahoma,Geneva,sans-serif;
    /*height: 31px;*/
    padding: 3px 0 3px 3px;
    width: 310px;
}

ul span {
	color: #000;
    font: 20px/31px Tahoma,Geneva,sans-serif;
	padding-left: 10px;
}

.padBtm {
	padding-bottom: 5px;
}

ul select {
	color: #666;
	font-family: tahoma;
	font-size: 11px;
	width: 160px;
}

.button {
    background: url(mail_button_BG.gif) repeat-x center center #FFFFFF;
   	border: none;
	cursor: pointer;
	height: 33px;
	margin-top: 25px;
	*margin-top: 20px;
	overflow: visible;	
	width: 86px;
}