/* CSS Document */
input#textField {
	background: #FFFFFF url(/css/images/icon_back-search.png) no-repeat left center;
	width: 310px;
	color: #0A8EC7;
	padding: 1px 1px 1px 30px;
	font: 14px "Comic Sans MS", cursive;
	border-top: 1px solid #0A8EC7;
	border-right: 1px solid #0AC7A1;
	border-bottom: 1px solid #0AC7A1;
	border-left: 1px solid #0A8EC7;
}

input#textField2 {
	background: #FFFFFF url(/css/images/icon_back-email.png) no-repeat left center;
	width: 310px;
	color: #0A8EC7;
	padding: 1px 1px 1px 10px;
	font: 14px "Comic Sans MS", cursive;
	border-top: 1px solid #0A8EC7;
	border-right: 1px solid #0AC7A1;
	border-bottom: 1px solid #0AC7A1;
	border-left: 1px solid #0A8EC7;

}
input#textField_new {
	background: #FEFEFE url(/css/images/icon_back-search.png) no-repeat left center;
	width: 240px;
	color: #0A8EC7;
	padding: 1px 1px 1px 30px;
	font: 12px "Comic Sans MS", cursive;
	border: 1px dotted #9D9DB0;
}

input#textField_new2 {
	background: #FEFEFE url(/css/images/icon_back-email.png) no-repeat left center;
	width: 240px;
	color: #0A8EC7;
	padding: 1px 1px 1px 30px;
	font: 12px "Comic Sans MS", cursive;
	border: 1px dotted #9D9DB0;

}
.formbutton{
	cursor: pointer;
	color: #FFFFFF;
	width: 24px;
	height: 24px;
	background: url(/css/images/go_submit.png) repeat center center;
	font: 14px "Comic Sans MS", cursive;
	margin-right: 6px;
	border-style: none;
}
.button_H_search{
	cursor: pointer;
	width: 24px;
	height: 24px;
	margin-right: 16px;
	border: none;
	margin-left: 4px;
	background: url(/css/images/head_submit.png) no-repeat center center;
	color: #8DC70A;
}
.formbutton3{
	cursor: pointer;
	color: #FFFFFF;
	width: 24px;
	height: 24px;
	background: url(/css/images/go_submit2.png) repeat center center;
	font: 14px "Comic Sans MS", cursive;
	margin-right: 6px;
	border-style: none;
}

input#textField_user {
  background: #FFFFFF url(/css/images/icon_back-user.png) no-repeat left center;
  width: 360px;
  color: #0A8EC7;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 3px 3px 3px 30px;
  font: 14px "Comic Sans MS", cursive;
	border: 1px solid  #E0E1E4;
}

input#textField_email {
  background: #FFFFFF url(/css/images/icon_back-email.png) no-repeat left center;
  width: 360px;
  color: #0A8EC7;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 3px 3px 3px 30px;
  font: 14px "Comic Sans MS", cursive;
	border: 1px solid  #E0E1E4;
}

input#textField_mobile {
  background: #FFFFFF url(/css/images/icon_back-mobile.png) no-repeat left center;
  width: 360px;
  color: #0A8EC7;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 3px 3px 3px 30px;
  font: 14px "Comic Sans MS", cursive;
	border: 1px solid  #E0E1E4;
}

input#textField_code {
  background: #FFFFFF url(/css/images/icon_back-code.png) no-repeat left center;
  width: 360px;
  color: #0A8EC7;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 3px 3px 3px 30px;
  font: 14px "Comic Sans MS", cursive;
	border: 1px solid  #E0E1E4;
}

input#textField_web {
  background: #FFFFFF url(/css/images/icon_back-web.png) no-repeat left center;
  width: 360px;
  color: #0A8EC7;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 3px 3px 3px 30px;
  font: 14px "Comic Sans MS", cursive;
	border: 1px solid  #E0E1E4;
}

select#textField5 {
  width: 360px;
  color: #0A8EC7;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 3px 3px 3px 30px;
  font: 14px "Comic Sans MS", cursive;
}

select#textField6 {
	color: #FFFFFF;
	font: 10px Tahoma, Arial, sans-serif;
	background: #0A8EC7;
}

#tab-container-new-nav ul {
	list-style: none;
	text-align: right;
}
