/**
 * 	Form CSS
 */
label.error {
	font-size: 11px;
	color: red;
}

textarea#to_address {
	height: 90px;
}

textarea#from_address {
	height: 90px;
}

textarea#message {
	width:300px;
	height: 460px;
}

input#message {
	max-width: 400px;
	width: 100%;
}
input#instructions {
	max-width: 350px;
	width: 90%;
}

.letters>div {height: 110px;}

table.address_set {margin-bottom: 70px;}
table.address_set input {margin-left: 10px;}
table.address_set select {margin-left: 10px;}

/* Responsive Table*/
@media only screen and (max-width: 767px) {
	table.responsive td{
		display:block;
	}
}

/**
 * 	Review CSS
 */

.order_more {
	margin: 20px 0;
}
