/* CSS Document */

/*---------------------------------------------------------
Author: Jason Hill @ Digital Design Media Ltd
Date:	11 September 2008
Description: The screen style sheet for 
----------------------------------------------------------*/
a 
{
	text-decoration: none;
	color:#4a001b;
}
a:hover
{
	text-decoration:underline;
	color:#6b3046;
}
body 
{

}
#contact_Left
{
	width:300px; /* plus 5px padding*/
}
#Contact_Right
{
	margin-top:80px;
	margin-right:17px;
	width:400px; /* plus 5px padding*/
	height:400px;
	float:right;
	padding-left:5px;
	line-height:25px;
}
.reg_fields 
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	padding-left: 3px;
	vertical-align: bottom;
	border:1px solid #40352f;
	width: 246px;
	text-align: left;
}


.contact_submit_btn 
{
	background-image: url(../images/bridal_contact_submit.png);
	background-repeat:no-repeat;
	margin-left:175px;
	background-position:left;
}
.contact_submit_btn:hover
{
	background-image: url(../images/bridal_contact_submit_hover.png);
	background-repeat:no-repeat;
	margin-left:175px;
	background-position:right;
}


