@charset "UTF-8";
/* CSS Document */

/*form styles*/
#con_form form {
	font-size: .9em;
	/*margin:0 auto;*/
	margin:10px;
	}

#con_form label {
    display:inline-block;
}

#con_form span    {
    display:inline-block; 
	font-size:8em;
    width:100px; 
    margin:5px;
}

#con_form fieldset   {
	margin: 1em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #ccc;
	background-color:#efe3ac;
}

#con_form form > fieldset {
    width:640px;
}

#con_form legend  {
    font-weight:bold;
	margin:5px 0;
	padding:2px 8px;
	background:#145571;
	color:#fff;
}

form div {
	position: relative;
	width: 100%;
	padding: 0.4em 0;
	clear: both;
}

/* style for  labels */
label {
	float: left;
	clear: left;
	width: 10em;
}

label.text {
	float: left;
	clear: left;
	width: 35em;
}

/* style for required labels */
label .required {
	font-size: 0.8em;
	color:#333;
}

/* style error messages */
label .feedback {
	position: absolute;
	left: 31em;
	right: 0;
	top: 0.5em;
	font-weight: bold;
	color:#760000;
	padding-left: 20px;
}

/* :KLUDGE: Explicitly set the width for IE6- */
* html .feedback{
	width: 10em;
}

input {
	width: 20em;
	font-size: inherit;
}

input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

input.radio, input.checkbox, input.submit {
  width: auto;
}

/* style form elements on focus */
input:focus, textarea:focus {
	background: #ffc;
}


textarea {
	width: 100%;
	height: 10em;
}

/* travel dates */

/*#arriveMonth, #arriveYear {
	text-indent: -1000em;
	width: 0;
}

#arrivalDate {
	width: 3em;
	margin-right: 0.5em;
}

#arriveMonth {
	width: 10em;
	margin-right: 0.5em;
}

#arriveYear {
	width: 5em;
}

#departMonth, #departMonth {
	text-indent: -1000em;
	width: 0;
}

#departDate {
	width: 3em;
	margin-right: 0.5em;
}

#departMonth {
	width: 10em;
	margin-right: 0.5em;
}

#departYear {
	width: 5em;
}*/

/*.value {
	font-size:.9em;
	color:#666666;
	font-style:italic;
	}*/

/* activity check boxes */
#activities {
	margin: 0;
	padding: 0;
	border: none;
}

#activities h2 {
	/*width: 8em;*/
	/*float: left;*/
	font-size: 1em;
	font-weight: bold;
	font-style:italic;
	margin-top:5px;
}

#activities .col {
	width: 11em;
	float: left;
	clear: none;
}

#activities label {
	float: none;
	/*padding: 1em;*/
}
	
/* Button styling */
input[type=submit] {
	width: 150px;
	height: 30px;
	border: 1px outset #2575A5;
	text-shadow:#2575A5 -2px -2px 4px;
	background:#145571;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*box-shadow: 2px 2px 2px #ccc;*/
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 4px;
	cursor: pointer;
	/*text-shadow: 1px 1px 1px #666;*/
}

input[type=reset] {
	width: 150px;
	height: 30px;
	border: 1px outset #2575A5;
	text-shadow:#2575A5 -2px -2px 4px;
	background:#145571;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*box-shadow: 2px 2px 2px #ccc;*/
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 4px;
	margin-left:10px;
	cursor: pointer;
	/*text-shadow: 1px 1px 1px #666;*/
}

h1.thanks {
	font-size:1.1em;
	color:#145571;
	padding:10px 0;
	}
	

p.reserror {
	color:red;
	font-size:1.3em;
	font-style:bold;
	}
