@charset "utf-8";
/* CSS Document */

h2{
color:#FF0000;
}

#feedbackForm{
 width:400px;
}


.label{
width:100px;
float:left;
}

.frmLine, .frmLineH{
height:30px;
}
.frmLineH{
visibility:hidden;
display:none;
}

input{
width:280px;
}

textarea{
width:380px;
}

.photo{
float:right;
}