.box {
    float:left; 
    width:20px; 
    height:20px; 
}
.dropbox {
	width:270px;
	float:left;
	margin:0;
	padding:0;
}
.textbox {
	width:270px !important;
	float:left;
}

.textboxmedium {
	width:220px !important;
	float:left;
}
.textboxsmall {
	width:150px;
	height:auto;
	float:left;	
}
.mediumtextbox {
	width:135px;
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	margin-top:1px;
	height:20px;
}

.labelwide  {
    width:170px; 
	float:left; 
	height:15px; 
}

.text {
	margin: 0px;
	font-family: verdana, arial, helvetica, san-serif; 
	font-size: 11px; color: #000000; 
	font-weight: normal; 
	font-style: normal; 
	text-decoration: none; 
	text-transform: none; 
	float:left; 
	padding:4px 0 0 5px; 
	width:auto; 
	height:auto;
}

.holder{
	
	width:550px;
	height:25px;
}

.address{
	height:40px;
	padding:0;
}

.long{
	width:150px;
}

.break{
	 width:175px; 
	float:left; 
	height:15px;
}

.clearboth {
	clear:both; 
	height:7px; 
	overflow:hidden; 
	font-size:1px; 
	line-height:0px
	}

.leftcontainerlarge{
	width:350px; float:left;
}

.leftcontainer{
	width:250px; float:left;
}

.rightcontainer{
	width:300px; float:left;
}
.leftcontainersmall{
	width:200px; float:left;
}
.rightcontainersmall{
	width:300px; float:left;
}

.purpleline{
	background-color:#330066; width:100%; height:2px; margin:30px 0 30px 0; clear:both;
}

.spacer{
	height:20px;
}

.spacerfloat{
	height:20px;
	float:left;
	width:135px;
	margin-right:10px;
}