@CHARSET "ISO-8859-1";

.tbox{

	font-size: 16px;
	margin-top:10px;
	margin-bottom:10px;
}
	
.inleft{

	background-image: url("/images/in_left.png");
	background-repeat: no-repeat;	
	width:8px;
	float:left;
	height:30px;
	margin-top:10px;
}

.inright{

	background-image: url("/images/in_right.png");
	background-repeat: no-repeat;	
	width:8px;
	float:left;
	height:30px;
	margin-top:10px;
}


.addrform {

	color:white;
	font-size: 14px;
	margin:12px;
	margin-left:230px;
}

.label{
	float:left;
	width:100px;
	text-align: right;
	margin-top:12px;
	margin-right:4px;
	line-height:24px;
}

.addrform input{
	float:left;
	width:240px;
	height:30px;
	background-color: #444;
	color:#CCC;
	border:none;
	margin-top:10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;	
}

.input2{
	float:left;
	width:240px;
	height:30px;
	background-color: #444;
	color:#FFF;
	border:none;
	margin-top:10px;
	font-size: 16px;
	font-weight: bold;
	
}