/* CSS Document */

form#ShortContactForm {
	width: 150px;
	margin: 15px 0 0;
	padding: 0;
	background: #E33;
	color: #FFF;
}

form#ShortContactForm h2 {
	margin: 0;
}

form#ShortContactForm fieldset, form#ShortContactForm div.buttons {
	margin: 0;
	padding: 5px;
	border: none;
}

form#ShortContactForm fieldset {
	padding-bottom: 0;
}

form#ShortContactForm fieldset label {
	display: block;
	margin-bottom: 8px;
}

form#ShortContactForm br {
	display: none;
}

form#ShortContactForm fieldset label span {
	display: block;
	margin-bottom: 3px;
	font-weight: bold;
}

form#ShortContactForm fieldset input {
	width: 140px;
	border: none;
}

form#ShortContactForm fieldset textarea {
	width: 140px;
	height: 100px;
	border: none;
}

form#ShortContactForm div.buttons {
	margin-top: 0;
	padding-top: 0;
	text-align: right;
}

form#ShortContactForm div.buttons input {
	background: #FFF;
	border: none;
	color: #E33;
	font-weight: bold;
	cursor: pointer;
}

form#ShortContactForm div.rsform_errors {
	margin: 5px;
	padding: 5px;
	border: none;
	background: #FFF;
	color: #04A;
	font-size: 11px;
	font-weight: bold;
}



/* end of file */