@charset "utf-8";

.form_outline{
float: left;
background-color: #FAFAFA;
/*width: 531px;*/
height: 300px;
    font-family: "openSansLight",sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #545555;
}	


.form_inner_outline{
float: left;
/*width: 501px;*/
height: 208px;	
background-color: #FAFAFA;
}

.form_table td{
	width: 225px;
}

.form_input{
	width: 220px;
}

.form_input_area{
	width: 225px;
	
}

div#submit input {
  background:url(../images/submit.png) no-repeat scroll 0 0 transparent;
  color: #fff;
  cursor: pointer;
  font-weight: normal;
  
  padding-bottom: 2px;
  /*width: 125px;*/
  height:25px;
  border: none;
}

