body {
    font-family:verdana,arial,sans;
    font-size:8pt;
	/* background-color: #007682; */
	background: url('images/background.png') repeat-x;
	background-color: #E3F1F4;
}

table, select {
    font-family:verdana,arial,sans;
    font-size:8pt;
}

#left-part {
    position: absolute;
    width: 240px;
    height: auto;
    border: 0px solid red;
    background-color: white;
}
#right-part {
    position: absolute;
    left: 280px;
    height: auto;
    border: 0px solid green;
    margin-right: 10px;
}

#wrapper {
	height:930px;
	width:100%;
	overflow:hidden;
}

div.header {
	position:relative;
	height: 50px;
	z-index:0;
	}

div.podlozhka {
	position:relative;
	z-index:0;
	}
	
div.main {
	position:relative;
	left:15em;
	top:-62em;
	width: 800px;
	}	
	
a img {
	border: none;
}
	
a:link, a:active, a:visited {
    text-decoration: none;
	 color:#38a2b2;
}

a:hover {
    text-decoration: none;
	cursor:hand;
	cursor:pointer;
}

.title {
    color:#006666;
    font-size: 18px;
    font-weight: bold;
}
.title-result {
    color:#F08A00;
    font-size: 18px;
    font-weight: bold;
}
.title-error {
    color:red;
    font-size: 18px;
    font-weight: bold;
}

div.vital-voice-image {
    border: black 0px solid;
    position: absolute;
    background: url('vital-voice-pic1.png') no-repeat;
    width: 200px;
    height: 300px;
    left: 850px;
    top: 30px;
    z-index: -255;
}

label:hover {
    color: blue;
    cursor: pointer;
    text-decoration: underline;
}
.question {
    color: #333333;
    font-weight: bold;
}
.answer-group {
    margin-top: 5px;
    margin-left: 30px;
    margin-bottom: 20px;
}

table.anketa {
    border: none;
    background-color: #006666;
}

hr {
    border: none;
    color: #F08A00;
    background-color: #F08A00;
    height: 1px;
    width: 100%;
}

.qty {
    color: #006666;
    font-weight: bold;
}

input:hover {
    text-decoration: none;
	cursor:hand;
	cursor:pointer;
}

input.text1:hover {
	cursor: default;
}

#player {
	clear: left;
	width: 400px;
	margin: 0 auto;
}


.player2 {
	border: silver 1px solid;
}

#waiting-section {
    color:#006666;
    font-size: 18px;
    font-weight: bold;
}

.t1 {
	color: #006666;
	font-weight: bold;
}

#wind {
    background-color: #f7fbfc;
    border:solid #7f9db9 2px;
    color:#111;
    display: none;
    left: 50%;
	 margin-left: -400px;
	 margin-top: -220px;
    overflow: hidden;
    padding:10px;
    position: absolute;
    top: 50%;
	 z-index: 10;
    width:800px;
}

#links {
	margin: 12px 0 10px;
	float: right;
}

#links label{
	float: left;
	width: 60px;
	text-align: right;
	position: relative;
	top: 5px;
	margin-right: 5px; 
}

#links input {
	width: 477px;
	background: #fff;
	height: 18px;
	padding-left: 2px;
}

#submit-section {
	float: left;
}

#waiting-section {
	clear:left;
	height: 30px;
	width: 100%;	
}