body,table,td {
	margin-bottom: 0px;
	font-family: Helvetica;
	font-size: 11px;
}

div.box_background {
     background-color: white;
     height: 100%;
     filter:alpha(opacity=75); /* IE's opacity*/
     opacity: 0.75;
     position: absolute;
     width: 100%;
     z-index: 99;
	 text-align:center;
	 vertical-align:middle;
	 cursor:wait;
}

.titulo{
	color:black;
	font-family: Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}

.box{

	border:1px solid black;
	padding:4px;
	width:250px;
}


input,select
{
	font-family: helvetica;
	font-size: 11px;
	color: gray;
	font-weight: normal;
	line-height: 14px;
}
.frame {
	border: 1px solid #DEF27F;
}

.imgSponSm{
vertical-align:middle;
margin-right:10px;
margin-top:10px;
}
.text1 {
	font-family: helvetica;
	font-size: 11px;
	color: #ccff00;
	font-weight: bold;
}
.text2 {
	font-family: helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
a:link {
	color: #BD1325;
	font-family: helvetica;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;

}
a:visited {
	color: #BD1325;
	font-family: helvetica;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;

}

a:hover {
	color: orange;
	font-family: helvetica;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
}

.inputstyle {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #5F726F;
	background-color: #E2EDEB;
	border: 1px solid #333333;
}

.image{
cursor:hand;
margin:2px;
}

/*Popup Control*/
.popupControl{
	background-color:White;
	position:absolute;
	vertical-align:middle;
	/*visibility:hidden;*/
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	vertical-align:middle;
}


