/* ================== Reset.css ====================================================

	Trys to make forms a little less painful to work with.  

====================================================================================*/

/*fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }*/
fieldset    { padding:1.4em; margin: 0 0 1.5em 0;  }
legend      { font-weight: bold; font-size:1.2em; }

form label {
	display:block;
	padding:0;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px
}

form fieldset ul li {
	margin-top:0.5em;
}

ul.form {
	width:60%;
	margin:1em auto 0;
	padding:2em 1em 1em 2em;
	background:#f6f6f6;
	border:1px solid #ddd;
}

ul.form li {
	overflow:hidden;
	margin-top:0.5em;
}

ul.form li.submit {
	margin-top:1em;
	padding-top:0.5em;
	border-top:2px dashed #ddd;
}

ul.form li.spam-prevention {
	display:none;
}

.text input,
.password input,
input.text,
input.password,
select,
textarea {
	margin:0 0 0.6em;
	width:80%;
	padding:2px 4px;
	border-width:1px 1px 1px 1px;
	border-style: solid;
	border-color: #dfdfdf;
}

textarea,
.text input,
.password input,
input.text,
input.password
{
	background:#fff url('../../images/fields_bg.gif') no-repeat top left;
}

textarea {
	border-width:1px 1px 1px;
	border-style:solid;
	border-color:#aaa #ddd #ddd;
	background-position:-14px 0;
	height:5em;
}

label.radio {
	display:inline;
}





/*For displaying more than one field/label on a line.  Width must be set on elements individually.*/

.one_line {
	overflow:hidden;
}
.one_line label {
	display:block;
	float:left;
	padding:0 3% 0 0;
}
.one_line input.text, .one_line input.password {
	display:inline;
	margin:0;
}

.one_line span {
	display:block;
	overflow:hidden;
}

.one_line .inputs {
	margin:0 0 0.6em 8%;
}

.two .inputs input {
	width:42%;
}



/* -- Default Feedback Classes -- */
.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd;  font-family:Verdana, Arial, Helvetica, sans-serif; }
.error      { background: #FBE3E4; color: #D12F19; border-color: #FBC2C4;  font-family:Verdana, Arial, Helvetica, sans-serif; }
.notice     { background: #FFF6BF; color: #817134; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #529214; border-color: #C6D880; }
.error a    { color: #D12F19; }
.notice a   { color: #817134; }
.success a  { color: #529214; }

form li.error {padding:0;}



/* -------------------------------------------------------------- 
	Css Only Buttons.
	
   Created by Kevin Hale [particletree.com]
    particletree.com/features/rediscovering-the-button-element
-------------------------------------------------------------- */



a.button, button {
  display:block;
  float:right;
  margin:0 0.583em 0.667em 0;
  padding:5px 10px 5px 7px;   /* Links */
    font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:100%;
  line-height:130%;
  text-decoration:none;
  font-weight:bold;
  color:#565656;
  cursor:pointer;
}
button {
  width:auto;
  overflow:visible;
  padding:4px 10px 3px 7px;   /* IE6 */
}
button[type] {
  padding:4px 10px 4px 7px;   /* Firefox */
  line-height:17px;           /* Safari */
}
*:first-child+html button[type] {
  padding:4px 10px 3px 7px;   /* IE7 */
}
button img, a.button img{
  margin:0 3px -3px 0 !important;
  padding:0;
  border:none;
  width:16px;
  height:16px;
  float:none;
}



/* -- Buttons -- */

/* Standard */

a.button, button {
  
	border:1px solid #aaa;
	border-top:1px solid #dedede;
	border-left:1px solid #dedede;
	margin:1em;
	background-color:#f5f5f5;
	color:#444444;
}

button:hover, a.button:hover{
  background-color:#dff4ff;
  border:1px solid #c2e1ef;
  color:#336699;
  text-decoration:none;
}
a.button:active{
  background-color:#6299c5;
  border:1px solid #6299c5;
  color:#fff;
}

/* Positive */

body .positive {
  color:#529214;
}
a.positive:hover, button.positive:hover {
  background-color:#E6EFC2;
  border:1px solid #C6D880;
  color:#529214;
}
a.positive:active {
  background-color:#529214;
  border:1px solid #529214;
  color:#fff;
}

/* Negative */

body .negative {
  color:#d12f19;
}
a.negative:hover, button.negative:hover {
  background:#fbe3e4;
  border:1px solid #fbc2c4;
  color:#d12f19;
}
a.negative:active {
  background-color:#d12f19;
  border:1px solid #d12f19;
  color:#fff;
}

table#style1 {
	font-weight:normal;
	line-height:17pt;
 }

/* */