/* CSS Document */

/*****************************************/
.container {
height:auto;
overflow:visible;
width:100%;
}

div.form-div-container {
	width: 75%;
}

div.shipmethod-container{
	width: 100%;
	float:left;
	clear:both;
}

div.notes {
	width: 20%;
	font-size:80%; 
} 

.checkbox {
	float: left;
}

label.checkbox{
	width:60%;
}	

div.rightside {
	width:90%;
}

.shipmethod {
	width: 25%;

}

.total {
	width: 70%;
}

#order-total { 
	width: 25%
}



