
.Container ul, ol, dl {
	padding: 0;
	margin: 0;
}

/* - - - - - - - - - - - - - - - - - - - - -

FORM

- - - - - - - - - - - - - - - - - - - - - */
/*#contact_form {
	clear: left;
}*/

form ul{
	position:relative;
	list-style-type:none;
	width: 350px;
}

form li{
	line-height:2em;
	margin: 15px 0 0 0;
	padding: 2px 0 0 0px;
	display: block;
}


/* Holly Hack Targets IE Win only \*/
	* html form li {height: 1%;}
	form li {display: block;}
/* End Holly Hack */



/* ----- BUTTONS ----- */

.Buttons {
	font-size: 14px;
	margin: 10px 5px 10px 0;
}
.Submit {
	cursor:pointer !important;
	color: #000;
}

.Submit:hover {
	color: #666;
}

/* ----- FIELDS AND LABELS ----- */

label.Desc{
	line-height: 1.25em;
	padding: 4px 4px 1px 0;
	display:block;
}

input, textarea, select {
	padding: 4px;
	border: 1px solid #999;
	background: #EDEDED;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	color: #333;
}


select.Select{
	margin:1px 0 1px 0;
	padding:1px 0 0 0;
}

#Optional {
	position: absolute;
	top: 15px;
	right: 30px;
}


/* ----- SIZES ----- */

.Third{
	width:32% !important;
}
.Half{
	width:48% !important;
}
.Full{
	width:100% !important;
}

input.Small, select.small{
	width:25%;
}
input.Medium, select.medium{
	width:50%;
}
input.Large, select.Large, textarea.Textarea{
	width:99%;
}

textarea.Small{
	height:5.5em;
}
textarea.Medium{
	height:10em;
}
textarea.Large{
	height:20em;
}

p#msg, p#error_msg, p#error_msg {
	width: 336px;
	padding: 10px;
	background: #FDFFBD;
}
