/* CSS Document */

button,input,textarea,select,submit{
	font-family:verdana,arial;
	font-size:10px;
}
checkbox, radio, .noborder{
	border : 0px
}
body,td,tr,table{
	font-family:arial;font-size:10px;
}
.mainbox{
	 text-align:left;
	 vertical-align:top;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
td.separator{
	height: 5px;
}
td.formerror{
        color:#FF0000;
}
td.formseparator{
	height: 5px;
}
td.formlabel{
        text-align:right;
}
td.boxbottom{
	background-image:url(images/boxbottom.gif);
	background-repeat:no-repeat;
	height: 4px;
}
td.boxbottomripped{
	background-image:url(images/boxbottomripped.gif);
	background-repeat:no-repeat;
	height: 11px;
}
	
td.boxtop{
	background-image:url(images/boxtop.gif);
	background-repeat:no-repeat;
	height: 2px;
}
td.box{
	background-image:url(images/boxbg.gif);
	overflow: visible;
	background-repeat:repeat-y;
	padding: 5px;
	text-align:left;
}
td.main{
	padding: 10px;
	text-align:left;
}
.buttondiv{
	position:relative;
	z-index:1;
	height: 24px;
	width: 142px;
}
.button{
	background-image:url(images/buttonbg.gif);
	background-repeat:no-repeat;
	height: 18px;
	width: 142px;
	padding-top:5px;
	color: #6bace4;
	text-align:left;
	vertical-align:middle;
	text-decoration:none;
	font-weight: bold;
	font-size: 10px;
	font-family: "Verdana";
}
.button a{
	padding-left:8px;
        color: #6bace4;
	text-decoration:none;
        font-weight: bold;
        font-size: 10px;
        font-family: "Verdana";
	
}
div.popupdiv {
       position: absolute;
       visibility: hidden;
       z-index: 1;
       top: 0px;
       left: 100px;
       background-color:white;
       background-image:url(images/transparentbg.png);
}
div.popupdiv td{
	     border:1px solid black;
}
div.popupholder {
       position:relative;
       width:100px;
       height:10px;
       vertical-align:middle;
       z-index:2;
       left:0px;
       top: 0px;
}
iframe.iframepopup{
       height:200px;
       border:1px solid #345e84;
}
