

/* remember to define focus styles! */
:focus {
	outline: 0;
}


		
/*
------------------------------
CSS FOR Form
------------------------------
*/


form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font: 12px verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  line-height: 16px;
}
form img{  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	border: 0;
	}
form :focus {
		outline:1px #5d9733 solid;
		}
form fieldset {
  border-top: #CCCCCC 1px solid;
  border-bottom: #CCCCCC 1px solid;
  border-left: #CCCCCC 1px solid;
  border-right: #CCCCCC 1px solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 10px;
}
form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 130px; 
	padding: 0; 
	margin: 5px 15px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
	color:#333333; font-size: 12px;
}

form fieldset legend {
	font-size: 12px; word-spacing: 1px; letter-spacing: 1px;
	font-weight: bold;
	color: #666666;
}

form br {
	clear:left;
}
form small {
	color: #FF0000; font-size: 10px;
	font-weight: normal;
}
form .input {
	width: 250px;
	border:  #999999 1px solid;
	background: #FFFFFF !important;
	}
form .input_small {
	width: 250px;
	border:  #999999 1px solid;
	background: #FFFFFF !important;
	}
form .input_large {
	width: 250px;
	border:  #999999 1px solid;
	background: #FFFFFF !important;
	}
div.smallText {
	margin: 0 0 0 130px;
	font-size: 10px; color: #999999; line-height: 16px;
}
.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; color: #CC0000; line-height: 17px;
	background: url(../../img/blt_error.gif) left top no-repeat;
	padding: 0 0 30px 70px;
}

form .errorBg
{
	width: 250px;
	border: #CC0000 1px solid;
	background: #FFAAAA;
}
form .errorBgSmall
{
	width: 250px;
	border: #CC0000 1px solid;
	background: #FFAAAA;
}
form .errorBgLarge
{
	width: 250px;
	border: #CC0000 1px solid;
	background: #FFAAAA;
}





#page_confirmation_name {
	vertical-align:top;
	background: url(../../img/icon_user.gif) left top no-repeat;
	padding: 20px 0 30px 100px;
	}
#page_confirmation_name p {
	font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color:#000000;
	}
#page_confirmation_email {
	vertical-align:top;
	background: url(../../img/icon_email.gif) left top no-repeat;
	padding: 20px 0 30px 100px;
	}
#page_confirmation_email p {

	font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color:#000000;
	}
#page_confirmation_subject {
	vertical-align:top;
	background: url(../../img/icon_subject.gif) left top no-repeat;
	padding: 20px 0 30px 100px;
	}
#page_confirmation_subject p {
	font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal; color:#000000;
	}
#page_confirmation_comment {
	vertical-align:top;
	background: url(../../img/icon_comment.gif) left top no-repeat;
	padding: 20px 0 30px 100px;
	}
#page_confirmation_comment p {
	font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal; color:#000000;
	}
#page_confirmation_clinic {
	vertical-align:top;
	background: url(../../img/icon_clinic.gif) left top no-repeat;
	padding: 20px 0 30px 100px;
	}
#page_confirmation_clinic p {
	font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal; color:#000000;
	}	
#page_confirmation_phone {
	vertical-align:top;
	background: url(../../img/icon_phone.gif) left top no-repeat;
	padding: 20px 0 30px 100px;
	}
#page_confirmation_phone p {
	font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal; color:#000000;
	}	
#page_confirmation_envelope {
	width: 320px; height: 270px;
	float: left;
	margin-top: 15px;
	background: url(../../img/bg_box_envelope.jpg) left top no-repeat;
	}
#page_confirmation_envelope p {
	padding: 70px 20px 10px 120px;
	font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color:#333333; line-height: 20px;
	}
#envelope_address {
	padding: 15px 0 0 15px;
	font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color:#333333; line-height: 20px;
	}
	
p.clear { clear:both;}	
/* End of Website layout */

p{ line-height: 17px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.9em;}