/* Eric Meyer Reset Code */

html, body, blockquote, pre, abbr, acronym, address, code,
em, img, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* Unordered lists for good not evil */
ul {
	list-style: none;
} 

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

html.enhancements body { display: none; }


body { font-family:"Segoe UI", Frutiger, Tahoma, Helvetica, "Helvetica Neue", Arial, sans-serif; color:#333; }
#contain { margin:25px auto; width: 640px; }
a  { text-decoration:underline; color:#368512; }
a:visited { color:#8dc262; }
a:hover { color:#2a7801; }
a img,fieldset { border:0;padding: 0; }
a.ajaxify { font-size: 1.4em; }



/*basic content*/
h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 15px; }
h4 { font-size: 14px; }
h5 { font-size: 13px; }
h6 { font-size: 12px; }
p,li,dt,dd { font-size: 14px; padding: 0; margin: 0; }
dd { margin-right: 2px; }
ul,ol{padding:0;}

p {margin-bottom: 1.5em; }

p .tintro {margin-bottom: 1.2em}

/*custom css*/

#headerInner h1 { padding-left: 10px; }

.float-left {
	float: left;
	padding-right: 1em;
}

.clear {
	clear: both;
}

.text-red {
	color: red;
}

.text-green {
	color: green;
}	

.text-center { text-align: center; }



/*form css*/
#container2 {
			/*background: url(../images/bg-form-btm.png) no-repeat 100% 100%;*/
			/*padding-bottom: 18px;*/
			width: 600px;
		}
		
		#container2-inner {
			/*background: #fff url(../images/bg-form.gif) repeat-x;*/
			border: 1px solid #fff;
			border-color: #fff #fff #fff;
			padding: 20px 20px 20px 20px;
		}
		
		/* !General Form Styling
--------------------- */
/* -- !Fieldsets & Legends -- */
fieldset {
	border: none;
	position: relative;
	padding: 0;
	padding-bottom: 30px;
}

fieldset legend span {
		border-bottom: 1px solid #fff;
		background: url(../images/bg-ccc.gif) 0 100% repeat-x;
		display: block;
		font-size: 2.25em;
		line-height: 1;
		margin: 20px 0;
		padding-bottom: 20px;
		/*position: absolute;*/
		width: 560px;
	}
	
/* -- !Introduction Text -- */
.introduction {
	font-size: 1.5em;
	line-height: 1.6;
	margin: 0 0 2em;
}

/* Note */
p.note {
	font-size: 1.25em;
	margin: -1.7em 0 1.25em;
}

/* -- !Required Fields -- */
fieldset abbr {
	color: #7b0101;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	padding: 0 1px;
	vertical-align: middle;
}

/* Right aligned asterisk */
fieldset label abbr {
	display: block;
	font-size: 23px;
	right: 60px;
	padding: 0;
	position: absolute;
	top: 10px;
	width: 16px;
}

/* -- !Fields -- */
fieldset div {
    margin: 0 0 10px;
    padding: 5px 0 0;
}

fieldset div.myform {
	background: url(../images/bg-form-fieldset-div.png) repeat-y 0 0;
    margin: 0 0 10px;
    padding: 5px 0 5px 160px;
}

.checky
{
	background: none;
	color: green;
}

fieldset div.controls {
	margin: 25px 0 0;
	padding: 0;
}

	/* Labels */
    fieldset div label {
    	color: #666;
    	float: left;
    	display: block;
    	font-size: 1.16em;
        font-weight: bold;
        line-height: 1.1;
        margin: 7px 0 0 -160px;
        width: 140px;
    }

	/* Input defaults */
	fieldset div input,
	fieldset div textarea,
	fieldset div select {
		border: 1px solid #a3b4c4;
		border-color: #636d77 #a3b4c4 #c7d2de; 
		color: #333;
	    display: block;
	    font-size: 14px;
	    font-family: Arial, Helvetica, sans-serif;
	    line-height: 1;
	    margin: 0;
	}
	
	/* Focus */
	fieldset div input:focus,
	fieldset div textarea:focus,
	fieldset div select:focus {
		border-color: #636d77;
	}
    
    /* Text inputs */
    fieldset div input {
    	background: #FFF url(../images/bg-form-input.gif) repeat-x left top;
    	padding: 6px 5px;
        width: 288px;
    }
    
    /* Select menus */
    fieldset div select {
    	padding: 0 0 0 3px;
        width: 291px;
    }        
    
    /* Textareas */
    fieldset div textarea {
    	background: #FFF url(../images/bg-form-input.gif) repeat-x left top;
        height: 89px;
        padding: 6px 5px;
        width: 288px;
    }
    
    /* File Upload */
    fieldset div input[type=file] {
    	background: none;
    	border: inherit;
    	padding: 0;
    }
        
    /* Radio buttons + checkboxes */
    fieldset div ul {
    	margin: 5px 0 0 0;
    }
    
	    fieldset div ul li {
	        margin: 0 0 5px;
	        padding: 0;
	    }
	                                 
	        fieldset div ul li label {
	            display: inline;
	            float: none;
		    	font-size: 1em;
	            font-weight: normal;
	            margin: 0;
	            padding: 0;
	            color: green;
	        }
	                        
	        fieldset div ul li input {
	        	background: none;
	            border: none;
	            display: inline;
	            margin: 0 5px 0 0;
	            padding: 0;
	            width: auto;
	        }
	        
fieldset div#addiv1 {
	margin-top: -2em;
	padding-bottom: 2em;
}
	        
	/* Groups */
/*	fieldset fieldset.group {
		background: url(../images/bg-form-fieldset-div.png) repeat-y -155px 0;
		color: #666;
		margin: 0 0 10px 155px;
		padding: 0;
	}
	
		fieldset fieldset.group legend span {
			background: none;
			border: none;
			display: block;
	    	font-size: 1.16em;
	        font-weight: bold;
	        left: 0;
	        line-height: 1.1;
	        margin: 9px 20px 0 -155px;
			padding: 0;
			position: absolute;
			width: 140px;
		}
		
		fieldset fieldset.group div {
			background: none;
			float: left;
			margin: 0 0 0 5px;
			padding-left: 0;
		}*/

	/* Submit */
	fieldset div.controls {
		background: none;
	}
	
		fieldset div.controls input {
			float: right;
			width: auto;
		}
		
/* -- !Table of radio buttons -- */
fieldset table {
	border-collapse: collapse;
	border-spacing: none;
	width: 465px;
}
	
	/* Head */
	fieldset table thead th {
		color: #0c1155;
		font-size: 1.16em;
		padding: 0 14px 8px;
	}
		
	/* Body */
	fieldset table tbody th,
	fieldset table tbody td {
		border: 10px solid #FFF;
		border-width: 0 0 10px;
		vertical-align: middle;
	}
	
	fieldset table tbody tr.with-note td,
	fieldset table tbody tr.with-note th {
		border: none;
	}
	
	fieldset table tbody th {
		color: #666666;
		font-size: 1.16em;
		font-weight: bold;
		width: 155px;
	}
	
	fieldset table tbody td {
		background: #f2f2f2;
		padding: 12px 28px;
	}
	
	/* General */
	fieldset table th.private,
	fieldset table td.private {
		text-align: left;
	}
	
	fieldset table th.contacts,
	fieldset table td.contacts {
		text-align: center;
	}
	
	fieldset table th.public,
	fieldset table td.public {
		text-align: right;
	}
	
	fieldset table input {
		margin: 0;
		padding: 0;
	}
	
	fieldset table td.note {
		padding: 2px 10px 12px; 
	}
		
/* -- !Validation -- */
fieldset div,
fieldset fieldset.group {
	position: relative;
}

	/* List of Messages */
	#form-messages {
		/*background: url(../images/bg-form-messages.gif) no-repeat 0 2px; */
		background: url(../images/spacer.gif) no-repeat 0 2px;
		font-size: 1.16em;
		margin: 0 auto;
		padding: 0;
		width: 450px;
		text-align: left;
	}
	
		#form-messages h2 {
			color: #630000;
			font-weight: normal;
			font-size: 1.5em;
			margin: 0;
		}
		
		#form-messages ul {
			color: #633000;
			padding: 0 0 0 30px;
		}
		
			#form-messages ul li {
				background: url(../images/bg-form-messages-li.gif) no-repeat 0 0.55em;
				padding: 0 0 0 19px;
			}
		
		#form-messages a {
			color: #633000;
			text-decoration: none;
		}
		
		#form-messages a:hover,
		#form-messages a:focus {
			text-decoration: none;
		}
	
	.valid #form-messages {
		background-image: url(../images/bg-form-messages-success.gif);
	}
	
		.valid #form-messages h2 {
			color: inherit;
		}

	/* Error Message */
	fieldset strong.error {
		clear: left;
		color: #993333;
		display: block;
		margin: 0.5em 0 0.2em 5px;
	}
	
	/* Field */
	fieldset div input.error,
	fieldset div textarea.error,
	fieldset div select.error {
		border: 1px solid #993333;
	}
	
	/* Icon */
	fieldset img.icon {
		right: 60px;
		position: absolute;
		top: 10px;
	}

/* -- !Select Menu -- */
fieldset div.selectbox-wrapper,
fieldset fieldset#section-dob div.selectbox-wrapper {
	border:1px solid #ccc;
	background: #FFF;
	float: none;
	margin: 0 0 0 5px;
	max-height: 150px;
	overflow: auto;
	padding: 0;
	position: absolute;
	width: auto;
	z-index: 100;
}

	fieldset div.selectbox-wrapper ul {
		background: #FFF;
		float: none;
		list-style-type: none;
		margin: 0px;
		padding: 0px;
	}

		fieldset div.selectbox-wrapper ul li.selected { 
			background-color: #EAF2FB;
		}

		fieldset div.selectbox-wrapper ul li.current { 
			background-color: #CDD8E4;
		}

		fieldset div.selectbox-wrapper ul li {
			cursor: pointer;
			display: block;
			list-style-type: none;
			margin: 0;
			padding: 2px 5px;
		}

.selectbox-input-wrapper {
	background: url(../images/ui-form-select.png) no-repeat 0 0;
	display: block;
	margin: 0 5px 0 0;
	padding: 0 0 0 10px;
	width: 293px;
}

	fieldset div .selectbox {
		background: url(../images/ui-form-select.png) no-repeat 100% 0;
		border: none;
		display: block;
		margin: 0 -5px 0 0;
		padding: 5px 0;
		cursor: pointer;
		width : 288px;
	}
	
#age1 {
	background: none;
}	

