/*******************************************************************************
 * Copyright (c) 2007 The Montecito Journal
 *
 * TERMS OF USE
 * By using this program, the user agrees to abide by the following terms:
 *
 * 1. The code in this script is provided "as is". The Montecito Journal will
 *    not be held responsible for any damages which may result from the
 *    execution of any code contained within this file.
 *
 * 2. This code may be modified to suit the specific needs of the user, but no
 *    part of the code, or any software derived from this code, may be sold -
 *    either as a stand-alone product or as a part of a larger product.
 *
 * 3. That is all! Enjoy working with the software, and good luck!
 *
 ******************************************************************************/
fieldset{
	margin: 0px 0px 5px 0px;
	padding: 5px;
	width: 190px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b435d;
	border: 1px solid #3b435d;
}

legend{
	margin: 0px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b435d;
}

label{
	display: block;
	margin: 5px 0px 1px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b435d;
}

.inputText{
	padding: 1px;
	width: 150px;
	border: 1px inset;
	background-color: #eeeeee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3b435d;
}

.inputSendMail{
	margin: 8px 0px;
	padding: 1px 4px 1px 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3b435d;
	cursor: pointer;
	border: 1px outset #333333;
	background: url(../../images/email_noshadow_icon.gif) no-repeat 4px #eeeeee;
}

.inputButton{
	margin: 8px 0px;
	padding: 1px 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3b435d;
	cursor: pointer;
	border: 1px outset #333333;
	background-color: #eeeeee;
}

textarea{
	margin-bottom: 8px;
	padding: 1px;
	width: 220px;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3b435d;
	border: 1px inset;
	background-color: #eeeeee;
}

select{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

.invalid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: red;
	font-weight: bold;
}
