/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}
body {
	background: url(http://mybeautyberry.com/images/img/coming/bg.gif) repeat-x top left;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-weight: normal;
	font-size: small;
	}
h2 {
	font-size: 120%;
	color: #FF3399;
	font-weight: normal;
	}
#wrapper {
	width: 760px;
	margin: 0 auto; 
 	text-align: center; 
	}	
#wrapperTell {
	width: 500px;
	margin: 0 auto; 
 	text-align: left; 
	}				
#forms {
	font-size: 12px;
	color: #666;
	line-height: 14px;
	}	
.formfieldtext {
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3399CC;
	line-height: 18px;
	border: 1px solid #CCCCCC;
	background: #ededee;
	}	
#formfieldmessage	 {
	padding: 5px;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3399CC;
	line-height: 18px;
	border: 1px solid #CCCCCC;
	background: #ededee;
	}	
