@CHARSET "UTF-8";

* {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: white;
}

body html {
	height: 100%
}

.di {
	width: 100%;
	height: 100%;
	background: url(../images/bg.png);
	
	background-position: center;
	position: absolute;
	z-index: -1
}

.top {
	height: 106px;
	width: 100%;
	background: url(../images/index_03.png) repeat-x;
	/*background:url(../images/index_03.png) ;_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src="../images/index_03.png");_background:none;*/
	
	
}

.logos {
	height: 106px;
	width: 522px;
	background: url(../images/index_02.png) no-repeat;
	/*background:url(../images/index_02.png) ;_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src="../images/index_02.png");_background:none;*/
	/*background:url(../images/index_02.png) no-repeat; _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/index_02.png" ,sizingMethod="crop"); */
	margin-left: 15px
	
}

.inputs {
	height: 292px;
	width: 326px;
	
	/*background:url(../images/index_077.png) ;_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src="../images/index_077.png");_background:none;*/
	background: url(../images/index_077.png) no-repeat;

	position: absolute;
	left: 50%;
	top: 60%;
	margin: -150px 0 0 -163px
}

.button1s {
	width: 122px;
	height: 39px;
	background: url(../images/button_i.png) no-repeat;
	background-position: 0 -39px;
	margin: 10px 0 0 36px;
	cursor: pointer;
	float: left
}

.button1s:hover {
	width: 122px;
	height: 39px;
	background: url(../images/button_i.png) no-repeat;
	background-position: 0 0;
	margin: 10px 0 0 36px;
	cursor: pointer;
	float: left
}

.button2s {
	width: 122px;
	height: 39px;
	background: url(../images/button_i.png) no-repeat;
	background-position: -122px -39px;
	margin: 10px 0 0 10px;
	cursor: pointer;
	float: left
}

.button2s:hover {
	width: 122px;
	height: 39px;
	background: url(../images/button_i.png) no-repeat;
	background-position: -122px 0px;
	margin: 10px 0 0 10px;
	cursor: pointer;
	float: left
}

input {
	height: 24px;
	width: 150px;
	background: none;
	border: none;
	outline: none;
	margin:2px 0 0 65px;
}

li {
	list-style: none;
	margin: 0 20px 5px 0
}

ul {
	list-style: none;
	margin: 50px 0 0 80px
}

.lefts {
	/*width: 240px;*/
}

.rights {
	width: 150px;
	line-height: 24px;
	height: 24px
}