
.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{
	clear:both;
	margin:10px 0 20px 0px;
}
.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 #261a0b;
	background: #0a0703;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	color: #bdb282;
}


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;
}


