/*
	Theme Name: 
	Theme URI: 
	Description: 
	Version: 1.0	
	Author: ITSaDESIGNTHING.COM
	Author URI: http://www.itsadesignthing.com/
*/

/********************
STYLES FOR THE GLOBAL RESETS
********************/

* { 
	outline:none; 
	margin:0; 
	padding:0;
}

a img { 
	outline:none; 
	border:none;
}
.clear { clear:both }


/********************
GENERAL GLOBAL STYLES
********************/

body, html {
	background-color: #88B8D8;
	width:100%;
	height:100%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size:80%;
	color:#3F190B;	
}

a:link, a:active, a:visited {
	text-decoration:none;
	color:#87BDE2;
}

a:hover {
	text-decoration:none;
	color:#fff;
}

td{
 padding:8px 0 0 0;
 }
.txtNotice{
	font-size:9px;
	color:#3689BA;
	text-align:center;
}
.submitBTN{
	width:100px;
	height:25px;
	color:#3689BA;
	font-size:14px;
	background:#FFF;
	margin-bottom:5px;

}

/********************
CONTENT WRAPPERS
********************/

#MainWrapper{
	background:#FFEFC7;
	width:800px;
	margin:0 auto;
}
#header{
width:800px;
height:183px;
}
#contentArea{
background: #FFEFC7;
width:710px;
min-height:348px;
*height:348px;
padding:20px 45px 0px 45px;
}
#contentArea_flower{
background: #FFEFC7 url(../elements/bg_thankYou.gif);
width:800px;
min-height:322px;
*height:303px;
padding:45px 0px 0px 0px;
color:#3689BA;
	text-align:center;
	font-size:13px;

}
#footerBar{
	background: #000 url(../elements/footer.gif);
	width:800px;
	height:49px;
}
textarea{
	width:313px;
}
input{
width:313px;
}
