
/* CSS Document */
 
h2 {
    margin: 0 0 10px 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 140%;
    color: #036;
} 

#form-wrap {
	width: 760px;
	background: white;
	padding: 20px 50px 20px 50px;
	margin: 20px auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	
}

#form-area {
	width: 600px;
	margin-top: 25px;
}

#form-area input, #form-area textarea {
	padding: 5px;
	width: 400px;
	font-family: Verdana, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#form-area textarea {
	height: 90px;
}

#form-area textarea:focus, #form-area input:focus {
	border: 2px solid #FFCC00;
}

#form-area input.button {
	width: 200px;
	
}

.warning {
    font-weight: bold;
    color: #f00;
}

form h2 {
    color: #036;
    font-size: 80%;
    font-weight: bold;
    margin: 0 0 5px 10px;
}

label {
    font-weight: bold;
    color: #036;
    display: block;
}

#right{
  float:right;
}
#rightbar2 {
	position: relative;
	top: -28px;
	left: 503px;
}
.lightBlueBox {
	width: 420px;
	border: 3px solid #C3D9FF; padding: 5px; 
}
.lightBlueBoxright {
	width: 220px;
	border: 3px solid #C3D9FF; padding: 5px; 
}

