﻿form, fieldset {
	margin: 0;
	padding: 0;
	border: none;
	}

option, input, textarea {
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	}

	
.error, label.error, div.error {
	color: #f5565d;
	}
	
.gomail_form div {
	text-align: center;
	height: 33px;
	}	

.gomail_form input {
	width: 188px;
	font-size: 11px;
	text-align: center;
	color: #b1b1b1;
	}
	
.gomail_form input.impnormal {
	color: #000;
	text-align: left;
	}	
	
.gomail_form input.tfb {
	color: #000;
	}	

	
button.btn_find {
	display: block;
	float: left;
	width: 87px;
	height: 21px;
	background-color: transparent;
	background-image: url(../img/btn_find.gif);
	background-position: center center;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	margin: 0;
	padding: 0; 
	}

