#achAccountEditModal #modal label {
	float: left;
	margin-bottom: 6px;
	text-align: left;
	width: 100%;
}

#achAccountEditModal #modal label input {
	width: 285px;
}

#achAccountEditModal #modal #left {
	float: left;
	width: 290px;
	margin-right: 8px;
	margin-left: 2px;
}

#achAccountEditModal #modal #right {
	float: left;
	width: 290px;
	margin-left: 10px;
}

#achAccountEditModal #modal #right .state {
	float: left;
	width: 55px;
}

#achAccountEditModal #modal #right .state input {
	width: 38px;
}

#achAccountEditModal #modal #right .zipCode {
	float: left;
	width:180px;
}

#achAccountEditModal #modal #right .zipCode input {
	width:164px;
}

#achAccountEditModal #modal #right .country {
	float: left;
	width: 54px;
}

#achAccountEditModal #modal #right .country input {
	width: 47px;
}


#contentPrintCheckModal  {
	width: 600px;
	float: left;
	font-size: 77%;
	margin-bottom: 8px;
}

#contentPrintCheckModal fieldset {
	height: 100%;
}
#contentPrintCheckModal fieldset legend {
	font-weight: bold;
	padding: 0px 3px 0px 3px;
}

#contentPrintCheckModal p {
	margin: 0px;
	clear: both;
    line-height: 18px;
}

#contentPrintCheckModal .margin-bottom-5 {
	margin-bottom: 5px;
}

#contentPrintCheckModal #from {
	float: left;
	width: 295px;
	height: 210px;
	margin-right: 3px;
	margin-left: 2px;
}

#contentPrintCheckModal #bankInformation {
	float: left;
	width: 295px;
	height: 210px;
	margin-left: 5px;
}

#contentPrintCheckModal #checkInformation {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-left: 2px;
}

#contentPrintCheckModal #checkInformation label {
	width: 12em;
    text-align: right;
    margin-right: 0.5em;
    float: left;
}

#contentPrintCheckModal #checkInformation textarea {
	width: 138px;
    height: 40px;
}