﻿
html, body {
	font-family:Tahoma, Sans-Serif, Arial, Verdana;
	margin:20;
	padding:0;
	height:100%;
	font-size:12pt;
	
		
}

.roundcont {
	width: auto;
	background-color: #f90;
	color: #040468;
	
	
}
.line
{
	
	border-left-color:#f90;
		
}

.header 
{
	color:#f90; 
	font-size:18pt;
}

.bodytext
{
	color:#040468;
	font-family :Arial;
	font-size:12pt;
}
img.phone 
{
	background: url(./images/phone.png) no-repeat;
}

img.email
{
	background: url(./images/email.png) no-repeat;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(images/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(images/br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

img.cornertop {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
   background: url(./images/tl.gif) no-repeat;
}
img.cornerbottom {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
   background: url(./images/bl.gif) no-repeat;
}
.modalContainer
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:2;
	opacity:0.4;
	filter:alpha(opacity=40);
	background-color:#AAAAAA;
}

.modalContent
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:3;
	
}

.popup
{
	border: solid 5px #0000CD;
	z-index:2;
	background-color:white;
	padding:5px 5px  5px 5px;
}	
