/* CSS Document */

body{
	margin:auto;
	background:#E0E0E0;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:9px;
	color:#777777;
	line-height:1.8;
}
/*=====================================================*/
#entra{
	width:670px;
	height:auto;
}

/*POPUP=================================================================*/
body.popup_bg{
	margin:0px;
	background:url(../_img/popup.jpg) no-repeat;
}
#container{
	margin-left:35px;
	margin-top:25px;
	margin-bottom:20px;
	width:260px;
}
h1{
	padding:0px;
	margin:0px;
	border:0px;
}
a{
	border:0px;
	
}
div.tx{
	float:left;
	height:25px;
	width:100px;
	text-align:right;
	margin-right:15px;
}
div.in, div.in_ta{
	float:right;
	width:145px;
	height:25px;
	text-align:right;
}
div.in_ta{
	height:auto;
}
form{
	margin:5px 0px 15px 0px;
	padding:0px;
}
input, textarea{
	width:137px;
	height:12px;
	border:1px solid #777777;
	font-size:9px;
	font-family:Tahoma, Helvetica, sans-serif;
	padding-left:5px;
	color:#777777;
}
textarea{
	height:90px;
	margin-bottom:5px;
}
input.check{
	width:14px;
	border:0px;
}
input.submit{
	width:75px;
	height:40px;
	border:0px;
}
br{
	clear:both;
}
fieldset{
	border:0px;
	margin:0px;
	padding:0px;
	clear:both
}