/* ############################### */
/* STYLES SPECIFIC TO CONTACT PAGE */
/* ############################### */

/* Arranged alphabetically by tag, then by class/id name where applicable, then class/id of parent elements */

/* <div> */
div#company_details {
	color: #6F6253;
	font-size: 85%;
	line-height: 130%;
}

/* <fieldset> */
form.form_default fieldset {
	margin: 0;
}

/* <form> */
form.form_default, .responseText {
	background: #BDB4A5;
	margin: 17px 0 17px 0;
	overflow: auto;
	padding: 10px;
}

/* <input> */
form.form_default fieldset input {
	border: 1px solid white;
	width: 250px;
}
form.form_default input.submit {
	background: #E10028;
	border: none;
	color: white;
	font-weight: bold;
	margin: -7px 0 0 90px;
	padding: 6px 10px;
	width: auto;
}

/* <label> */
form.form_default label {
	color: #6F6153;
	font-size: 90%;
	width: auto;
}
form.form_default fieldset label {
	color: #413528;
	font-size: 100%;
	font-weight: bold;
	text-align: right;
	margin-right: 10px;
	width: 80px;
}

/* <ol> & <li> */
form.form_default ol li {
	clear: both;
}

/* <p> */
p#required_note {
	font-size: 90%;
}

/* <textarea> */
form.form_default textarea {
	border: 1px solid white;
	height: 120px;
	width: 250px;
}

/* Copyright (c) Studio 2 Online Ltd. */

