.boxes
{
	width: 190px;
}
.boxes2
{
	width: 196px;
}
.formClass
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #666666;	
}
a:hover
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #668089;
	text-decoration:none;	
}
a
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #000000;
	text-decoration:none;	
}
.style2 
{
	font-size: 13px;
	font-weight: bold;
	color: #CE0000;
}
.noBullet
{
	color:#FFFFFF;
}
td
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666666;	
}
h1
{
	font-size:12px;
}
h2
{
	font-size:12px;
	text-align:center;
}





/* Classes */
.error, .urgent, .important, .invalid { 
	color: #F00;
}
.successful, .valid, .good, .success { 
	color: #090;
}
.failed, .invalid { 
	color: #C00;
}




/* Form */
form.styled fieldset { 
	margin: 10px 0;
	padding: 0.5em;
}
form.styled input, 
form.styled select, 
form.styled textarea { 
	font-size: 11px; 
}
form.styled input[type="password"] { 
	font-family: 'Courier New', Courier, Sans-serif;
}
form.styled input[type="text"], 
form.styled input[type="password"], 
form.styled textarea { 
	color: #000; background: #FFF; 
}
	form.styled input[type="text"]:focus,
	form.styled input[type="password"]:focus, 
	form.styled textarea:focus { 
		color: #C00; 
		background: #FFC; 
	}
form.styled input.error, 
form.styled textarea.error { 
	border-color: #C00; 
	background-color: #FEF; 
}
	form.styled input.error:focus, 
	form.styled textarea.error:focus { 
		background-color: #FFC; 
		border-color: #FC6; 
	}
form.styled div { 
	clear: left;
	line-height: 2em;
}
form.styled p { 
	line-height: 1;
}
form.styled label { 
	display: block;
	width: 10em;
	float: left;
}
	form.styled label:hover { 
		color: #F00;
	}
	form.styled label.error { 
		color: #C00; 
	}
		form.styled label em { 
			color: #F00;
			font-style: normal;
		}
form.styled div.options { 
	clear: none;
	margin: 10px 0;
}
form.styled div.radios { 
	display: inline;
	clear: none;
}
form.styled .radios label { 
	display: inline;
	float: none;
	width: auto;
}
form.styled ul.radios { 
	list-style-type: none;
	margin: 0;
	padding: 0;
}
form.styled p.note { margin-bottom: 10px; }
form.styled p.note em { 
	color: #C00; 
	font-style: normal;
}





div#bridalform { 
	width: 330px;
	float: right;
	margin: 0 0 1em 1em;
	border: 1px dotted #808080;
	padding: 10px;
	background: #EEE;
}
	div#bridalform form.styled div.options { 
		margin-bottom: 0;
	}
div#bridalform h2 { 
	/* Reset h2 to Default */
	text-align: left;
	font-size: 1.5em; 
	margin: 0 0 .75em 0;
	color: #C00;
}
div#bridalform h4 { 
	color: #660;
}
div#bridalform strong { 
	color: #090;
}
div#bridalform a { 
	/* Reset a to Default */
	font-family: inherit;
	font-size: inherit;
	font-weight: normal;
	color: #00F;
	text-decoration: underline;	
}
	div#bridalform a:hover {
		/* Reset a:hover to Default */
		font-family: inherit;
		font-size: inherit;
		font-weight: normal;
		color: #F93;
		text-decoration: underline;	
	}



