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

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* END RESET */

body{

background-image: url(../images/bg.png);
background-repeat:repeat-x;
color: #695d47;

}

#container{
width: 898px;
margin: 0 auto;
position:relative;
}

h1.logo{
background-image: url(../images/logo.png);
background-repeat: no-repeat;
height:122px;
margin:45px 0px 0px 0px;
width:642px;
position:relative;
}

h1 span{
	display:none;
}

h1.contact{
font-size: 375%;
font-style: italic;
margin-top: 44px;
position:relative;
}

#starburst{
background-image: url(../images/starburst.png);
height: 889px;
margin-top:62px;
position:absolute;
width: 898px;
}

.textInput,.textArea{
	margin-top:15px;
}

input[type=text]{
	margin-top:8px;
	color: #695d47;
}

input[type=text]{
font-size:1.5em;
margin-top: 28px;
margin-left: 20px;
border: none;
background-color:#FFF;
}


.textInput{

background-image: url(../images/input_bg.png);
background-repeat:no-repeat;
background-position: 0 30px;
width:263px;
height: 83px;

}

.email{
background-image: url(../images/input_bg_large.png);
background-repeat:no-repeat;
background-position: 0 30px;
width:350px;
height: 83px;
}

.textArea{

background-image: url(../images/msg_bg.png);
background-repeat: no-repeat;
background-position: 0 30px;
width:390px;
height: 264px;

}

textarea{
margin-top: 80px;
margin-left: 20px;
height: 100px;
border: none;
background-color:#FFF;

}




fieldset#information{
width: 400px;	
}


fieldset{
	margin-top:44px;
	position:relative;
}

fieldset#options{
background-image: url(../images/group_bg.png);
width:419px;
margin-top: 75px;

}

#optionsTop{
width:419px;
background-image: url(../images/group_bg_top.png);
height:20px;
margin-top: -10px;
}
#optionsBottom{
width:419px;
background-image: url(../images/group_bg_btm.png);
height:33px;
}

#optionsMain{	
	background-image: url(../images/group_sb.png);
	background-repeat:no-repeat;
	height: 100%;
	padding: 0px 30px;
}

p.msg_txt{
font-size: 70%;
line-height: 14px;
padding-top:20px;
color: #bbb89b;
}

p.msg_txt label{

color: #fce7c2;
font-size: 112.5%;
font-style: italic;
}

.showSignature{
	display:block;
	position:relative;
	font-style:italic;
	width: 200px;
	left: 28px;
	top: 38px;

}




.left{
	float:left;
}

.right{
	float:right;
}

.clear{
	clear:both;
}

.clear-left{
	clear:left;
}

.clear-right{
	clear:right;
}



span.LV_valid, span.LV_invalid{

	display:block;
	float:right;
	width:16px;
	height:16px;
	margin-top: 33px;
	margin-right: 10px;

}

.textArea span.LV_valid, .textArea span.LV_invalid{

	margin-right: 30px;
}

.submitBTN{
	margin-top: 15px;
	margin-left: -16px;
}



span.LV_invalid{

	background: url(../images/error_icon.png);


}
span.LV_valid{
	
	background: url(../images/success_icon.png);
}
