/* If in mobile screen with maximum width 479px. The iPhone screen resolution is 320x480 px (except iPhone4, 640x960) */
@media only screen and (max-width: 479px){
    #form-htappraisal { width: 100%; }
}

/* ----------- My Form ----------- margin:0 auto; */
.myform-newapp{
margin:0px;
width:100%;
height: auto;
padding:0px;
display: block;
clear: both;
}

/* ----------- stylized ----------- */

#formInfoH1-newapp {
font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
margin-bottom:8px;
clear: both;
}

#formInfoP-newapp {
font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
margin-bottom:20px;
clear: both;
}

#form-newapp{
border:solid 2px #e4e4e4;
background:#efefef;
clear: both;
}

#form-newapp label{
font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
display:block;
font-weight:bold;
text-align:left;
width:100%;
float:left;
clear: both;
margin-left: 10px;
margin-top: 5px;
margin-bottom: 0px;
}
#form-newapp .small{
font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:100%;
line-height: 10px;
margin-left: 10px;
}

.titleouter {
width:100%;
background-color: #78ad25;
color: #fff;


display: block;
clear: both;
}

#form-newapp .title p{
font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
color:#fff;
display:block;
font-size:15px;
font-weight:normal;
text-align:left;
width:100%;
line-height: 17px;



clear: both;

}

#form-newapp input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:60%;
margin-left: 10px;
margin-bottom: 10px;
clear: both;
}

#form-newapp textarea{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:60%;
margin-left: 10px;
margin-bottom: 10px;

height: 100px;
clear: both;

}

#form-newapp select{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:300px;
margin-left: 10px;
margin-bottom: 10px;
clear: both;
}


#form-newapp button{
clear:both;
  background: #e3e3e3;
  text-decoration: none;
  border: 1px solid #bbb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6;
  -moz-box-shadow: inset 0 0 1px 1px #f6f6f6;
  box-shadow: inset 0 0 1px 1px #f6f6f6;
  color: #333;
  font: bold 12px "helvetica neue", helvetica, arial, sans-serif;
  line-height: 1;
  padding: 5px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;

margin-left:10px;
margin-bottom:10px;
width:125px;
height:31px;

display: block;
}

#form-newapp button:hover {
text-decoration: none;
    background: #d9d9d9;
    -webkit-box-shadow: inset 0 0 1px 1px #eaeaea;
    -moz-box-shadow: inset 0 0 1px 1px #eaeaea;
    box-shadow: inset 0 0 1px 1px #eaeaea;
    color: #222;
    cursor: pointer; }

#form-newapp button:active {
text-decoration: none;
    background: #d0d0d0;
    -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3;
    -moz-box-shadow: inset 0 0 1px 1px #e3e3e3;
    box-shadow: inset 0 0 1px 1px #e3e3e3;
    color: #000; }