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

/*LICENCE --------------------------------------
WorldNZ Limited
Tuesday 25th May 2010
*/

/*NOTES ----------------------------------------

CSS Style Sheet created by Lele Simeon

UPDATE INFO ------------------------------------

Revision number: 1.0
Last updated: 25th May 2010
Last update made by: Lele

CONTENTS ---------------------------------------
=1: Reset all elements to a common value
=2: Default classes
=3: Accessibility
=4a: Default Styles
=4b: Layout Styles
=5: Navigation
=6:	Layout Styles
=6: Generic styles
=7: Page related styles
*/

/* -- =1: reset all elements to a common value ----------------------------------------------------- */
body {color:#525252;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:"'";}
abbr,acronym {border:0;font-variant:normal;}
sup,sub {line-height:-1px;vertical-align: text-top;}
sub {vertical-align:text-bottom;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}


/* -- =2: default classes -------------------------------------------------------------------------- */
.block { display: block!important; clear: both!important; }
.clear { clear: both; }

.center { text-align: center; }
.right { text-align: right !important; }
.left { text-align: left !important; }
.small { font-size: 10px; }
.smaller { font-size: smaller; }
.floatRight { float: right; }
.floatLeft { float: left;}

.italic {font-style:italic; }
.bold {font-weight:bold; }
.blue { color: #095caa; }
.blueitalic { font-style: italic; color: #095caa; }
.boldblue { font-weight: bold; color: #095caa; }
.boldcyan { font-weight: bold; color: #006eb9; }
.boldgray {font-weight:bold; color: #CCC;}
.boldgrey {font-weight:bold; color: #CCC;}
.boldgreen { font-weight:bold; color: #84a837; }
.boldgreycenter {font-weight:bold; color: #333; text-align: center; }
.boldpink { font-weight: 500; color: #095caa; }
.boldpinkcenter { font-weight: 500; color: #095caa; text-align:center!important; }
.bigboldpink { font-size:larger; font-weight: 500; color: #095caa; }
.boldpurple { font-weight:bold; color: #6b3fa0!important; }
.cyan { color: #006eb9!important; }
.cyanbold {  color: #006eb9!important; font-weight: bold!important; }
.cyanitalic { color: #006eb9!important; font-style:italic!important; }
.cyanitalicbold { color: #006eb9!important; font-style:italic!important; font-weight: bold!important; }
.purple { font-weight:200; color: #6b3fa0!important; }
.green { color: #84a837; }
.boldwhite { font-weight: bold; color: #FFF!important; }
.white { color: #FFF!important; }
.whitecentre { color: #FFF!important; text-align:center!important; }
.whiteitalic { color: #FFF!important; font-style: italic; }

.capitalize { text-transform:capitalize!important; }
.lowercase { text-transform:lowercase!important; }
.uppercase { text-transform: uppercase; }

.imgRight { float: right; padding: 20px; }
.imgLeft20 { float: right; padding: 10px 0 10px 20px; }
.imgLeft { float: left; padding: 20px 20px 20px 0; }
.imgPad5 { float: left; padding: 5px; }
.imgPad10 { float: left; padding: 10px; }

.horizontalline { border: 1px solid #5d7610; width: 80%; margin-left: 100px; }
.underline { text-decoration:underline; }

/* -- =3: accessibility ---------------------------------------------------------------------------- */
.aural {
	position: absolute;
	left: -9999px;
	font-size: small;
}

.hide { display: none; }


/* -- =4: Default Styles --------------------------------------------------------------------------- */
/* =4a: colours, sizes, etc of elements */

h1 { font-family: Arial, Helvetica, sans-serif; font-size: 25px; color: #006eb9; font-weight: 500; margin: 0 0 15px 0; text-align: left; width: 90%; }

h2 { font-family: Arial, Helvetica, sans-serif; font-size: 24px; color: #006eb9; font-weight: 500; margin: 0 0 15px 0; text-align: left; width: 90%; }

h3 { font-family: Arial, Helvetica, sans-serif; font-size: 20px; color: #006eb9; font-weight: 500; margin: 0 0 15px 0; text-align: left; width: 90%; }

h4 { font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #006eb9; font-weight: bold; margin: 0 0 15px 0; text-align: left; width: 90%; }

h5 { font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #006eb9; font-weight: bold; margin: 0 0 15px 0; text-align: left; width: 90%;  }

h6 { font-family: Arial, Helvetica, sans-serif; font-size: 15px; color: #006eb9; font-weight: bold; margin: 0 0 15px 0; text-align: left; width: 90%; }

p { font-family: Arial, Helvetica, sans-serif; font-size: 15px; color: #525252; line-height: 1.4em; text-align:justify; margin: 5px 0 10px 0;}

a:link {color: #006eb9; }     /* unvisited link */
a:visited {color: #006eb9; }  /* visited link */
a:hover {color: #095caa; }   /* mouse over link */
a:active {color: #095caa; }   /* selected link */

hr { border: 1px solid #dcdcdc; margin: 30px 0 30px 0; clear: both; }

/* =4b: Layout */
* {
	margin: 0;
	padding: 0;
}

html {
	}
body {
	font: 62.5%/1.4 sans-serif; /* set font size to 10px (a nice round number) - 1.4 line height */
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif; 
	}

		#wrap {
				background:url("/images/template/bg.png") 0 0 repeat-x #fff;
			}
			
			#innerwrap { 
				background:url("/images/template/bg-footer-top.png") 0 bottom repeat-x; 
			}
			
			#header {
				width:992px;
				margin:0 auto;
				padding:0 74px 0 74px;
			}

		/* == Main Content == */
		#contentwrap {
			background:url("/images/template/top1.png") 0 0 no-repeat;
			width:992px;
			margin:0 auto;
			clear:both;
		}
		
		#innercontentwrap {
			background:url("/images/template/bottom1.png") 0 bottom no-repeat;
			padding:16px;
		}
		
		#maincontent {
			border-left:1px solid #cfcfcf;
			border-right:1px solid #cfcfcf;
			padding-bottom:0;
			width:958px;
			overflow:hidden;
		}
			
			#content-primary {
				float: left;
				width: 956px;
				margin-top: -130px;
				margin-right: 16px;
				margin-left: 16px;
			}
			
				.standardColumn {
				float: left;
				width: 45%;
				padding: 5px;
				margin: 5px;	
				}
			
				#column-1 {
				margin-top: 20px;	
				}
				#LeftColumn {
					float: left;
					width: 616px;
					padding-right: 20px;
					padding-left: 20px;
				}
						#LeftColumn h1 {
							margin: 34px 0 25px 0px!important;
						}
						#LeftColumn h2 {
							/*margin: 0 0 25px 20px!important;*/
						}
						#LeftColumn p {
							margin: 0 0 20px 0px!important;
						}
				#RightColumn {
					float: right;
					width: 227px;
					margin: 20px 20px 25px 10px;
					padding: 20px 20px 20px 20px;
					border: 1px solid #dcdcdc;
					background: #EFF6FF;
				}
						#promo1, #promo2, #promo3 {
						padding-bottom: 56px;
						} /*  DEPRECATED - NOW USING .promobox FOR STYLING */
						.promoBox {
						padding-bottom: 36px;	
						}
						.promoBox h3 {
						color: #525252!important;	
						}
						.promoBox hr {
							margin:10px 0;
						}
						.border {
							border:1px solid #CCCCCC;
							padding:0 5px;
						}
						#signUp {
							
						}
						#signUp h3 {
						/*color: #525252!important;	*/
						}
						#signUp p {
						color: #525252!important; font-size: 16px; font-weight: 700; width: 90%;	
						}
						#RightColumn p {
						font-size: 15px; color: #525252; width: 90%;
						}
						a.tellmemore {
						display: block;
						font-weight:bold!important;
						font-size: 15px;
						text-decoration:none!important;
						background: #006eb9;
						border: 5px solid #99b5c8;
						text-align:center!important;
						padding: 5px 20px 5px 20px;
							}
							a.tellmemore:link {
							color: #FFF;	
							}
							a.tellmemore:visited {
							color: #FFF;	
							}
							a.tellmemore:hover {
							color: #dcdcdc!important;
							border: 5px solid #dcdcdc;
								}
							a.tellmemore:active {
							color: #dcdcdc!important;
							border: 5px solid #dcdcdc;
							}
						a.enrolnow {
						min-width: 100px; max-width: 250px;
						font-size: 15px;
						display: block;
						background: #006eb9;
						border: 5px solid #99b5c8;
						text-align:center!important;
						margin-top: -50px;
						float: right;
						padding: 5px 20px 5px 20px;
						font-weight: bold;
						text-decoration:none!important;
						}
							a.enrolnow:link {
							color: #FFF;	
							}
							a:visited.enrolnow {
							color: #FFF;	
							}
							a.enrolnow:hover {
							color: #dcdcdc!important;
							border: 5px solid #dcdcdc;
								}
							a.enrolnow:active {
							color: #dcdcdc!important;
							border: 5px solid #dcdcdc;
							}
						a.seemap {
						display: block;
						background: #006eb9;
						font-size: 15px;
						border: 5px solid #99b5c8;
						text-align:center!important;
						margin: -15px 0 25px 0;
						float: right;
						padding: 5px 20px 5px 20px;
						font-weight: bold;
						text-decoration:none!important;
						}
							a.seemap:link {
							color: #FFF;	
							}
							a.seemap:visited {
							color: #FFF;	
							}
							a.seemap:hover { 
							color: #dcdcdc!important;
							border: 5px solid #dcdcdc;
								}
							a.seemap:active {
							color: #dcdcdc!important;
							border: 5px solid #dcdcdc;
							}
						a.linkBoxBody {
						display: block;
						background: #006eb9;
						border: 5px solid #99b5c8;
						text-align:center!important;
						margin-top: -50px;
						float: right;
						padding: 5px 20px 5px 20px;
						font-weight: bold;
						text-decoration:none!important;
						}
							a.linkBoxBody:link {
							color: #FFF;	
							}
							a.linkBoxBody:visited {
							color: #FFF;	
							}
							a.linkBoxBody:hover {
							color: #dcdcdc!important;
							border: 5px solid #dcdcdc;
								}
							a.linkBoxBody:active {
							color: #dcdcdc!important;
							border: 5px solid #dcdcdc;
							}

						a.linkBox {
						display: block;
						background: #006eb9;
						border: 5px solid #99b5c8;
						text-align:center!important;
						margin-top: -10px;
						margin-bottom: 20px;
						float: right;
						padding: 5px 20px 5px 20px;
						font-weight: bold;
						text-decoration:none!important;
						}
							a.linkBox:link {
							color: #FFF;	
							}
							a.linkBox:visited {
							color: #FFF;	
							}
							a.linkBox:hover {
							color: #dcdcdc!important;
							border: 5px solid #dcdcdc;
								}
							a.linkBox:active {
							color: #dcdcdc!important;
							border: 5px solid #dcdcdc;
							}

			#footer {
				clear:both;
				color:#fff;
				background:url("/images/template/bg-footer-bot.png") bottom left repeat-x;
				height:76px;
				padding-top:10px;
				}
				
				#footcontainer { /*padding: 0 20px 0 20px;*/ margin: 0 auto; width: 992px; }
				#footcontainer p {
				font-size: 12px;
				line-height: 1.2em;
				text-align:left;
				color: #FFF;
				margin: 5px 0 5px 20px!important;
				}
				
				#footcontainer a { text-decoration:none; }
				#footcontainer a:link { color: #FFF; }
				#footcontainer a:visited { color: #FFF; }
				#footcontainer a:hover { color: #006eb9; }
				#footcontainer a:active { color: #006eb9; }
				
				#footcontainer ul { margin: 5px 0 0 20px!important; padding-left: 0!important; text-indent: 0!important;
									text-transform: lowercase; text-align: left!important; }
				#footcontainer li {  display: inline!important; 
				padding: 0 10px 0 0!important; text-indent: -1.6em; 
				list-style-image: none!important;  
				font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif!important; 
				font-size: 12px; 
				line-height: 1.2em;  
				}			

		.headertop {
		width: 992px;
		height: 120px;
		float: left;
		}
			#logo {
				width: 282px;
				height: 79px;
				margin-top:28px;
				float: left;
				}
			#logo img {
			border: none!important;	
			}
				
			#booknow {
				float: right;
				width: 446px;
				padding-top: 70px;
				text-align:right;
				margin: 0!important;
				}

				#booknow p {
					font-size: 22px;
					color: #99b5c9;
					float: right;
				}
				.booksmall {
				font-size: 14px!important;	
				}

		.headerbottom {
		width: 992px;
		height: 52px;
		margin-top: 4px;
		float: left;
		}
		/* =5: N A V I G A T I O N ------------------------------------------------------------------------- */
		#navigation { float: left; display:none;}
		.navlist { margin: 0 0 20px 0;  }
		#nav ul {	 margin: 0!important; padding: 0!important; text-indent: 0!important; z-index: 999!important; }
			#nav li {	 font-size: 12px!important; display: inline; text-indent: 0!important; }
			#nav li ul li { font-size: 11px!important;  z-index: 999!important; display:block;}
/*				#nav li a {		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
									font-weight: bold;
									color: #FFF; text-transform:uppercase; text-decoration:none;
									 }
*/				#nav a:link 	{ 	}
				#nav a:visited	{ 	}
				#nav a:hover 	{ /*color: #016fba;*/ }
				#nav a:active 	{ /*border-bottom: 5px solid #016fba!important;*/ }
				#nav a.selected { /*border-bottom: 5px solid #016fba!important; */}
				
		#icons { width: 110px; height: 52px; float: right; }

			a.dentalicon { 		
				float: right;
				display: block;
				width: 55px;
				height: 52px;
				background:url(/images/template/dentalicon.png) top left no-repeat;
				padding: 0!important;
				text-align:center!important;
				text-indent: -99999px!important;
				}
				a:hover.dentalicon { background-position: 0 -52px; }
				a:active.dentalicon { background-position: 0 -52px; }

			a.medicalicon { 		
				float: right;
				display: block;
				width: 55px;
				height: 52px;
				background:url(/images/template/medicalicon.png) top left no-repeat;
				padding: 0!important;
				text-align:center!important;
				text-indent: -99999px!important;
				}
				a:hover.medicalicon {  background-position: 0 -52px; }
				a:active.medicalicon {  background-position: 0 -52px; }

			#banner {
			width: 920px;
			height: 294px;
			border: 1px solid #dcdcdc;
			margin: 18px;
			}
			
				#banner_background { 
				background:url(/images/template/homepage_banner.png) no-repeat 0 0;
				width: 900px;
				height: 274px;
				margin:  10px;
				z-index: -100;
				}
				#bannertext {
				width: 435px;
				height: 120px;
			   font-family: Arial, Helvetica, sans-serif;
			   font-size: 14px;
			   /*letter-spacing: 0.1em;*/
			   text-align: left;
			   color: #FFF;
			   padding-top: 140px;
			   padding-left: 20px;
				}
					#bannerlist {	width: 50%; height: 125px; }
					.bannerlist { width: 50%; float: left; }
/*					.bannersquares ul{  margin: 0; padding-left: 1.5em; text-indent: -2.5em; width: 45%; float: left; padding-right: 2.5em; }
*/					ul.bannersquares {  margin: 0; padding-left: 0.5em!important; float: left;  }
					ul.bannersquares2  { margin: 0; padding-left: 0.5em!important; text-indent: 0!important; }
					.bannersquares2 li{ padding-left: 1.5em; text-indent: -1.5em; 
								list-style-image:url(/images/template/bullet_banner.gif)!important; 
								list-style-position: inside;
								font-size: 14px!important; }			
					.bannersquares li{ padding-left: 1em; text-indent: -1em; 
								list-style-image:url(/images/template/bullet_banner.gif)!important; 
								list-style-position: inside;
								font-size: 14px!important;  }			
					.bannersquares li ul {  margin: 0; padding-left: 1em; text-indent: -1em; }
					.bannersquares li ul li{ padding-left: 0; text-indent: -1em; 
								list-style-image:none!important;
								list-style-type: square!important;
								list-style-position: inside;
								letter-spacing: 0!important; }
					.bannerparagraph { font-family: Arial, Helvetica, sans-serif;
							   font-size: 14px; text-align: left; color: #FFF; margin: 0; font-weight: normal!important;
								}
					#bannerimage { width: 414px; height: 254px;
									z-index: 100; float: left; 
									margin-top: -249px/*-260px*/; margin-left: 475px; }
									
/*   C O N T A C T   P A G E   */

				#LeftColumn-Contact {
					float: left;
					width: 620px;
					padding-right: 20px;
					padding-left: 20px;
				}
						#LeftColumn-Contact h1 {
							margin: 34px 0 25px 0px!important;
						}
						#LeftColumn-Contact h2 {
							/*margin: 0 0 25px 20px!important;*/
							font-size:22px!important;
						}
						#LeftColumn-Contact p {
							margin: 0 0 30px 0px!important;
						}
				#RightColumn-Contact {
					float: right;
					width: 223px;
					margin: 20px 20px 25px 10px;
					padding: 20px 20px 20px 20px;
					border: 1px solid #dcdcdc;
				}
				
			#LeftColumn_banner_background {
			margin: 20px 0 20px 0;
			}
				#LeftColumn_banner_image {
				width: 600px;
				height: 250px;
				border: 1px solid #dcdcdc;
				}
	#blocklist {	width: 90%; padding: 0;}
	.blocklist {	width: 90%; padding: 0;}
	.blacksquares ul{  margin: 0; padding-left: 2.5em; text-indent: -2.5em; }
	.blacksquares li{ padding-left: 1.5em; text-indent: -1.6em; 
				list-style-image:url(/images/template/bullet_grey_square.gif)!important; 
				list-style-position: inside; color: #525252;
				font-family: Helvetica, Verdana, Tahoma, sans-serif!important; 
				font-size: 15px; 
				line-height: 1.6em;  }			

	#blueblocklist { margin: 8px 0 8px 0; width: 90%; padding: 0;}
	.blueblocklist { width: 90%; padding: 0;}
	.bluesquares ul{  margin-left: 0; padding-left: 2.5em; text-indent: -2.5em; }
	.bluesquares li{ padding-left: 0; text-indent: -1.6em; 
				list-style-image:url(/images/template/bullet_cyan_square.gif)!important; 
				list-style-position: inside; color: #006EB9;
				font-family: Helvetica, Verdana, Tahoma, sans-serif!important; 
				font-size: 15px; font-weight: 700; 
				line-height: 1.6em;  }			
	
/*   S T A N D A R D   U L   L I S T   */
	#standardlist { margin: 0; padding: 0;}
	.standardlist {	width: 90%; padding: 0;}
		ul { margin: 0; padding-left: 2.5em; text-indent: -2.5em; }
			li{ padding-left: 1.2em; text-indent: -1.6em; 
				list-style-image:url(/images/template/bullet_grey_square.gif); 
				list-style-position: inside; 
				font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif!important; 
				font-size: 14px; 
				line-height: 1.6em;  
				}			
	li ul li{ padding-left: 0; text-indent: -2em!important; 
				list-style-image:none!important;
				list-style-type: square!important;
				list-style-position: inside;
				letter-spacing: 0!important; 
				font-size: 12px; 
				}




/*   S I G N   U P   F O R M   -   Homepage   */
.signupform { font-family: Arial, Helvetica, sans-serif; margin-top: 16px; width: 211px; }
.signupform input { 
	width: 200px!important; height: 16px; 
	 padding: 5px; margin: 0;  
	color: #525252; font-size: 10px!important;
	font-weight: 500; 
	background-color: #dcdcdc; 
	border: 1px solid #dcdcdc;
	}
.signupform input.signupbtn {
		border:none;  
		width: 110px!important; height: 22px; 
		margin-left: 100px;
		padding: 0!important; 
		color: #FFF;
		font-weight: bold!important;
		background-color: #525252!important;
		font-size: 11px!important;
}

.button { margin-top: 16px; }
/*   C O N T A C T   F O R M   */

.contactContainer {
	width: 50%;
	float: left;	
}

	.contactform legend {
		color: #525252;	
		font-family: Arial, Helvetica, sans-serif; font-size: 15px; 
		margin: 0!important;
	}
	.contactform input {
		float: left;
		margin: 10px 10px 10px 0;
		padding: 5px;
		border: 1px solid #dcdcdc;	
		font-family: Arial, Helvetica, sans-serif; font-size: 15px; 
	
	}
	.contactform input.textinput {
		width: 90%;	
	}
		.textarea {
			width: 600px;	
			float: left;
			margin: 10px 10px 10px 0;
			padding: 5px;
			border: 1px solid #dcdcdc;
			font-family: Arial, Helvetica, sans-serif; font-size: 15px; 
		}
	.contactform label {
		color: #525252;	
		font-family: Arial, Helvetica, sans-serif; font-size: 15px; 
		margin: 5px 0 0 0!important;
		display: block;
		clear: right!important;
	}
		.contactform input.radio {
			width: 40px;
			float: left;
		}
		.contactform label.radiolabel {
			width:50px;
			float: left;
		}
		.radiotext p {
		margin: 5px 0 30px 0 !important;	
		}
		
	#enrolledpatient {
		margin: 20px 0 20px 0; 
		}
		.contactform input.sendemail {
			display: block;
			color: #FFF;
			background: #006eb9;
			font-size: 15px;
			border: 5px solid #99b5c8;
			text-align:center!important;
			margin: 0;
			float: left;
			margin: 10px 0 10px 0;
			padding: 5px 20px 5px 20px;
			font-weight: bold;
			text-decoration:none!important;
		}
		
/*   F E E S   T A B L E   */
table.fees { margin: 0; padding: 0; font-family:Arial, Helvetica, sans-serif; font-size: 15px; 
				border-collapse:collapse; border: none; }
.fees tr { border-collapse:collapse; border: none; }
.fees td { border-collapse:collapse; border: none; padding: 5px; text-align:center; }
.fees th {
	font-weight: bold;
	color: #525252;
	text-align: center;	
	padding: 5px; 
	border-bottom: 1px solid #dcdcdc;
}
.blueth { background: #006eb9/*99B5C8*/!important; color: #FFF!important; font-weight:bold!important; 
			border: 1px solid #006eb9/*99B5C8*/!important; }
.bluetd { border: 1px solid #006eb9/*99B5C8*/!important; color: #006eb9/*99B5C8*/!important; font-weight: bold!important; }
.blueborderbottom { border-bottom: 1px solid #006eb9/*99B5C8*/!important; }
.bluerow { border-bottom: 1px solid #006eb9/*99B5C8*/!important; }

/*   H E A L T H   U P D A T E S   */
.newsDate { background: #bacde9;
			color: #FFF;
			width: 15%;
			display: block;
			float: left;
			padding: 5px;
			font-size: 13px;
			font-weight: bold;
		}
		
.newsTitle {
			color: #006eb9;
			font-size: 16px;
			font-weight: bold;
			display: block;
			float: left;
			padding: 0 5px 5px 5px;
	}
.newsText {
			padding: 10px 0 0 0;	
}

/* G E N E R I C   F O R M  */
	#Form legend {
		color: #525252;	
		font-family: Arial, Helvetica, sans-serif; font-size: 15px; 
		margin: 0!important;
	}
	#Form input {
		float: left;
		margin: 10px 10px 10px 0;
		padding: 5px;
		border: 1px solid #dcdcdc;	
		font-family: Arial, Helvetica, sans-serif; font-size: 15px; 
		width: 400px;
	
	}

	#Form select {
		float: left;
		margin: 10px 10px 10px 0;
		padding: 5px;
		border: 1px solid #dcdcdc;	
		font-family: Arial, Helvetica, sans-serif; font-size: 15px; 
		width: 200px;
	}

	#Form textarea {
		float: left;
		margin: 10px 10px 10px 0;
		padding: 5px;
		border: 1px solid #dcdcdc;	
		font-family: Arial, Helvetica, sans-serif; font-size: 15px; 
		width: 400px;
	
	}

	#Form input.textinput {
		width: 90%;	
	}
	#Form input.submit {
			display: block;
			color: #FFF;
			background: #006eb9;
			font-size: 15px;
			border: 5px solid #99b5c8;
			text-align:center!important;
			margin: 0;
			float: left;
			margin: 10px 0 10px 300px;
			padding: 5px 20px 5px 20px;
			font-weight: bold;
			text-decoration:none!important;
			text-transform:uppercase!important;
			width: 100px!important;
	}
	
	#Form label {
		color: #006EB9;	
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif; font-size: 15px; 
		margin: 5px 0 0 0!important;
		display: block;
		clear: right!important;
		width: 300px;
	}
	
	#Form p {
	margin:0 0 20px 0 !important;
	clear: both;
	}
		
		

