form {
	margin: 0px;
	padding: 0px;
}

form fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

label {
	margin: 0px;
	padding: 0px;
}

input, textarea {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #663205;
	padding: 0px;
	margin: 0px;
	outline: none;
	border-style: solid;
	border-width: 2px;
	border-color: #cca74c;
}

input {
	background: url(../images/form-input-bg.gif) repeat-x scroll center bottom;
}

textarea {
	background: url(../images/form-textarea-bg.gif) repeat-x scroll center bottom;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

input:focus, input:hover{
	border-color: #663205;
	background: url(../images/form-input-bg-active.gif) repeat-x scroll center bottom;
}

textarea:focus, textarea:hover{
	border-color: #663205;
	background: url(../images/form-textarea-bg-active.gif) repeat-x scroll center bottom;
}



/* contact form */

#EmailForm label,
#EmailForm p {
	font-size: 1.1em;
	font-style: italic;
	padding-bottom: 5px;
	font-weight: bold;
	display: block;
	clear: both;
}

#EmailForm input {
	margin-top: 1px;
	padding: 2px 2px 2px 2px;
}

#EmailForm textarea {
	margin-top: 1px;
}

#cfName {
	display: block;
	width: 225px;
}

#cfEmail {
	display: block;
	width: 225px;	
}

#cfRegarding {
	display: block;
	width: 225px;	
}

#cfMessage {
	padding: 4px 2px 2px 4px;
	width: 448px;
	height: 150px;
	overflow: auto;
}

input#cfContact { /*button*/
	font-style: italic;
	font-weight: bold;
	padding: 0px 2px 0px 2px;
}

div.errors { 
	color:#C00;
	margin-bottom: 10px;
}

#EmailForm input.invalidValue{ 
	border:2px solid #C00; 
	background: url(../images/form-input-bg-error.gif) repeat-x scroll center bottom;
}

#EmailForm input.requiredValue{ 
	border:2px solid #C00;
	background: url(../images/form-input-bg-error.gif) repeat-x scroll center bottom;
}

#EmailForm textarea.invalidValue{ 
	border:2px solid #C00; 
	background: url(../images/form-textarea-bg-error.gif) repeat-x scroll center bottom;
}

#EmailForm textarea.requiredValue{ 
	border:2px solid #C00;
	background: url(../images/form-textarea-bg-error.gif) repeat-x scroll center bottom;
}

/* search form */

#ajaxSearch_submit {
	border: none;
	font-weight: bold;
	background: none;
	width: 50px;
	height: 20px;
	padding: 0px 0px 0px 2px;
	display: none;
}

#ajaxSearch_input {
	width: 180px;
	height: 18px;
	padding: 4px 0px 2px 2px;
	text-align: center;
	font-style: italic;
}

.AS_ajax_highlight1, .ajaxSearch_highlight1{
  color : #CC0000;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight2, .ajaxSearch_highlight2{
  color : #CB53DF;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight3, .ajaxSearch_highlight3{
  color : #DF53B5;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight4, .ajaxSearch_highlight4{
  color : #DF5380;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight5, .ajaxSearch_highlight5{
  color : #A453DF;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight6, .ajaxSearch_highlight6{
  color : #53ADDF;
  padding: 0;
  font-weight: bold;
}

.AS_ajax_resultsIntroFailure {
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0px;
}

.ajaxSearch_resultsInfo {
	font-size: 1.2em;
	font-weight: bold;
}

.ajaxSearch_result {
	background: url(../images/hs-big.gif) no-repeat;
	background-position: 50% 0%;
	padding: 20px 0px 10px 0px;
}

.ajaxSearch_resultLink {
	font-size: 1.2em;
	font-weight: bold;
}

.ajaxSearch_paging {

}
