
input.field,textarea.textarea {
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
resize: none;
font: 12px "Lucida Grande",Lucida,Verdana,sans-serif;
padding: 2px;
margin: 0;
border-top: 1px solid #8e8e8e;
border-left: 1px solid #8e8e8e;
border-bottom: 1px solid #e1e1e1;
border-right: 1px solid #e1e1e1;
float: left;
background: #fefefe url(../../img/foundation.png) repeat-x 0 -188px;
}

input.field:focus,textarea.textarea:focus {
	background-color: #fefeee;
}

input.button,x:-moz-any-link {
padding-bottom: 1px;
height: 42px;
}

input.button:active,x:-moz-any-link {
height: 43px;
padding: 0 0 1px;
}

input.button {
cursor: pointer;
height: 43px;
width: 128px;
border-style: none;
background: transparent url(../../img/foundation.png) 0 0;
color: #000;
text-align: center;
font: bold 12px/40px "Lucida Grande",Lucida,Verdana,sans-serif;
}

input.button:hover {
background-position: 0 -43px;
}

input.button:active {
background-position: 0 -86px;
}

input.button.disabled {
cursor: default;
color: gray;
background-position: 0 0;
text-shadow: 0 1px 1px white;
}

a.button {
height: 43px;
width: 128px;
border-style: none;
background: transparent url(../../img/foundation.png) 0 0;
color: #000;
text-align: center;
font: bold 12px/43px "Lucida Grande",Lucida,Verdana,sans-serif;
}

a:hover.button {
background-position: 0 -43px;
}

a:active.button {
background-position: 0 -86px;
}

a.button.disabled {
cursor: default;
color: gray;
background-position: 0 0;
text-shadow: 0 1px 1px white;
}

a.button.pressed {
background-position: 0 -86px;
}

.field {
float: left;
font-size: 18px;
width: 216px;
margin-top: 8px;
margin-right: 0px;
margin-left: 20px;
}

div.inline {
width: 450px;
margin-bottom: 20px;
float: left;
}

div.inline label {
float: left;
width: 160px;
text-align: right;
font-weight: bold;
margin-right: 10px;
margin-top: 7px;
}

div.inline input.field {
width: 256px;
padding: 4px;
}

div.inline select.select {
width: 263px;
padding: 4px;
}

span.required {
	color: red;
	font-weight: bold;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	width: auto;
}

table {
	float: left;
	margin: 0px;
	padding: 0;
}
