/* 
This stylesheet and the associated images were originally Copyright (c) 2005 Cdric Savarese (http://www.4213miles.com) and licensed under the Creative Commons Attribution-ShareAlike License (http://creativecommons.org/licenses/by-sa/2.0/).  Get the original styles and images from http://www.formassembly.com/form-garden.php?formId=11933&style=/form-builder/css/vhgdesign. I've changed things a bit, but the stylesheet and images remain under the same Creative Commons license.  The form itself, however, including calculations, is copyright (c) 2008 of DazzlinDonna.com and is not under the Creative Commons license. 
*/

#frm_wrapper {
background-color: #f3f0fa;
width: 350px;
}

#the_form {
  width: 302px;
  margin-left: auto ;
  margin-right: auto ;
}

p {
  padding-right: 10px;
  padding-left: 10px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  }

/* Form Related Rules */
/* ================== */

form {
	font-family: Verdana, Arial, Sans-Serif;
	height: expression('1%'); /* IE Pick-a-boo bug fix */
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size: 12px;
	width:300px;
}
fieldset {
	position: expression('relative'); /* Fixes IE problem with fieldset+legend boundaries */
	background-color:#FAFAFA;
	margin: 20px 0;
	background: white url(stripes.gif) bottom repeat-x;
	border: 2px solid #7264FE;
}
fieldset fieldset  {
	border: 1px solid #ccc;
	background-color:#FFF;
}
legend {
	position: expression('absolute'); 
	top: expression('-39px'); /* Fixes IE problem with fieldset+legend boundaries */
	padding: 0 85px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: url(scrollies.gif) center no-repeat;
	color: White;
	font-weight: bold;
	text-transform: uppercase;
}
fieldset fieldset legend {
	font-size: 12px;
}
label, .label {	
	text-transform: capitalize;
	color: #333;
	font-size: small;
	float: left;
}

.label { display: block; width: auto; }

input {
	background: url(field_bg.gif) bottom repeat-x;
	border: 2px solid #7264FE;
	height: 22px;
	margin: 2px 0;
}
input[type=text], input[type=password] {
	width: 170px;
	height: 22px;
	background: url(field_bg.gif) bottom repeat-x;
	border: 2px solid #7264FE;
	float: right;
}

.clear{
   clear:both;
}
