input, textarea, select { 
	padding: 5px;
	border: solid 1px #E5E5E5;
	outline: 0;
	width: 15.62em;
	max-width: 15.62em;
	font: normal helvetica, arial, sans-serif;
	background: #fff url('/i/form_bg.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #fff, #EEEEEE 1px, #fff 25px);
	box-shadow: #eee 0px 0px 8px;
	-moz-box-shadow: #eee 0px 0px 8px;
	-webkit-box-shadow: #eee 0px 0px 8px;
}
textarea { 
	width: 25em;
	max-width: 25em;
	height: 150px;
	line-height: 150%;
	}
input:hover, textarea:hover,
input:focus, textarea:focus { 
	border-color: #E4A7C1; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	}
.btn_submit {
position: relative;
left: 6.8em;
	width: auto;
	padding: 5px 10px;
	background: #C57298;
	border: 0;
	font-size: 14px;
	color: #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
	}
.btn_submit:hover {
background: #E4A7C1;
}
.li_submit input {
border: 0;
width: auto;
position: relative;
left: 0;
padding: 0;
}
.td_contact {
padding: 20px 0;
}
.td_contact fieldset {
border-width: 0px;
border-style: none;
}
.td_contact ol {
list-style: none;
margin: 0;
padding: 0;
}
.td_contact li {
padding: 5px;
margin: 0;
}
.td_contact label {
text-align: right;
display: inline-block;
line-height: 2.6;
vertical-align: top;
width: 6.8em;
padding-right: 10px;
}

/**********ADMIN***********/

.td_adminform {
padding: 5px 5px 5px 0px;
}

.td_adminform form {
padding: 0px;
}

.td_adminform form fieldset {
display: inline;
border-width: 0px 0 0 0;
}

.td_adminform form fieldset legend {
font-weight: bold;
font-size: 135%;
}

.td_adminform form fieldset ul {
margin: 0px;
padding: 0px;
}

.td_adminform form fieldset ul li {
list-style: none;
padding: 3px 0px 3px 0px;
}

.td_adminform form label {
	display: block;
	float: left;
	width: 170px;
	white-space: nowrap;
	text-align: right;
	padding-right: 5px;
	margin-top: 4px;
}
.li_submit input {
position: relative;
left: 0px;
}
.input_button {
width: auto;
height: auto;
background-image: none;
border-width: 0;
	box-shadow: #fff 0px 0px 8px;
	-moz-box-shadow: #fff 0px 0px 8px;
	-webkit-box-shadow: #fff 0px 0px 8px;
}
