p.tagline { 
	margin: 0;
padding: 0;
font-size:1em;
font-weight: bold;
color: #7d2b0c;	}

fieldset {
	border: 0;	
}
label {
	display:block;
	width: 300px;
}
input.text, 
input.password, 
input.file,
input.TextField, 
select,
textarea {
	margin:0;
	padding:2px;
	color: #000000;
border-top: solid 1px #333333;
border-left: solid 1px #333333;

			border-right: solid 1px #999999;
border-bottom: solid 1px #cccccc;
	background: url(http://www.csswebdesignhelp.com/wp-content/themes/atahualpa/images/inputbackgr.gif) top left no-repeat;
	font-size:1em;
	font-family: arial, verdana, helvetica, sans-serif;
	}
	
input.highlight, textarea.highlight {
	background: #e8eff7;
border-color: #37699f;	}

.button, .Button {
	background-color: #777777;
color: #ffffff;
border: solid 2px #555555;
font-weight: bold;	}
	
.buttonhover {
	background-color: #C4DAE3;
color: #ffffff;
border: solid 2px #738086;	}

form input#submit	{
	padding: 4px 10px 4px 10px;
font-size: 1em;
line-height: 1.5em;
height: 36px;	}

span.code {
	color: #009EE0;
  font-size: 1.5em;
  font-weight: bold;
	line-height: 1.5em;
}

h4.error {
	color: #730000;
  font-size: 1em;
  font-weight: bold;
	line-height: 1.5em;
}

