.ywp-forms {
	width: 95%;
	margin: 0px auto;
}

p.formtext {
	margin: 5px 0px 1px 0px;
}

ul#formFields {
list-style: none;
display: block;
}

ul li#formFields:focus {
	background-color: #eee;
}

fieldset {
	padding:10px;
	margin: 20px auto;
}
legend {
	font-size: 120%;
	font-weight: normal;
	padding: 2px 6px;
}

.field {
	font-size: 100%;
	margin-bottom: 1px;
	margin-top: 3px;
}

label {
display: block;

}

input { 
     border: 1px solid #ccc;
	  display: block;
	  padding: 2px;
	  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	  font-size: 10pt;
}

select { 
     border: 1px solid #ccc;
	  display: block;
	  padding: 2px;
}

textarea {
	  border: 1px solid #ccc;
	  display: block;
	  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	  font-size: 10pt;
}


input.submit {
	
}

input.checkbox, input.radio{
	line-height:1.4em;
	margin:3px 0 0 3px;
	width:18px;
	height:18px;
	display: inline;
}

textarea:focus, input:focus {
	background-color: #e9e9e9;
}

br {
	clear: both;
}

/* ----- 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:100%;
}

textarea.small{
	height:5.5em;
}
textarea.medium{
	height:10em;
}

textarea.large{
	height:20em;
}

.right {
	float: right;
}

.left {
	float: left;
}

.center {
	margin: 0px auto;
	text-align: center;
}

.buttons {
	width: 130px;
	float: right;
	margin-bottom: 15px;
}

.hidden {
	display: none;
}