﻿A:link		{color: #0000FF; text-decoration: underline}
A:visited	{color: #0000FF; text-decoration: underline}
A:hover		{color: #000000; text-decoration: underline}

FONT		{font-family: Tahoma, Verdana, Arial, Helvetica, Sans Serif}

OL		{color: #000000; list-style-color: #000000; font-size: 10pt; font-family: Tahoma; font-color: #000000}
UL		{list-style-type: square; color: #640032; list-style-color: #640032; font-size: 11pt}
LI		{font-family: Tahoma; font-size: 10pt; list-style-size: 10pt}

.input		{background-color: #F4F4F4; font-size: 10px; font-family: Tahoma; border: 1 solid #000000}
.button		{background-color: #C3C1B7; color: #640032; font-family: Tahoma; font-size: 8pt; cursor: hand; border: 1 solid #000000}


/*Contact form captcha styles*/
.verifySection {
position:relative;
height:80px;
width:350px;
margin-top:10px;
}
.verifySection label{
font-family:Tahoma;
font-size:12px;
line-height:20px;
font-weight:bold;
position:absolute;
left:0;
top:0;
display:block;
width:350px;
height:20px;
background:url(http://www.buhler.net/images/captchaheading.gif) no-repeat;
}
#verifyThis label{
color:#fff;
background:url(http://www.buhler.net/images/captchaheading-invalid.gif) no-repeat;
}
.verifySection img{
position:absolute;
right:83px;
top:40px;
border:1px solid #A5ACB2;
}
.verifySection #strCAPTCHA{
position:absolute;
left:83px;
top:40px;
width:90px;
height:26px;
*height:22px;
border:1px solid #A5ACB2;
background:#fff;
font-size:14px;
font-weight:bold;
line-height:16px;
padding:3px 0 0 3px;
}
/* Evaluate Page Specific */
#evaluatePg .verifySection label{
padding-left:8px;
margin:0 0 0 4px;
}
#evaluatePg .verifySection img{
position:absolute;
right:159px;
top:40px;
border:1px solid #A5ACB2;
}
#evaluatePg .verifySection #strCAPTCHA{
position:absolute;
left:7px;
}



















