/* CSS Document */



.contentBody {
	width: 450px;
	float: right;
}

.contentImage {
	
}


.contentImage img {
	border: 1px solid #cccccc;
}

.emailInputs {
	display: block;
	width: 420px;
	float: left;
}

.leftInputs {
	display: block;
	width: 200px;
	float: left;
}

.rightInputs {
	display: block;
	width: 200px;
	float: left;
}

.rightInputs input, .leftInputs input {
	width: 150px;
	border: 1px solid #000000;
}

.rowInput {
	display: block;
	width: 420px;
	float: left;
	padding-top: 20px;
}

.rowInput span {
	font-weight: bold;
}

.commands {
	display: block;
	width: 340px;
	float: left;
	text-align: right;
	padding-top: 10px;
}

.required {
	color: #FF0000;
}

.leftInputs span, .rightInputs span {
	display: block;
	font-weight: bold;
}

.inputHolder {
	display: block;
	width: 200px;
	float: left;
}

.stateInput {
	display: block;
	width: 80px;
	float: left;
}

.zipInput {
	display: block;
	width: 100px;
	float: left;
}

.zipInput input {
	width: 60px;
}
