@charset "UTF-8";
/*-----------------------------------------------------------------------------
Primary Style Sheet

version:   2.0
author:    Claudia Adler
email:     info@claudiaadler.com
website:   http://www.claudiaadler.com

colors:

#ee8e2e->light ora
#d88834->dark ora
#12688c->dark blue
#5990a1->lighter blu
#85a8ae->lightest blu

#1c8cb2->revised blu

-----------------------------------------------------------------------------*/

/* =Global Reset
    -----------------------------------------------------------------------------*/
*{text-shadow:rgba(0,0,0,0.01) 0 0 0;}/*Komodo text-shadow hack for Safari browsers*/
/* Remove padding and margin */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {margin:0; padding:0}

/* Remove borders */
table {border-collapse:collapse; border-spacing:0}
fieldset, img {border:0}
abbr, acronym {border:0}

/* Remove border around linked images */
img {border: 0;}

/* Reset font-size and -weight */
address, caption, cite, code, dfn, em, strong, th, var {font-style:normal; font-weight:normal}
h1, h2, h3, h4, h5, h6 {font-size:1em; font-weight:normal}

/* Remove styling from all list items */
ol, ul {list-style:none}

/* Aligning captions left */
caption, th {text-align:left}

/* Remove quotemarks */
q:before, q:after {content:''}

fieldset { padding: .5em; }
select option{ padding:0 5px; }


/* General


-----------------------------------------------------------------------------*/

body{

	font-family: Verdana, Helvetica, sans-serif;
	color: #5f5f5f;
	background: #f0b859 url(images/bg3.jpg) repeat-x;
	margin: 0px;
	padding:0px;
	text-align:center;
}


/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color:#1c8cb2;
	text-decoration: underline;
	font-weight:bold;
}

a:hover{
	color: #edb171;
	text-decoration: underline;
}



/************** header tag styles **************/

h1{
font-family:Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 2em;
 color: #1c8cb2;
 text-align:left;
 line-height:150%;
 padding-bottom:20px;
}

h2{
font-family:Arial, Helvetica, sans-serif;
 font-weight: normal;
 font-size: 1.2em;
 color: #1c8cb2;
 text-align:left;
 line-height:130%;

}

h3{
font-family:Arial, Helvetica, sans-serif;
 color: #1c8cb2;
 text-align:left;
 line-height:130%;
}


h4{
font-family:Arial, Helvetica, sans-serif;
 color: #ffffff;
 text-align:left;
 line-height:130%;
 margin: 0;
 padding:0;
}

h5{
font-family:Arial, Helvetica, sans-serif;
 font-size:.6em;
 font-weight:bold;
 color: #5f5f5f;
 text-align:right;
 line-height:1.2em;
 margin: 0;
 padding: 0px;
}

h6{
font-family:Arial, Helvetica, sans-serif;

  font-size:.6em;
 font-weight:normal;
 color: #1c8cb2;
 text-align:left;
 line-height:130%;
 margin: 0px;
 padding-left: 0px;
}
ul, ol{
margin-top:0px;
}

li{ font: normal 70% Verdana,Arial,sans-serif;
 text-align:left;
 line-height:150%;
 margin: 0px;
 padding: 0px;
 color: #1c8cb2;	
 list-style:none;
}

blockquote{}



/*************** list tag styles ***************/

	.info{
	font: normal 0.8em Verdana,Arial,sans-serif;
	color: #1c8cb2;
	text-align:left;
	line-height:130%;
	margin:5px 0 10px 0;
	padding:0;
	}
	
/********* form and related tag styles *********/

	table{
	margin:0;
	padding:0;
	border-collapse:separate;
	width:750px;
	text-align:center;
	}
	
	th{
	width:25%;
	padding:3px 0 3px 10px;
	border:0.05em solid #5f5f5f;
	color:#ffffff;
	text-align:left;
	background-color:#000000;
	font: bold 80% Verdana,Arial,sans-serif;
 	text-align:left;
 	line-height:130%;}
	
	
	td{
	padding:3px 0 3px 10px;
	border:0.05em solid #5f5f5f;
	text-align:left;
	background-color:#ffffff;
	font: normal 80% Verdana,Arial,sans-serif;
 	color: #666666;
 	text-align:left;
 	line-height:130%;}

	p{	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:150%;
	padding:5px;
	font-weight:200;
	text-align:left;
	color: #5f5f5f;	
	}
	

	.gris{
	color:#5f5f5f;}
	
	.bigger {
	font-weight:600;
	color:#1c8cb2;
	}
	
.shift200 {
display:inline-block;
padding-left:150px;
width:200px;
}
 .floatright
{
float: right;
width: 150px;
margin: 0 0 6px 30px;
padding: 12px;
border:1px solid #efb05c;
font-size:10px;
}

 .floatright2
{
float: right;
width: 231px;
margin: 0 0 6px 12px;
padding: 8px;
border: none;
font-size:10px;
}
/*start hide	\*/
* html #mindfulness  .floatright, * html #mindfulness  .floatright2{ height:1%;}
*:first-child+html #mindfulness  .floatright, *:first-child+html #mindfulness  .floatright2{min-height:1px;}
/*end hide*/


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

.wrap{
	margin:20px auto;
	padding:0;
	width:865px;
	background:#fff url(images/footer_bg.jpg) no-repeat bottom;
	min-height:800px;
	}
/* \*/
* html .wrap { height: 1%; }
*:first-child+html .wrap{min-height:1px;}
/* */	
.wrap2{
	margin:0 auto;
	padding:0;
	width:865px;
	background:url(images/wrap_bg.jpg) right repeat-y;
	min-height:800px;
	}
/* \*/
* html .wrap { height: 1%; }
*:first-child+html .wrap{min-height:1px;}
/* */	
/***********************************EndeRundeEcken******************/

#header{
	margin:0;
	padding:0;
	background-color: #fff;
	width:865px;
	height:120px;
	}

	
#header h1{

margin-left:-2008px;
visibility:hidden;
}

/***************************************************/	
	#center{
	margin:0;
	margin-left:180px;
	padding:0;
	padding-left:15px;
	width:500px;
	height:auto;
	text-align:left;
	}	
	
	#center h1{
	 font-size: 18px;
	 color: #efb05c;
	 text-align:left;
	 line-height:150%;
	 margin:0;
	 padding:25px 0 12px 5px;
	 text-transform:uppercase;
	}
	
	#center h2{
	 font-weight: bold;
	 font-size: 14px;
	 color: #1c8cb2;
	 text-align:left;
	 line-height:150%;
	 margin:0;
	 padding:6px 0 10px 5px;
	}

	#center h3{
	font-family:Arial, Helvetica, sans-serif;
	 font-size: 14px;
	 text-align:left;
	 line-height:130%;
	 margin:0;
	 padding:10px 0 0 5px;
	 text-transform:uppercase;
	 }

	#center h4{
	 font-weight: bold;
	 font-size: 14px;
	 color:#1c8cb2;
	 text-align:left;
	 padding:0 0 0 5px;
	}

	#center h6{
	 font: normal 0.8em Verdana,Arial,sans-serif;
	 color: #1c8cb2;
	 text-align:left;
	 line-height:130%;
	 margin: 0px;
	 padding: 6px 6px 0 6px;
	}
	
	#center a:link, #center a:visited{
	 line-height:140%;
	 font-weight: bold;
	 font-size: 14px;
	 color: #1c8cb2;
	 text-align:left;
	 text-decoration:underline;
	
	} 
	#center a:active, #center a:hover{
	 line-height:140%;
	 font-weight: bold;
	 font-size: 14px;
	 color: #e09d54;
	 text-decoration:underline;
	}
	#email{
		 font-size: 11px;
	}
	
	#center ul{
	padding-top:6px;
	margin-left:20px;
	}
	
	#center li{
	line-height:130%;
	list-style-type:disc;
	padding-bottom:3px;
	padding-left:0;
	}

	#center #biggertext p{	
	font-size:12px;
	line-height:170%;
	padding:5px 20px 10px 5px;
	font-weight:300;
	text-align:justify;
	color: #5f5f5f;	
	}
	
	#center #kicker{
	width:500px;
	padding:20px 20px 10px 20px;
	background-color:#ead5b4;
	}

	#center #kicker p{
	font-family:"Verdana",Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:500;
	line-height:150%;
	text-align:left;
	color:#1c8cb2;
	padding:0 0 8px 0;
	 }

	 #center .top {
	 margin-top:5px;
	 margin-bottom:5px;
	 }
/*	 #center img{
	 float:right;
	 }*/ 
	 /******************************************************/
	 .centNav {
	  font-weight: normal;
	 font-size: 14px;
	 color: #1c8cb2;
	 text-align:left;
	 line-height:150%;
	 padding:10px 0 5px 0;
	 }
	  .centNav a:link, .fix a:visited{
	  font-weight: normal;
	 font-size: 14px;
	 color: #1c8cb2;
	 text-align:left;
	 line-height:150%;
	 text-decoration:underline;
	 }
	   .centNav a:hover, .fix a:active{
	  font-weight: normal;
	 font-size: 14px;
	 color: #edaf6d;
	 text-align:left;
	 line-height:150%;
	 text-decoration:underline;
	 }
	

/**********************************************/

	#pageNav{	
	width:180px;
	padding: 10px;
	margin:0;
	margin-right:15px;
  	color: #5f5f5f;
	background-color:#fff;
	z-index:50;
}
/**********************************************/
	#pageNav2{	

	width:220px;
	padding: 0px;
	margin:0;
  	color: #5f5f5f;
	background-color:#fff;
	float:left;

}
/************ sectionLinks styles **************/

	#sectionLinks{
	margin: 50px 0 0 0px;
	padding: 0px;
	width:220px;
	line-height:150%;
	text-align:right;
	background-color:#fff;
}

	#sectionLinks a:link, #sectionLinks a:visited {
	display: block;	
	border-top: 1px solid #fff;	
	border-bottom: 1px solid #fff;
	padding:5px 20px 4px 20px;
	background:url(images/MenuBg.jpg) no-repeat right;
	color: #1c8cb2;
	font-size:11px;
	text-decoration: none;
}

	#sectionLinks a:hover, #sectionLinks a:active{
	display: block;
	padding:5px 20px 4px 20px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #d88834;
	background:url(images/MenuBgOn.jpg) no-repeat right;
	text-decoration: none;
}
	#sectionLinks .on{
	display: block;
	padding:5px 20px 4px 20px;
	border-bottom: 1px solid #fff;
	color: #d88834;
	background:url(images/MenuBgOn.jpg) no-repeat right;
	text-decoration: none;
	font-size:11px;
	font-weight:bold;
	}
	#sectionLinks .new{
	color:#7aceea;
	}
	
	#subNav1{
	margin:0;
	margin-top:30px;
	padding:0;
	width:200px;
	color:#767676;
	background-color:#fff;
	text-align:right;
	line-height:150%;
	font-size:11px;
	}

/*start hide	\*/
* html #footerRight1{ height:1%;}
*:first-child+html #footerRight1{min-height:1px;}
/*end hide*/
	
	#footerRight1 a:link, #footerRight1 a:visited{
	color:#1c8cb2;
	text-decoration: underline;
	font-size:12px;
	font-weight:normal;
	letter-spacing:1pt;	
}

	#footerRight1 a:hover{
	color: #5f5f5f;
	text-decoration: underline;

}

/*******************/
	#footerRight2{
	margin:0;
	padding:0;
	margin-top:30px;
	width:200px;
	}
	#footerRight2 p{
	padding:0;
	margin:0;
	color:#5f5f5f;
	text-align:right;
	line-height:150%;
	font-size:11px;
	}	
	#footerRight2 a:link, #footerRight2 a:visited{
	color:#1c8cb2;
	text-decoration: underline;
	font-size:11px;
	font-weight:normal;
	letter-spacing:1pt;	
}

	#footerRight2 a:hover{
	color: #efb05c;
	text-decoration: underline;

}

/*******************/

	#siteInfo{
	padding: 15px;
	margin-top: 10px;
	width:838px;
	border-top:1px solid #f0b759;
	font-size: 10px;
	color: #c5b7a1;

}
/*start hide	\*/
* html #siteInfo{ height:1%; 	width:835px;}
*:first-child+html #siteInfo{min-height:1px;}
/*end hide*/
	#siteInfo a:link, #siteInfo a:visited{
	color:#1c8cb2;
	text-decoration: underline;
	font-size:11px;
	font-weight:normal;
	letter-spacing:1px;
}

	#siteInfo a:hover{
	color: #d18653;
	text-decoration: none;

}

/************ sectionLinks styles **************/



.style10 {
	font-weight: bold;
}

#tracking1 {
line-height:150%;
font-size:1.2em;
font-weight:bold;
padding-right:10px;
}
/*start hide	\*/
* html #tracking1 { line-height:120%; padding-top:10px;}
*:first-child+html #tracking1 {line-height:120%; padding-top:10px;}
/*end hide*/

	#tracking2 {
	padding-right:10px;
	line-height:150%;
	font-size:14px;
	font-weight:bold;
	letter-spacing:1px;
	color:#1c8cb2;
}
	#FreeBox {
	margin:0;
	margin-top:30px;
	padding:15px 20px 15px 0;
	color:#d88834;
	background:url(images/SubMenuBg.jpg) right no-repeat;
	width:200px;
	}
	
	#FreeBox a{
	font-size:12px;
	color:#d88834;
	text-align:right;
	padding-right:0;
	margin-right:0;
	}
	#FreeBox a:hover{
	font-size:12px;
	color:#1c8cb2;
	text-align:right;
	padding-right:0;
	margin-right:0;
	}
	
	#FreeBox p{
	text-align:right;
	line-height:140%;
	font-size:11px;
	font-weight:bold;
	letter-spacing:0;
	color:#d88834;
	}
	/*start hide	\*/
* html #FreeBox h2 { line-height:160%;}
*:first-child+html #FreeBox h2  {line-height:160%;}
	/*end hide*/
	
.white{
	color:#FFFFFF;
	}
	
#pagetitle img{
	margin:0 0 5px -8px;
	padding:0 20px 0 0;
	}


 /***********************************start page styles**************************/
/*start hide	\*/
* html #mindfulness #SubheadRight{ height:1%;}
*:first-child+html #mindfulness #SubheadRight{min-height:1px;}
/*end hide*/

	#center{
	margin:0;
	margin-left:270px;
	padding:0;
	width:550px;
	background-color:#fff;
	text-align:left;
	}
/*start hide	\*/
* html #center{ 	margin-left:230px; 	width:520px;}
*:first-child+html #center{	margin-left:250px;}
/*end hide*/
/*********************************home psge styles**************************************/	
#home #center img, #contact #center img{
	 padding-bottom:12px;
	 } 

	#home #center h1{
	font-family:Arial, Helvetica, sans-serif;
	 font-size: 18px;
	 color: #1c8cb2;
	 text-align:center;
	 line-height:130%;
	 margin:0;
	 padding:0 0 12px 0;
	 text-transform:capitalize;

	}
	#home #center h2, #contact #center h2{
	font-family:Arial, Helvetica, sans-serif;
	 font-size: 14px;
	 text-align:left;
	 line-height:130%;
	 margin:0;
	 padding:10px 0 0 5px;
	 text-transform:uppercase;
	}	
	
	#home #center h3{
	width:525px;
	font-size: 15px;
	font-weight:600;
	color:#1c8cb2;
	border-top:1px solid #edaf6d;
	border-bottom:1px solid #edaf6d;
	 text-align:left;
	 line-height:130%;
	 margin:25px 0 0 0 ;
	 padding:3px 0 3px 5px;
	 letter-spacing:0;
	 text-transform:capitalize;
	}
	#home #center h4{
	font-family:Arial, Helvetica, sans-serif;
	 font-size: 12px;
	color:#1c8cb2;
	 border:none;
	 text-align:left;
	 line-height:130%;
	 margin:0;
	 padding:2px 0 2px 5px;
	 text-transform:capitalize;
	 letter-spacing:0;
	}

	#home #center ul, #credentials #center ol{	

	}
	#home #center li, 	#credentials #center li{	
	color: #1c8cb2;
	margin-left:10px;
	list-style-type:disc;
	}
	
/*********************************psychotherapy page styles************************************/
#psy #center img{
	 padding-bottom:12px;
	 } 

#psy .kicker2{
	margin:0;
	padding:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:300;
	text-align:left;
	color:#5f5f5f;	
	}
#psy #center h1{
	font-family:Arial, Helvetica, sans-serif;
	 font-size: 18px;
	 color:#1c8cb2;
	 text-align:center;
	 line-height:130%;
	 margin:0;
	 padding:0 0 12px 0;
	 text-transform:capitalize;
	}
	
#psy #center h1{
	 font-size: 18px;
	 color: #efb05c;
	 text-align:left;
	 line-height:150%;
	 margin:0;
	 padding:25px 0 12px 5px;
	 text-transform:uppercase;
	}	
#psy #center h2{
	font-family:Arial, Helvetica, sans-serif;
	 font-size: 14px;
	 text-align:left;
	 line-height:130%;
	 margin:0;
	 padding:3px 0 0 5px;
	font-weight:600;
	}	
	
#psy #center h3{
	font-family:Arial, Helvetica, sans-serif;
	 font-size: 15px;
	 color:#5f5f5f;
	 border-top:2px solid #f7e1c0;
	 border-bottom:2px solid #f7e1c0;
	 text-align:left;
	 line-height:130%;
	 margin:25px 0 0 0 ;
	 padding:3px 0 3px 5px;
	 text-transform:uppercase;
	 letter-spacing:0;
	}
#psy #center h4{
	font-family:Arial, Helvetica, sans-serif;
	 font-size: 12px;
	color:#1c8cb2;
	 border:none;
	 text-align:left;
	 line-height:130%;
	 margin:0;
	 padding:2px 0 2px 5px;
	 text-transform:capitalize;
	 letter-spacing:0;
	}

#psy #center ul{	

	}
#psy #center li{	
	color: #1c8cb2;
	margin-left:10px;
	list-style-type:disc;
	}
	#psy #center #biggertext{
	padding-top:10px;
	padding-bottom:10px;
	}	
	#psy #center #biggertext p{	
	padding:5px 20px 5px 20px;
	line-height:150%;
	}	
/*********************************mindfulness psge styles**************************************/	
	#mindfulness #center img{
	 padding-bottom:12px;
	 } 
	#mindfulness #center h2{
	width:525px;
	font-size: 15px;
	font-weight:600;
	color:#1c8cb2;
	border-top:1px solid #edaf6d;
	border-bottom:1px solid #edaf6d;
	text-align:left;
	line-height:130%;
	margin:20px 0 15px 0 ;
	padding:3px 0 3px 5px;
	letter-spacing:0;
	}
	
	#mindfulness #center h3, #contact #center h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align:left;
	line-height:130%;
	margin:0;
	padding:3px 0 0 5px;
	font-weight:900;
	text-transform:uppercase;
 	color: #1c8cb2;	
	}	
	#mindfulness #center #button{
	width:570px;
	margin:10px 0 15px 0;
	padding-bottom: 3px;
	padding-left:5px;
	}
	#mindfulness #center #button a{
	min-height:33px;
	color: #5f5f5f;	
	text-align:center;
	 text-decoration:none;
	 line-height:150%;
	 font-size:12px;
	 font-weight:bold;
	 padding: 10px 80px 10px 80px;
	 background:url(images/Button.jpg) center no-repeat;
	 }
	 #mindfulness #center #button a:hover{
	 min-height:33px;
	 color: #ffffff;	
	 text-align:center;
	 text-decoration:none;
	 line-height:150%;
	 font-size:14px;
	 font-weight:bold;
	 font-size:12px;
	 font-weight:bold;
	 padding: 10px 80px 10px 80px;
	 background:url(images/ButtonOn.jpg) center no-repeat;
	 }
/*start hide	\*/
* html #mindfulness #center #button a, * html #mindfulness #center #button a:hover{ height:33px;}
*:first-child+html #mindfulness #center #button a, *:first-child+html #mindfulness #center #button a:hover{min-height:33px;}
/*end hide*/


 
	 #mindfulness #center h4{
	  font-size:0.9em;
	 color: #1c8cb2;
	 padding-top:6px;
	 padding-left:5px;
	 text-transform:uppercase;
	 }
	 #mindfulness #center .box{
	 padding:10px;
	 border:1px solid #ffffff;
	 }
	#mindfulness #center ul{
	 padding-left:10px;
	 }
	#mindfulness #center li{
	 padding-left:40px;
	 list-style-type:none;
	 }

	#dot{
	padding-left:30px;
	 }
	#mindfulness #center #dot li{
	 padding-left:10px;
	 padding-bottom:3px;
	 list-style-type:disc;
	 }
	#dot span{
	 color:#666666;}
	 
	#mindfulness .curvySp {
	min-height:2000px;
	
	}
	#box{
	float:right;
	padding:0;
	width:340px;
	margin: 5px 0 15px 15px;
	border:none;
	}
	
	#box h6{
	 font-weight: bold;
	 display:block;
	 font-size: 14px;
	 color: #1c8cb2;
	 text-align:left;
	 padding:10px 0 0 15px;
	 background: url(images/box_h1.jpg) top no-repeat;
	 border:none;
	 }
	 
	 #box p{
	 font-weight: 500;
	 font-size: 13px;
	 color:#1c8cb2;
	 background: url(images/box_p.jpg) bottom no-repeat;
	 text-align:left;
	 line-height:190%;
	 padding:5px 15px 15px 15px;
	 }

/*************************************************Credentials page styles******************/

	
#credentials #center h1{
	display:block;
	width:500px;
	font-size: 14px;
	font-weight:600;
	color:#1c8cb2;
	border-top:1px solid #edaf6d;
	border-bottom:1px solid #edaf6d;
	text-align:left;
	text-transform:none;
	margin:0 0 10px 0;
	padding:3px 0 2px 5px;
	}
/*start hide	\*/
* html #credentials #center h1{height:21px;display:block;}
*:first-child+html #credentials #center h1{	height:21px;display:block;}
/*end hide*/
#credentials #center h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align:left;
	line-height:130%;
	margin:0 20px 0 0;
	padding:3px 0 3px 5px;
	font-weight:900;
	text-transform:uppercase;
 	color: #e1a05a;	
	}		
	
#credentials #center h4{
	 padding:7px 0 0 5px;
	}
#credentials #center ol{	
	margin:5px 0 0 10px;
	}
#credentials #center li{	
	color: #1c8cb2;
	margin-left:15px;
	list-style-type:decimal;
	}
/***************************************contact page styles*****************************************/	
#contact #center{
	padding-left:12px;;
	}	
#contact #center img{
	margin-left:-10px;;
	}	
#contact #center a{
font-size:11px;
}
		
/*****************************************contact form************************************************/

form {
	padding-top:5px;
	text-align: left;
	width: 540px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:180%;
	color:#1c8cb2;
}
form legend {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:15px; 
	font-weight:bold;
 	color: #1c8cb2;	
	border:6px solid #fff;
	margin-bottom:0;
	padding:0 ; 
	background:#fff ;
	}
	
/*start hide	\*/
* html form legend{padding-top:2px;}
*:first-child+html form legend {padding-top:2px;}
/*end hide*/

	
form p{
	padding-left: 0px;
}	
fieldset {
	padding: 10px 40px 40px 40px;
	border: 2px solid #edaf6d;
	display: block;
	}

input {
margin:3px 0 17px 0;

}
input#name, input#email, input#phone, input#phoneTime, textarea { 
	display: block;
	color: #5f5f5f;
	background-color:#f3eee9;
	border: 1px solid #c8bea4;
	font-size: 11px;
	font-family: 'Helvetica Neue',verdana, arial, sans-serif;
	margin:2px 0 6px 0;
	padding:0 0 5px 0;
	}
	
label.name {
	float: left;
	width: 450px;
	margin-right: 10px;
	}

label#name input,
label#email input {
	text-transform: lowercase; 
}
label#name input {
	text-transform: capitalize; 
	}
	
label.message {
	}

textarea {
	display: block;
	width: 330px;
}

input#submit {
float:left;
margin-top:6px;
margin-right:2px;
padding:3px 10px;
}

input#name:focus, 
input#email:focus,
input#name:hover,
input#email:hover,
input#phone:focus,
input#phone:hover,
input#phoneTime:focus,
input#phoneTime:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover{
  color: #5f5f5f;
  background: #ffffff;
  border: 1px solid #888;
}

input.button {
  padding: 2px 5px;
  font: 400 0.9em verdana, serif;
  cursor: pointer;
  color: #fff;
  background: #711b25;
  border: 1px solid #3c0e13;
}
input:focus.button, input:hover.button {
  color: #fff;
  background: #c83840;
  border: 1px solid #ccc;
}

checkbox{
	float: left;
	width: 450px;
	}
checkbox input{	
padding:5px 0 0 0;
}
		
.cb {
	display:block; 
	float:right; 
	width:400px; 
	text-align:left; 
	padding:0 30px 0 0;
	line-height:20px;
}
/*start hide	\*/
* html form .cb{padding-top:2px;}
*:first-child+html form .cb{padding-top:2px;}
/*end hide*/

.cb2 {
	display:block; 
	float:right; 
	width:400px; 
	text-align:left; 
	padding:0 30px 0 0;
	line-height:15px;
}
/*start hide	\*/
* html form .cb2{padding-top:2px;}
*:first-child+html form .cb2{padding-top:2px;}
/*end hide*/

/*********************save*********************/
	#save{
	width:200px;
	height:51px;
	display:block;
	padding:6px 10px 0 0;
	margin:6px 12px 6px 0;
	text-align:left;
	float:left;
	}
	#save a, #save a:visited{
	width:200px;
	height:51px;
	display:block;
	background:#fff url(images/save.jpg) top left no-repeat;
	color:#666666;
	font-size:13px;
	font-weight:bold;
	}
	#save a:hover, #save a:active{
	text-decoration:none;
	width:200px;
	height:51px;
	display:block;
	background:#fff url(images/save_hov.jpg) top left no-repeat;
	color:#fff;
	font-size:13px;
	font-weight:bold;
		}

/********************* end **********************/
