TABLE#orderformcontainer {
}

TABLE#orderformcontainer TH {
    font-weight: normal;
    font-size: 14px;
	text-align: left;
	padding-right: 10px;
}

TABLE#orderformcontainer TD {
}

FORM#orderform INPUT, FORM#orderform TEXTAREA {
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #641D0B;
    width: 250px;
}

TABLE#orderformcontainer, FORM#orderform{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #641D0B;
	border: none;
}

SELECT.country-selector {
    width: 155px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #641D0B;
}

FORM#orderform INPUT.submit-button {
    width: 75px;
	background-color: #641D0B;
    color: #fff;
}