body {
	font: bold 11px/1.5em Verdana;
	}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:0;
	}

hr {
	border:none;
	border-top:1px solid #CCCCCC;
	height:1px;
	margin-bottom:25px;
	}
	
#tabs {
	float:left;
	width:100%;
	background:#efefef;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #666;
	}

#tabs ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	font-size: 16px;
	}

#tabs a {
	float:left;
	background:url("tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	background:url("tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	color:#FFF;
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}

	/*2*/
	.form-style-2{
		max-width: 500px;
		padding: 20px 12px 10px 20px;
		font: 13px Arial, Helvetica, sans-serif;
	}
	.form-style-2-heading{
		font-weight: bold;
		font-style: italic;
		border-bottom: 2px solid #ddd;
		margin-bottom: 20px;
		font-size: 15px;
		padding-bottom: 3px;
	}
	.form-style-2 label{
		display: block;
		margin: 0px 0px 15px 0px;
	}
	.form-style-2 label > span{
		width: 100px;
		font-weight: bold;
		float: left;
		padding-top: 8px;
		padding-right: 5px;
	}
	.form-style-2 span.required{
		color:red;
	}
	.form-style-2 .tel-number-field{
		width: 40px;
		text-align: center;
	}
	.form-style-2 input.input-field{
		width: 48%;
	   
	}
	
	.form-style-2 input.input-field,
	.form-style-2 .tel-number-field,
	.form-style-2 .textarea-field,
	 .form-style-2 .select-field{
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		border: 1px solid #C2C2C2;
		box-shadow: 1px 1px 4px #EBEBEB;
		-moz-box-shadow: 1px 1px 4px #EBEBEB;
		-webkit-box-shadow: 1px 1px 4px #EBEBEB;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		padding: 7px;
		outline: none;
	}
	.form-style-2 .input-field:focus,
	.form-style-2 .tel-number-field:focus,
	.form-style-2 .textarea-field:focus,  
	.form-style-2 .select-field:focus{
		border: 1px solid #0C0;
	}
	.form-style-2 .textarea-field{
		height:100px;
		width: 55%;
	}
	.form-style-2 input[type=submit],
	.form-style-2 input[type=button]{
		border: none;
		padding: 8px 15px 8px 15px;
		background: #FF8500;
		color: #fff;
		box-shadow: 1px 1px 4px #DADADA;
		-moz-box-shadow: 1px 1px 4px #DADADA;
		-webkit-box-shadow: 1px 1px 4px #DADADA;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}
	.form-style-2 input[type=submit]:hover,
	.form-style-2 input[type=button]:hover{
		background: #EA7B00;
		color: #fff;
	}

	/*9*/
	.form-style-9{
		max-width: 1000px;
		background: #FAFAFA;
		padding: 30px;
		margin: 50px auto;
		box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.35);
		border-radius: 10px;
		border: 6px solid #305A72;
		font-size : 20px;
	}
	.form-style-9 ul{
		padding:0;
		margin:0;
		list-style:none;
	}
	.form-style-9 ul li{
		display: block;
		margin-bottom: 10px;
		min-height: 35px;
		font: 14px Arial, Helvetica, sans-serif;
	}
	.form-style-9 ul li  .field-style{
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		padding: 8px;
		outline: none;
		border: 1px solid #B0CFE0;
		-webkit-transition: all 0.30s ease-in-out;
		-moz-transition: all 0.30s ease-in-out;
		-ms-transition: all 0.30s ease-in-out;
		-o-transition: all 0.30s ease-in-out;
	
	}.form-style-9 ul li  .field-style:focus{
		box-shadow: 0 0 5px #B0CFE0;
		border:1px solid #B0CFE0;
	}
	.form-style-9 ul li .field-split{
		width: 49%;
	}
	.form-style-9 ul li .field-full{
		width: 100%;
	}
	.form-style-9 ul li input.align-left{
		float:left;
	}
	.form-style-9 ul li input.align-right{
		float:right;
	}
	.form-style-9 ul li textarea{
		width: 60%;
		height: 100px;
	}
	.form-style-9 ul li input[type="button"],
	.form-style-9 ul li input[type="reset"],
	.form-style-9 ul li input[type="submit"] {
		-moz-box-shadow: inset 0px 1px 0px 0px #3985B1;
		-webkit-box-shadow: inset 0px 1px 0px 0px #3985B1;
		box-shadow: inset 0px 1px 0px 0px #3985B1;
		background-color: #216288;
		border: 1px solid #17445E;
		display: inline-block;
		cursor: pointer;
		color: #FFFFFF;
		padding: 8px 18px;
		text-decoration: none;
		font: 14px Arial, Helvetica, sans-serif;
	}
	.form-style-9 ul li input[type="button"]:hover,
	.form-style-9 ul li input[type="reset"]:hover,
	.form-style-9 ul li input[type="submit"]:hover {
		background: linear-gradient(to bottom, #2D77A2 5%, #337DA8 100%);
		background-color: #28739E;
	}

	
	