/* CSS Document */

	*{
		margin: 0px;
		padding: 0px;
	}

	a{
		color: #CCC;
		font-size: 11px;
		text-decoration: none;
	}
	a:hover{
		color: #EEE;
		text-decoration: underline;
	}	

	body{
		font-size: 12px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #33;
		background-color: #328BC7;
   		background-image: url("../images/bg_body_blue.jpg");
   		background-repeat: no-repeat;
	}

	.clear{
		clear: both;
		padding: 0px;
		margin: 0px;
	}


	.msg_err {
		color:#CC0000;
		font-weight: bold;
		text-align: center;
		padding: 3px;
		margin: 5px 0px;
	}
	.msg_ok {
		color:#009900;
		font-weight: bold;
		text-align: center;
		padding: 3px;
		margin: 5px 0px;
	}


	
	#login{
		position: absolute;
		top: 30%;
		left: 50%;
		width: 320px;
		height: 270px;
		margin: -125px 0px 0px -150px;
	}
	
	#form_login{
		width: 320px;
		min-height: 270px;
		background: url('../images/backDivLogin.png') repeat-x;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border-radius: 7px;
	}	
		
	#form_login h3{
		padding: 15px 0px;
		font-size: 14px;
		font-weight: bold;
	}
	
	#form_login .line{
		padding: 0px 0px 10px 0px;
	}	

	#form_login .div_main{
		padding: 20px;
	}
	#form_login .div_main label{
		width: 120px;
		float: left;
	}	
	#form_login .div_main .input_login{
		width: 150px;
		float: right;
		border: 1px solid #999999;
		background: #fff;
		padding: 1px;
		color: #666;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
	}
	.btConnect
	{
		width : 158px;
		height : 19px;
		padding-top : 3px;
		margin : auto;
		color : #565656;
		font-weight : bold;
		background : url('../images/btConnect.png') no-repeat;
		cursor : pointer;
		text-align : center;
	}
	.btConnect:hover
	{
		text-decoration : underline;
		background : url('../images/btConnect_hover.png') no-repeat;
	}


	.zone_mail_client
	{
		width: 300px;
		padding : 10px 10px 15px 10px;
		color : #666666;
		font-size : 10px;
		background: url('../images/backDivLogin.png') repeat-x center center;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border-radius: 7px;
		text-align : center;
		
	}
	.zone_mail_client span
	{
		display : block;
		font-size : 12px;
		font-weight : bold;
	}
	.zone_mail_client input
	{
		font-size : 11px;
		float : left;
		margin-left : 30px;
		height : 17px;
		width : 150px;
	}

	.bt_send_pwd
	{
		width : 62px;
		height : 17px;
		padding-top : 2px;
		color : #565656;
		font-weight : bold;
		background : url('../images/bt_send_pwd.png') no-repeat;
		cursor : pointer;
		text-align : center;
		float : left;
		margin-left : 10px; 
	}
	.bt_send_pwd:hover
	{
		background : url('../images/bt_send_pwd_hover.png') no-repeat;
		text-decoration : underline;
	}

	.clear{
		clear: both;
	}
