﻿<style type="text/css">
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Forms */

.feedbackform{
padding: 0px;
}
div.fieldwrapper{ 
width: 325px; 
overflow: hidden;
padding: 5px 0;
}
/*Left Col (Label)*/
div.fieldwrapper label.styled{ 
float: left;
width: 80px;
/*text-transform: uppercase;*/
border-bottom: 1px dotted #aeaea4;
margin-right: 10px; 
margin-top: -5px;
}
/*Right Col */
div.fieldwrapper div.thefield{ 
float: left;
margin-bottom: 2px; 
}
/*Input Field */
div.fieldwrapper div.thefield input[type="text"]{
width: 183px;
color: #333333;
text-align: left;
vertical-align: top;
background-color: transparent;
border-top: 0px #ffffff none;
border-right: 0px dotted #5f9baf;
border-bottom: 1px dotted #5f9baf;
border-left: 1px dotted #5f9baf;
}
/*Textarea Field */
div.fieldwrapper div.thefield textarea{ 
width: 273px;
height: 150px;
color: #333333;
text-align: left;
font-size: 12px;
font-weight: normal;
font-family: Verdana, Helvetica, Arial, sans-serif;
line-height: 18px;
vertical-align: top;
background-color:#ffffff; 
border-top: 1px dotted #5f9baf;
border-right: 0px dotted #5f9baf;
border-bottom: 1px dotted #5f9baf;
border-left: 1px dotted #5f9baf;
}
/*Select Field */
div.fieldwrapper div.thefield select{
width: 297px;
color: #333333;
text-align: left;
vertical-align: top;
background-color:#ffffff; 
border-bottom: 1px dotted #aeaea4;
}
/*Buttons*/
div.buttonsdiv{ 
margin-top: 14px;
margin-right: 25px;
text-align: right;
}
input.btsend {
border-style: none;
border-width: 0px; 
background-color: transparent;
cursor: pointer;
font-size: 11px;
	color: #5f9baf; 
	padding-left:16px; 
	font-weight: normal;
	background-repeat:no-repeat; 
	background-image:url(images/icon_link.gif);
	background-position: left bottom;
}
input.btsend:hover {
	color:#77c0d9; 
	background-image:url(images/icon_link_b.gif);
	background-repeat:no-repeat; 
}
.formcheck {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
	vertical-align: top;
	background-color:#ffffff;
	width:100px;
	visibility: hidden;
	display: none;
}
</style>
