/*
   __              __                                             
  /\ \  __        /\ \                                            
  \_\ \/\_\    ___\ \ \/'\     ___ ___      __      ___     ____  
  /'_` \/\ \  /'___\ \ , <   /' __` __`\  /'__`\  /' _ `\  /',__\ 
 /\ \L\ \ \ \/\ \__/\ \ \\`\ /\ \/\ \/\ \/\ \L\.\_/\ \/\ \/\__, `\
 \ \___,_\ \_\ \____\\ \_\ \_\ \_\ \_\ \_\ \__/.\_\ \_\ \_\/\____/
  \/__,_ /\/_/\/____/ \/_/\/_/\/_/\/_/\/_/\/__/\/_/\/_/\/_/\/___/ design.com
  
*/

/* GENERAL
----------------------------------------------------------------------------- */

* {
	border: 0;
	vertical-align: text-bottom;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15;
	text-indent: 0px;
}
a img {border: 0;}
ul, ol {list-style:none;}
.img_left img{float:left;}
.left {float:left;}
.right {float:right;}
.clear {clear:both;}
.over {overflow:hidden;}
.over1 {overflow:hidden; height:1px;}
.block {display:block;}
.del{display:none;}
.null{visibility:hidden;}

/* --------- this project -------- */

a{ text-decoration:none;}
a:hover{ text-decoration:none;}

/* BASE
----------------------------------------------------------------------------- */

body { margin:0;  font-family:"Trebuchet MS", Helvetica, sans-serif; font-size:13px; line-height:1.3em; color:#6C6C6C; }

/* POP
----------------------------------------------------------------------------- */
.pop{
	width:740px;
	background:#fff;
}
.pop .textbox{width:370px;}
.pop .textbox p{width:360px;}
.pop .txt1{ float:left; }
.pop .txt2{ float:right;}
.pop .textbox .group{ padding:20px 0 20px; }

.pop .purity h3{ padding:20px 0 0;}
.pop .purity h4{ font-size:14px; color:#07609E;}
.pop .purity p{ margin:15px 0;}
.pop .purity p strong{ color:#FF7E78; font-weight:normal;}
.pop .purity h2{ font-size:20px; color:#62A7B6; text-align:center;}
.pop .purity h2 strong{color:#FF7E78;}

.pop .poptxt h3{ font-family:Georgia, "Times New Roman", Times, serif; font-size:24px; line-height:normal; color:#337198; padding:0 0 25px;}
.pop .poptxt p{padding:0 0 10px;}
.pop .poptxt #contactRight {
	margin:0 auto;
	width: 325px;
}

.pop .poptxt #tankyou {
	text-align:center;
	padding:200px 0 0;
	font-size:32px;
}

.pop .poptxt #contactLeft {
	float: left;
	width: 325px;
}

#contact-area {
	width: 325px;
	float: left;
}
#contact-area input, #contact-area textarea {padding: 5px;width: 400px;font-family: Helvetica, sans-serif;font-size: 1.4em;margin: 0px 0px 10px 0px;border: 2px solid #ccc;}
#contact-area textarea {height: 80px;}
#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #006699;
}
#contact-area input.submit-button {
	width: 100px;
	float: left;
	padding-left:10px;
}
.pop .poptxt #contactLeft #divList {
}
.pop .poptxt #contactHeader h3 {
	color: #006699;
	font-size: 16px;
	padding-left: 5px;
}
#divNameField input {
	width: 265px;
}
#divEmailField input {
	width: 265px;
}
.pop .poptxt #contactHeader span {
	color: #999999;
	font-weight: normal;
	font-size: 14px;
}
.pop .poptxt #contactRight #contact-area .submit-button {
	background-color: #9999CC;
	color: #FFFFFF;
}

