/* top elements */
* { margin: 0; padding: 0; outline: 0; }

body {
	background: #caced1;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #777;
	text-align: center;
	margin: 15px 0;
}

/* headers */
h1, h2, h3 { font-family: 'Trebuchet MS', Tahoma, Sans-serif;  }
h1 {
	font-size: 180%;	
	font-weight: normal;	
	color: #555;
}
h2 {
	font-size: 160%;
	color: #33456c;
	font-weight: normal;
}
h3 {
	font-size: 135%;	 
	color: #666666;
}

h1, h2, h3, p {
	margin: 10px 15px;
	padding: 0;
}




textarea {
	width:400px; /* was 400px  */
	padding:3px;
	font: normal 1em Verdana, sans-serif;
	height:100px;
	display:block;
    background-color: #f4f4f9;
	color:#777;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

input.text {
	color:#777;
	font: normal 1em Verdana, sans-serif;
    background-color: #f4f4f9;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 28px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #306bc1 url(../images/button-bg.jpg) repeat-x 0 0; 
	border: 1px solid #306bc1;
}

input:focus, textarea:focus, select:focus{
    background-image: none;
    background-color: #ffffff;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

	box-shadow: 5px 5px 5px -7px #000000;
	-webkit-box-shadow: 5px 5px 5px -7px #000000;
	-moz-box-shadow: 5px 5px 5px -7px #000000;
	-o-box-shadow: 5px 5px 5px -7px #000000;
}

/* makes buttons have lighter bg once selected */
input.button:focus { 	
	border:solid 1px #b7ddf2;	
	background: #306bc1 url(/images/button-bg2.jpg) repeat-x 0 0;
}
input.button:hover { 	
	border:solid 1px #1a4056;
		color: #f5f5f5;
}

input.button:active {
	color: #ededed;  
	background: #306bc1 url(/images/button-bg2.jpg) repeat-x 0 0;
	text-shadow: -1px -1px -1px #656565;	
}

fieldset {
	margin: 0;	padding: 0;
	border: none;
}

/* Text inputs / Select label */
label.prefield {
	display: block;
	padding: 2px;
	margin: 20px 20px 0 0; 
	font-weight: bold;
}
/* Radio / Checkbox group label */
form .label  {
	display: block;
	padding: 2px;
	margin: 0.4em 4px 0 0;
	font-weight: bold;
	text-align:left;
}
/* Individual Checkbox  */
.checkbox {
	display: inline;
	position: relative;
	border:none;
	margin: 0.2em 4px 0 0; 
	font-weight: bold;
}
/* Individual Radio   */
.radio {
	display: inline;
	position: relative;
	border:none;
	margin: 0.2em 4px 0 0; 
	font-weight: bold;
}

label.postfield  { 
	margin: 0 4px 0 4px;
	font-family:Arial, Helvetica, sans-serif, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color:#555;
}

label.inlinelabel {
	display: inline;	
	padding: 2px;
	font-weight: bold; 
	
}
.inlinetext {
	display: inline;	
	padding: 0 20px 0 0px;
	font-weight:normal;

}
form .inlinefield {  
	/* use inlinefield for inline selects (no br's)  */
}
form .inlinesection .inlinefield {
	float: left;	
	padding: 0;
	margin-right: 2px;
}
form .inlinetext { /* used for inline text area positioning */
	vertical-align:middle;
	padding: 0 20px 0 0;
	margin-top: 4px;
	display:inline;
}

/* Asterisk on required fields */
form .reqmark {
	color: #F00 !important; padding: 0 4px;
}

/* Field w/ a validation error */
form .errfld {
	display:inline; padding: 1px;
	color: #F00 !important;
	font-size:10px; font-weight:bold;
	width: 500px; margin: 0 5px;
}
/* Styling for message associated with a validation error. */
.errmsg {	
	color: #F00 !important; display: block;
	font-size:12px; font-weight:bold; text-align:left;
}

/* Field-Hint */
form .field_hint {
	font-family: arial, Tahoma, Sans-serif; 
	color: #666; display:inline; margin: 0 10px;
	font-size: 9px; 
}





#wrap {
	position:relative;
	width: 990px;
	background: #dae1e7;
	margin: 0 auto;
	text-align: left;
	padding: 15px 15px;
	border: 1px solid #b2cadf;	
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	box-shadow: 15px 15px 15px -7px #5f607f;
	-webkit-box-shadow: 15px 15px 15px -7px #5f607f;
	-moz-box-shadow: 15px 15px 15px -7px #5f607f;
	-o-box-shadow: 15px 15px 15px -7px #5f607f;
	
}


#holder {
	display: inline-block;
	position: relative;
	background: #cedbe7;
	border: none;
	width: 960px;
	padding: 0px 0px 10px 10px;
}
#holder #box {
	float: left;
	width: auto;
	text-align: left;
	padding-right: 20px;
}
#holder #box_noMargin {
	padding-right: -1px;
	float: left;
	width: auto;
	text-align: left;
}


.clear { clear: both; }
.tab { padding-left: 40px; }
.2tab {padding-left: 80px; }


input.button { font: bold 12px Arial, Sans-serif; height: 28px; margin: 10px 220px; 
	padding: 2px 3px; color: #fff; background: #306bc1 url(/images/button-bg.jpg) repeat-x 0 0; 
	border: 1px solid #306bc1; cursor: pointer;
		border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

	box-shadow: 5px 5px 5px -7px #000000;
	-webkit-box-shadow: 5px 5px 5px -7px #000000;
	-moz-box-shadow: 5px 5px 5px -7px #000000;
	-o-box-shadow: 5px 5px 5px -7px #000000;		
	 }
	 
.upload_message_success { padding:4px; background-color:#009900; width: 50%;
		border:1px solid #006600;
		color:#FFFFFF; margin-top:10px; margin-bottom:10px; text-align:center; 
	    font: bold 1.3em/1.5em Arial, Helvetica, sans-serif;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;

            box-shadow: 10px 10px 20px -14px #000000;
            -webkit-box-shadow: 10px 10px 20px -14px #000000;
            -moz-box-shadow: 10px 10px 20px -14px #000000;
            -o-box-shadow: 10px 10px 20px -14px #000000;}
            
.upload_message_error { padding:4px; background-color:#CE0000; border:1px solid #990000;
		color:#FFFFFF; margin-top:10px;	margin-bottom:10px; text-align:center; width: 50%;
                border-radius: 10px;
                -webkit-border-radius: 10px;
                -moz-border-radius: 10px;

                box-shadow: 10px 10px 20px -14px #000000;
                -webkit-box-shadow: 10px 10px 20px -14px #000000;
                -moz-box-shadow: 10px 10px 20px -14px #000000;
                -o-box-shadow: 10px 10px 20px -14px #000000;}
            
            
