@charset "utf-8";
/* Order Form */

#orderforms {
	margin-left:115px;
	margin-right:115px;
	color:#ffffff;
	
	
}

.txtcomp {
	width:500px;
}

.txtname {
	width:240px;
}
.city{
	margin-right:275px;
}
.state{
	margin-right:90px;
}
.citybox{
	margin-right:50px;
	width:240px;
}
.statebox{
	margin-right:50px;
	width:60px;
}
.zipbox{
	width:80px;
}

.txtboxphone {
	width:240px;
}
.hrclass {
	margin-right:2px
}
.hrclass[type='text'] {
	width:40px;
}

.minclass {
	margin-right:2px
}
.minclass[type='text'] {
	width:40px;
}

.qtytxt {
	margin-right:10px;
}
.qtytxt[type="text"] {
	width:40px;
}
.desc[type="text"] {
	width:280px;
}	