a.ads:link {
display: block;
width: 175x;
height: 110px;
background: #ffffff;
}
a.ads:visited {
display: block;
width: 175x;
height: 110px;
background: #ffffff;
}
a.ads:active {
display: block;
width: 175x;
height: 110px;
background: #ffffff;
}
a.ads:hover {
display: block;
width: 175x;
height: 110px;
filter: alpha(opacity=80);
opacity: 0.8;
background: #ffffff;
}
#showimage{
text-align: center;
width: 450px;
position:absolute;
visibility:hidden;
border: outset 1px #666666;
background-color: #BF010D;
padding-bottom: 0px;
}
#dragbar{
text-align: right;
cursor: move;
background-color: #BF010D;
padding: 0px;
}
#dragbar #closetext{
cursor: pointer;
font-family: tahoma;
font-size: 11px;
font-weight: bold;
margin-right: 0px;
color: #cccccc;
}
.signupframe {
  border: 1px solid #000000;
  background: #ffffff;
  font-size:11px;
		font-family:Tahoma;
		color:#000000;
}
input.icontact {
		border: solid 1px #25531D;
		width: 150px;
		background-color: #D6DFCE; 
		font-size: 11px;
		font-family: Tahoma;
		color: #000000;
		padding: 3px 0px 4px 0px;
		margin: 0px 0px 2px 0px;
		vertical-align: middle;
}
input.isubmit {
		width: 55px;
		background-color: #25531D; 
		font-size:11px;
		font-family: Tahoma;
		font-weight: bold;
		color:#ffffff;
		vertical-align:middle;
}