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

body {
	background-image:url(../images/image_02.jpg);
	background-color:#FBDC84;
	background-repeat:repeat-x;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
	color:#989796;
	font-size:11px;
}

.headContent {
	font-weight:bold;
}

.contact {
	color:#666666;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
}

a {
	color:#FFFFFF;
	text-decoration:none;
}
a.email {
	color:#FF9966;
	text-transform:none;
}

a.email:hover {
	color:#FFCC66;
}

a:hover {
	/*text-decoration:underline;*/
	color:#666;
}

a:hover .toolbox {
	color:#000000;
	/*text-decoration:underline;*/
}

a:hover .studio {
	color:#666666;
	/*text-decoration:underline;*/
}
form.subscribeform input.text {
	background-image:url(../images/image_news_33.jpg);
	background-repeat:no-repeat;
	background-color:transparent;
	height:20px;
	width:116px;
	border-style:none;
	vertical-align:middle;
}

form.subscribeform input.newsletterButton {
	width:57px;
	height:17px;
}

div #content {
	text-align:justify;
}

div.address {
	color:#FF9966;
	font-weight:bold;
	text-transform:uppercase;
	text-align:right;
	font-size:12px;
}
.thankyou {
	font-size:14px;
	font-weight:bold;
	text-align:center;
	margin-top:0px;
	color:#869471;
}
.new {
	text-align:center;
	padding-top:15px;
}
.new a{
	color:#999;
	font-weight:bold;
	font-size:10px;
}
.new a:hover {
	color:#666666;
}
.remind {
	font-size:13px;
	text-align:center;
	padding-top:5px;
}
.note {
	font-size:10px;
}
.beautystyle {
	padding:1px;
}
.beautystyleheader {
	color:#FF8B6A;
	padding:10px;
	font-weight:bold;
	text-align:center;
	font-size:13px;
	background-color:#F0F0E8;
}
.beautystyledescr {
	font-size:11px;
	text-align:justify;
	color:#FFA991;
	padding:5px;
}