/* contact form style */
form {
  padding: 20px 0;
  margin: 0;
}
label {
	float: left;
	width: 100px;
	padding-right: 1px;
	font-weight: bold;
	color: #857cbb;
}
input,
textarea{
	padding: 2px;
	font: 400 12px arial, sans-serif;
	/*background: #fafafa;
	border-width: 1px;
	border-style: solid;
	border-color: #c0c0ba #f4f4ec #f4f4ec #c0c0ba;*/  
}
input:focus,
textarea:focus{  
  color: #333;
  /*background-color: #edf2f5;*/
}
#name, #email, #phone, #yhcih-yhcih, #subject{
	width:250px;
}
#message{
	width:360px;
	height:150px;
}
input.button {
  /*padding: 1px 10px;

  font: bold 1em arial, sans-serif;
  cursor: pointer;

  color: #FFF;
  background-color: #0e7ec4;
  border-width: 1px;
  border-style: solid;
  border-color: #186825 #0e4d19 #0e4d19 #186825;*/
}

#submit {
	/*width: 101px;
	height: 30px;
	background: url("../imgs/submit_button.gif") no-repeat top right;
	border: 0;
	cursor: pointer;*/
}

#note {
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #992222;
	border: 1px #ccc solid;
	display: none;
}

.notification_ok {
	color: #229922;	
}

/* end of contact form style */