body form{
	font-size:small;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
}
* html body form{
	font-size:x-small; /* for IE5/Win */
	f\ont-size:small; /* for other IE versions */
}

.container ul, ol, dl {padding-left: 0em;}

.container {
	padding: 10px 190px 30px 30px;
}
/* ----- CLEARFIX ----- */

.clearfix:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.clearfix {
	display: inline-block;
}  
/* Holly Hack Targets IE Win only \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
/* End Holly Hack */

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

FORM

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

form ul{
	position:relative;
	list-style-type:none;
	width:100%;
}

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

form li:after{
	content:"."; 
	display:block;
	height:0;
	clear:left; 
	visibility:hidden;
}

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

form li div{
	float:left;
	display:inline;
	margin-right:5px;
}

form li p{
	clear:both;
	font-size:9px;
	line-height:13px;
}

form li div.left{
	width:48%;
}
form li div.right{
	width:48%;
}
form li div.left .medium, form li div.right .medium{
	width:90%;
}

.clear{
	clear:both;
}

form li div p{
	margin-bottom:3px;
}



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

.buttons{
	clear:both;
	margin:10px 0 20px 0px;
}
.buttons .button{
	font-size:120%;
	margin:0 5px 0 0;
}
.button{
	cursor:pointer !important;
}



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

label.desc{
	line-height:125%;
	padding:4px 4px 7px 0;
	border:none;
	color:#fff;
	display:block;
	font-weight:bold;
	font-size:95%;
}

#top_content label.desc{
	color: #413b2a;
}

input.text, textarea.textarea, select.select{
	font-size:100%;
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
	color:#666;
}
input.text{
	padding:2px 0 2px 0;
}
input.currency{
	text-align:right;
}

input.checkbox, input.radio{
	display:block;
	line-height:1.4em;
	margin:8px 0 0 3px;
	width:13px;
	height:13px;
}
label.choice{
	font-size:100%;
	display:block;
	line-height:1.4em;
	margin:-19px 0 0 25px;
	padding:4px 0 5px 0;
	width:90%;
}

textarea.textarea{
	margin-top:1px;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
}
select.select{
	margin:1px 0 1px 0;
	padding:1px 0 0 0;
}
select.select[class]{
	margin:0;
	padding:1px 0 1px 0;
}

/* ----- 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%;
}
input.tags{
	width:315px;
}

textarea.small{
	height:5.5em;
}
textarea.medium{
	height:10em;
}
textarea.large{
	height:20em;
}


