@charset "utf-8";
html {
	height: 100%;
}
body,td,th {
	font-family: Trebuchet MS, Helvetica, Verdana;
	font-size: 14px;
	color: #FFFFFF;
}
body {
	background-color: #05538C;
	height:100%;
}
.container {
	width:818px; height:573px; margin:0 auto;
}
.column1 {
	width:243px;
	height:553px;
	float:left;
	text-align:center;
	padding:0 10px;
}
.column2 {
	width:505px;
	height:553px;
	float:left;
	text-align:right;
	padding: 0 40px 0 10px;
}
a { color:#FFFFFF; text-decoration:underline; }
a:hover { color:#FFFFFF; text-decoration:none; }
.field {	float:left;
	width:65%;
}
.fieldLabel {	font-weight:bold; width:30%; text-align:right; float:left; margin-right:10px;
}
.fieldRow {	width:100%;
	float:left;
	clear:both;
	margin-bottom:15px;
}
.infoText {	width:131px; height:71px; background-image:url(images/watch_rounded_small.gif); margin:0 auto; text-align:left; padding:3px 10px; font-size:12px;
}
.leftMargin {	margin:35px auto;
}
fieldset { -moz-border-radius: 8px; border-radius: 8px; }
legend { font-size:18px; color:#FFFFFF; font-weight:bold }

/* the overlayed element */ 
.simple_overlay { 
    display:none; 
     
    z-index:10000; 
     
    background-color:#FFF; 
	color:#05538C;
	font-size:18px;
     
    width:572px;     
    height:326px; 
	overflow:hidden;
	padding: 10px 30px;
	
	background: transparent url(images/overlay_bg.png);
} 
.simple_overlay h3 {
	font-size:22px;
	margin-bottom:-10px;
	margin-top:0;
	padding-top:14px;
}
 
/* close button positioned on upper right corner */ 
.simple_overlay .close { 
    background-image:url(images/close.png); 
    position:absolute; 
    right:5px; 
    top:5px; 
    cursor:pointer; 
    height:55px; 
    width:55px; 
}
input, textarea, select {
	font-family: Trebuchet MS, Helvetica, Verdana;
	font-size: 12px;
}