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

/* Form Style
Author: Edwin Flores */

fieldset  {
	width:100%;
	color: #999999;
	font: 1.1em "Helvetica Neue", helvetica, arial, sans-serif;
	padding:10px;
	border: none;
	}


legend  {
	color: #BBE5EA;
	padding: 2px;
	font-weight: bold;
	}

label   {
	font-weight: normal;
	line-height: normal;
	text-align: right;
	display: block;
	margin-right: 80px;
	position: relative;
	width: 80px;
	float: left;
	}

label.fieldLabel{
	display: inline;
	float: none;
	}
	
input.formInputField   {
	border: solid 1px #045c97;
	background-color: #FFF;
	color: #333;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 2px;
	height: 15px;
	}
	
input.formInputField:hover {
	background-color: #996600;
	border: solid 1px #006600;
	color: #000;
	}
	
select.formInputField  {
	background-color: #fee;
	color: #333;
	cursor: pointer;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 2px;
	}

input.formInputButton   {
	border: none;
	background-image:  url("../images/send.jpg");
	width:139px;
	height:27px;
	color: #CCC;
	cursor: pointer;
	font-size: 1.1em;
	font-weight: bolder;
	text-align: center;
	padding: 1px;
	margin-right: 5px;
	vertical-align: middle;
	}
	
input.formInputButton:hover   {
	background-image:  url("../images/send_up.jpg");
	}


