@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */
#formheading
{
	width:240px;
	height:30px;
	background-image: url(../images/weddinginquiry.jpg);
	background-repeat: no-repeat;
	margin-bottom:6px;
}
#formheading2
{
	width:240px;
	height:30px;
	background-image: url(../images/generalinquiry.jpg);
	background-repeat: no-repeat;
	margin-bottom:6px;
}
#formbox
{
	width:240px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#formboxlong
{
width:300px;
}
#formadd
{
width:220px;
}
.formrow
{
width:234px;
/*margin-bottom:3px;*/
padding:2px;
}

.formrowlong
{
width:294px;
margin-bottom:3px;
padding:3px;
background-color:#E8E8E8;
}

.formboxsubmit
{
width:100px;
margin-bottom:3px;
padding:3px;
background-color:#E8E8E8;
}

label
{
width: 80px;
float: left;
text-align: left;
margin-right: 10px;
display: block
}

.labellong
{
width: 85px;
float: left;
text-align: left;
margin-right: 10px;
display: block
}


input, textarea, submit, select 
{
	color: #333333;
	border: 3px solid #ffffff;
	background-color: #ffffff;
	width:130px;
}
.dateField
{
	color: #333333;
	border: 3px solid #ffffff;
	background-color: #ffffff;
	width:100px;
	margin-bottom:3px;
}

.submit
{
color: #ffffff;
background: #0066FF;
border: 2px outset #d7b9c9;
}

.centerit
{
margin:0 auto;
}
.clearbox
{
clear:both;
}

