@charset "utf-8";

/* CSS Document */

#pageWrapper {
	width: 100%;
}

.colOne {
	float: left;
	width: 49%;
}

.colTwo {
	float: left;
	width: 49%;
}

.orderLine{
	width: 350px;
height: 30px;	
}

.orderLine form{
float: right;
margin-top: -20px;
}

.button{
height: 24px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size:10px;
color: #ffffff;
background-color: #9A75BB;
}
		   
		
