/* feedback form styles*/
form#feedback 	{
margin: 20px 0 20px 0;
}

#feedback label{
font-size: 0.8em;
/*font-weight: normal;*/
width: 90px;
float: left;
text-align: left;
margin: 0 5px 10px 0;
clear: both
}

#feedback .input-box 	{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 0.8em;
float: left;
margin-bottom: 10px;
width: 220px;
/*height: 50px;*/
border: solid 1px #999;
}

#feedback .textarea	{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 0.8em;
float: left;
margin-bottom: 10px;
width: 220px;
height: 50px;
border: solid 1px #999;
}

#feedback .submit-button
{
float: right;
/*margin-left: 5em;*/
clear: both;
color: #000;
background: #f0f0f0;
border: 1px solid #999;
}

#feedback .submit-button-image
{
float: right;
clear: both;
}

#feedback fieldset
{
border: #26a solid 1px;
width: 20em
margin: 10px 0 10px 0;
}

#feedback legend
{
/*background: #fb0;*/
/*border: #26a solid 1px;*/
padding: 10px 10px
}


/* search form styles =================================================== */

form#search	{
margin: -50px 10px 0 0;
padding: 0;
height: 50px;
width: 260px;
float:right;
/*background-color: transparent;*/
/*border: 2px solid #006699;*/
clear:both;
_margin: 30px 0 0 0; /* show to IE Win Only*/
_clear:none; /* show to IE Win Only*/
}

.searchrow	{
padding:0 0 5px 0;
}

#search label{
font-size: 12px;
font-weight: bold;
color: #EF067B;
width: 100px;
height: 20px;
float: left;
text-align: right;
margin: 0 5px 5px 0;
clear: both
}

#search .searchselectbox 	{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
float: left;
margin: 0 0px 5px 0;
width: 145px;
height: 20px;
padding: 0;
border-top: solid 1px #999;
}

#search .searchinputbox 	{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
float: left;
margin: 0 0px 5px 0;
width: 113px;
height: 20px;
padding: 0;
border: solid 1px #999;
}

#search .searchsubmitbutton
{
float: left;
margin: 0 0 0 5px;
/*clear: both;*/
/*color: #000;*/
/*background: #f0f0f0;
border: 1px solid #999;*/
}

