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

ul,li,p,h1,h2,h3,h4,h5,h6 {
	padding:0;
	margin:0;
	list-style:none;
	font-size: 24px;
	color: af497d;
	}
a{
	text-decoration:none;
	}
img{
	border:none;
	}
.clr{
	clear:both;
	}
body{
	padding:0;
	background:#aa4679 url(../images/bg.gif) repeat-x left top;
	margin:0;
	font-size:12px;
	font-family: Verdana, Geneva, sans-serif;
	background-color:#A94579;
	color: #FFF;
	}
.style1{
	font-style:italic;
}

/* Start REferal CSS */
#referal{
	width:240px;
	height:50px;
	margin: 0px auto -1px auto;
}
#referal main{
	align:center;
	width:240px;
	height:50px;
	padding:0px;
	margin:0px;
}


/* Start Botox Page CSS */

#botox{
	/* background:#e7e7e2; */
	width:575px;
	margin: 0px auto -1px auto;
	height: 900px;
}
#botox_main{
	align:center;
	width:545px;
	padding:10px 0 0 0;
	margin:0 0 0 15px;
}
#botox_main td{
	color:#473700;
	font-weight:bold;
	font-size:12px;
	font-family:"Century Gothic", arial, verdana, san-serif;
}
#botox_main p{
	color:#FFF;
	padding:0 20px 10px 0;
	text-align:justify;
	font-size:12px;
	font-family:"Century Gothic", arial, verdana, san-serif;
}
#botox_main h3{
	padding:5px 0 10px 0;
	text-align:justify;
	font-weight:normal;
	font-size:12px;
	font-family:"Century Gothic", arial, verdana, san-serif;
}
#botox_main h1{
	font-size:22px;
	font-weight:normal;
	padding:10px 0 0 0;
}
#botox_main h2{
	color:#af497d;
	font-size:24px;
	font-family:"Century Gothic", arial, verdana, san-serif;
	font-weight:normal;
	padding:0 0 10px 0;
}

/* End Botox Page CSS */

/* Start Botox Contact Form CSS */

#botox_contactform {
	width:525px;
	-moz-border-radius:5px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}
#botox_contactform form {
	font:normal 11px/18px Verdana,Tahoma;
	margin:0 0;
	padding:10px 0;
	width:100%;
}
#botox_contactform fieldset {
	padding:10px 0;
	margin:0 0 15px 0;
	/*background:#c48100;*/
	border:1px solid #ddd;
	-moz-border-radius:5px
}
* html #botox_contactform fieldset {
	position:relative;
	margin:10px 0 30px 0;
	padding:20px 0;
}
* html #botox_contactform legend {
	position:absolute;
	top:-1.2em;
	left:0;
}
#botox_contactform fieldset legend {
	font:normal bold 18px/26px "Trebuchet MS",Verdana,Tahoma;
	padding:3px 25px;
	margin-left:30px;
	text-transform:uppercase;
	border:0px solid #ddd;
}
#botox_contactform fieldset legend span {
	font:normal 10px/18px Arial,Verdana,Tahoma;
	text-transform:uppercase;
	display:block;
}
#botox_contactform form label {
	display:block;
	float:left;
	width:150px;
	padding:6px 10px 0 0;
	margin:0px;
	text-align:right;
}
#botox_contactform form label2 {
	display:block;
	float:left;
	width:400px;
	padding:6px 10px 0 0;
	margin:0 0 0 25px;
	text-align:left;
}

#botox_contactform form .radioposition {
	float:left;
	display:block;
	width:20px;
	padding:0 0 0 25px;
	margin:0 0 0 0;
	/*border:1px solid #c48100;*/
}

#botox_contactform form .checkposition {
	float:right;
	display:block;
	width:20px;
	padding:0 0 0 0;
	margin:0 0 0 50;
	border:1px solid #c48100;
}

#botox_contactform form p{

font-size:11px;
padding:0 0 0px 0px;
color:#a46211;
}

#botox_contactform input.inpt, #botox_contactform textarea {
	width:260px;
	font:normal 11px/18px Verdana,Tahoma;
	padding:5px;
	margin:5px 0 5px 0;
	background:#f5f5f5;
	border:1px solid #c48100;
}

#botox_contactform select {
	width:260px;
	font:normal 11px/18px Verdana,Tahoma;
	padding:5px;
	margin:5px 0 5px 0;
	background:#f5f5f5;
	border:1px solid #c48100;
}

#botox_contactform input.inpt, #botox_contactform textarea, #botox_contactform select {
	width:260px;
	font:normal 11px/18px Verdana,Tahoma;
	padding:5px;
	margin:5px 0 5px 0;
	background:#f5f5f5;
	border:2px solid #850051;
}

#botox_contactform form .required {
}

form br {
	clear:left;
}

#botox_contactform input.required {
	background:#f5f5f5 url('../images/required.jpg') 98% 50% no-repeat;
}
#botox_contactform input.required {
	background:#f5f5f5 url('../images/required.jpg') 98% 50% no-repeat;
}

#botox_contactform .select select:focus {
	border-color: #c48100;
}
#botox_contactform form input.btn
	{
		background:none;
		border:none;
	}

form.c1 input:hover,textarea:hover
	{
		border:1px solid #d8d8d8;
	}

form.cl select
	{
		border:1px solid #d8d8d8;
	}

/* Error / Success / Notice 
------------------------------------------------------------- */

.notes		{ background:#f0f0f0; border:1px solid #b8b8b8; }
.success	{ background:#ccfcd1; border:1px solid #60a400; }
.error		{ background:#f9e3e3; border:1px solid #e79e9e; }
.notice		{ background:#fcf0cc; border:1px solid #ecc735; }

.notes,.notice,.success,.error
			{
				font-size:100%;
				color:#000;
				padding:10px;
				width:90%;
				margin:0 0 20px 0px;
				text-align:left
				margin-left:auto;
				margin-right:auto;
			}

.notes span,.notice span,.success span,.error span 
			{
				font-weight:bold;
				font-size:1.2em;
				padding:2px 40px;
			}

.notes p,.success p,.error p,.notice p
			{
				margin:0px;
				padding:0px;


.notification_ok
	{
	border: 1px #567397 solid;
	height: auto;
	width: 90%;
	padding: 8px;
	background: #f5f9fd;
	text-align: center;
	-moz-border-radius: 5px;
	}

/* End Botox Contact Form CSS */

