/* Search */

#searchform {
	position:absolute;
	top:25px;
	left:715px;
	width:240px;
	font-size:12px;
	line-height:20px;
	}

#searchform input {
	background:none;
	border:none;
	}

#searchinput{
	float:left;
	width:186px;
	height:25px;
	background:url(images/search_input_bg.gif) top left no-repeat;
	}
	
#searchinput input{
	position:relative;
	top:4px;
	left:25px;
	width:150px;
	height:15px;
	}
	
#searchsubmit{
	float:left;
	margin-left:10px;
	width:25px;
	height:25px;
	background:url(images/search_submit_bg.gif) top left no-repeat;
	}

#searchsubmit input {
	width:25px;
	height:25px;
	cursor:pointer;
	}

/* login */

#loginform fieldset {
    margin-top:9px;
	border:0;
	line-height:16px;
	font-size:0.85em;
}

#loginform #notification {
    padding-bottom:10px;
    font-size:11px;
    font-style:italic;
    display:block;
}

#loginform input, #loginform textarea, #loginform select {
  border:none;
}

#loginform div.row {
   	padding: 0;
}

#loginform label {
  position: absolute;
  width:70px;
  margin-top:2px;
  font-size:11px;
  text-align:right;
}

#loginform input {
    width:112px;
	height:21px;
	margin-left:75px;
	padding-left:5px;
	font-size:11px;
	border-top:1px solid #7c7c7c;
	background:url(images/login_input_bg.gif) top left no-repeat;
}

#loginform textarea {
    padding: 2px 5px;
    width:300px;
    height:140px;
    border-color:#000;
}

#loginform #loginsubmit {
	position:absolute;
	bottom:5px;
	right:5px;
	height:25px;
	width:auto;
	margin:7px 0 0 0;
	padding-right:25px;
	font-weight:bold;
	font-size:12px;
	text-align:right;
	line-height:20px;
	color:#004181;
	border:none;
	background:url(images/arrow_right.gif) 100% 5px no-repeat;
	cursor:pointer;
	}

#loginform #loginsubmit:hover { /* no ie6 sorry */
	color:#e31c18;
	}
	
#wideformbox .row { 
  	position:relative;
	overflow:hidden;
	margin-bottom:4px;
	}

#wideformbox input, #wideformbox label, #wideformbox select {
	float:left;
	} 

#wideformbox label {
	position:absolute;
	top:0;
	left:0;
	width:70px;
	} 

#wideformbox input, #wideformbox select {
	width:140px;
	height:20px;
	margin-left:100px;
	padding:2px 10px 0 2px;
	background:url(images/secure_login_bg.gif) top left no-repeat;
	border:none;
	}

 #wideformbox select {
 	background:none;
	border:1px solid #dadada;
 	padding:0 5px 0 0;
	}

#wideformbox #submit_btn {
	float:right;
	height:25px;
	width:auto;
	margin:7px 0 0 0;
	padding-right:25px;
	font-weight:bold;
	text-align:right;
	color:#004181;
	background:url(images/arrow_right.gif) 100% 5px no-repeat;
	cursor:pointer;
	}
	
#wideformbox #submit_btn:hover {
	color:#009900;
	}
	
ul.errors {
	clear:both;
	margin-bottom:10px;
	color:#009900;
	line-height:1.3em;
	}

#frmContact label, #frmTellAFriend label {
	position:absolute;
	top:0;
	left:0;
	}

#frmContact .row {
	margin:5px 0;
	}

#frmContact input, #frmContact textarea {
	margin-left:100px;
	padding:2px 0 0 5px;
	width:325px;
	height:20px;
	border:none;
	background:url(images/input_bg2.gif) top left no-repeat;
	}

#frmContact textarea {
 	overflow:hidden;
	padding:2px 0 2px 5px;
	height:96px;
	background:url(images/textarea_bg2.gif) top left no-repeat;
	}

#frmContact #formSubmit, #frmTellAFriend #formSubmit {
	float:right;
	height:25px;
	width:auto;
	margin:0 52px 0 0;
	padding-right:25px;
	font-weight:bold;
	text-align:right;
	color:#004181;
	background:url(images/arrow_right.gif) 100% 5px no-repeat;
	cursor:pointer;
	}

#frmTellAFriend #formSubmit {
	margin:0 20px 0 0;
	}

#frmContact #notification, #frmTellAFriend #notification {
    display:block;
    padding-bottom:10px;
    font-size:11px;
    font-style:italic;
	color:#090;
}

#frmTellAFriend input, #frmTellAFriend textarea {
	margin-left:120px;
	padding:2px 0 0 5px;
	width:325px;
	height:20px;
	border:none;
	background:url(images/input_bg2.gif) top left no-repeat;
	}

#frmTellAFriend textarea {
 	overflow:hidden;
	padding:2px 0 2px 5px;
	height:96px;
	background:url(images/textarea_bg2.gif) top left no-repeat;
	}

#frmTellAFriend .row { 
  	position:relative;
	overflow:hidden;
	margin-bottom:4px;
	}
	
#frmTellAFriend .checkbox label {
	left:25px;
	}
	
#frmTellAFriend .checkbox input {
	width:auto;
	border:none;
	background:none;
	margin:0 10px 0 0;
	}

/* END forms */