div#header_select select {
	width: 150px;
	border:1px solid #feb88d;
	color: #c24f0a;
	font-size: 1em;
}

div#header_select select#country {
	cursor: pointer;
}

/* COMMON STYLE FOR FORM PAGES */

table.form {
	margin: 10px 0px 10px 0px;
	width: 500px;
	border-collapse: collapse;
}

table.form tr td {
	padding: 3px;
	vertical-align: middle;
}

table.form tr td.field_title {
	text-align: right;
}

table.form tr td.field {
	text-align: left;
}

table.form input {
	margin-right: 5px;
}

table.form table.form textarea {
	width: 90%;
}