﻿/* the overlayed element */ 
.overlay  
{
	color: #2D4705;
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#333; 
     
    width:675px;     
    min-height:200px; 
    border:1px solid #666; 
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
} 
 
/* close button positioned on upper right corner */ 
.overlay .close { 
    background-image:url(../images/btn-close.png); 
    background-repeat: no-repeat;
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

body 
{

}

div.clearMe
{
	clear: both;
	}

fieldset
{
	color: #2D4705;
	width: 480px;
	padding: 15px;
	margin-bottom: 20px;
	border-color:#0F5968;
	border-width: 1px;
	border-style:solid;
	font-family: 	Georgia,"Times New Roman",Times,serif;
	}
	
legend
{
	color: #2D4705;
	}

label
{ 
	display: inline-block;
	width: 200px;
	}


	
.txtBox, .ddList
{
	padding: 3px;
	margin: 5px;
	margin-left: 0px;
	width: 300px;
	vertical-align: middle;
	}
	

	
div.crewBasic
{
	padding-bottom: 20px;
	margin-bottom: 5px;
	
background-image: url(../gfx/line-break.png);
background-position: bottom center;
background-repeat: no-repeat;

	}
	
p.name a
{
	color: White;
	font-weight: bold;
	}
	
div#Paging
{
	font-size: 12px;
	color: #ffffff;
	text-align: right;
	}
	
div.overlay
{
	padding: 20px;
	}
	
div.overlay p
{
	margin: 5px 0px;
	}
	
div.crewList td span, div.crewList th span
{
	color: #ffffff;
	}
	
.Alert
{
	color: Red;
	font-weight: normal;

	}
	
#ContactForm
{
	padding-left: 15px;
	padding-right: 15px;
}
