.adWordForm{
	background:#D2AC67;
	padding:5px;
	font-weight:normal;
}
input, select, textarea{
	border: 1px solid #999999;
	font: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 2px;
	background:#EAEAEA;
	color:#666666;
}

textarea, input.full{
	width: 280px;
}

input.mandatory{
	width: 270px;
}
select{
	width: 60px;
}

input.half{
	width: 80px;
}
input.btn{
	padding-top: 1px;
	background: #D52830;
	color:#fff;
}

.mapBtn{
	background: #7B7B7B;
	padding-top: 1px;
	color:#FFF;
}
