﻿.bouttonico {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	clear: both; padding-top:40px; position:relative;
}
.bouttonico .bouttonico_left {
	float: left;
	height: 83px;
	width: 50px;
	margin-left:0px;
	background-image: url(../images/freelogin/oing_img.png);
	background-repeat: no-repeat;	
}
.bouttonico .bouttonico_center {
	background-image: url(../images/freelogin/oing_img1.png);
	height:83px;
	float: left;
	width: 640px;
	padding-left:0px;	
	background-repeat: repeat-x;
	background-position: left 0px;
}
.bouttonico .bouttonico_right {
	float: left;
	height: 83px;
	width: 45px;	
	background: url(../images/freelogin/oing_img2.png) no-repeat -25px top;
}
.bouttonico .bouttonico_center li {
	float: left;
	width: 100px;
}
/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
	background: url(../images/freelogin/dock-bg2.gif);
	padding-left: 20px;
	 
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

/* dock2 - bottom */
#dock2 {
	width: 400px;
	position: absolute;
    top : 60px; left:150px;
    }
.dock-container2 {
	position: absolute;
	height: 50px;
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: gray; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 5px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
/* login part */
.txtPwd
{
    background:url(../images/freelogin/bottom_a.gif) no-repeat;
    width:103px; padding-left:17px;
    height:19px;  
    border:0px;
}
.txtUserid
{
    border-style: none;
    border-color: inherit;
    width:103px; padding-left:17px;
    height:19px;
    border-width: 0px; 
    background: url(../images/freelogin/bottom_b.gif) no-repeat;
}
.loginForm {
		position: absolute;
		z-index:2000;
		left: 50%;
		top:50%;
		display:none; border:0px;width: 400px; height: 300px; margin-left:-200px; margin-top:-150px;
}
