/* body{
color:#000000;
font-family:Arial;
font-size:16px;
background: url("../images/app_bg.jpg");
}
*/
#app_form{background-color:#FFFFFF;}
.error{color:red;}

.title{font-family:Arial;font-style:italic;color:red;font-size:14px;font-weight:bold;}

input,textarea{color:#000;}

.app_container{
width:464px;
/*height:550px;
overflow-y:scroll;
overflow-x:hidden;*/
background-color: #000000;
position: absolute;
top: 121px;
}
.app_page{

width:440px;
background-color: #FFFFFF;
/*height:auto;*/
margin-right:10px;
margin-left:10px;
}
.app_head{
background: url("../images/app_head.png");
background-repeat: no-repeat;
width:441px;
height:40px;

}

.app_form{
background: url("../images/app_form.jpg");
background-repeat: no-repeat;
width:440px;
height:43px;
margin-left:10px;
}
.input{width:180px;border-radius:25px;background-color:#f1f1f1;}
.close_button{background: url("../images/close_btn.png");
width:22px;
height:22px;
position:relative;
top:-70px;
float:right;
cursor: pointer;

}
.send_btn{background:url("../images/send.png");
background-repeat:no-repeat;
width:115px;
height:48px;
border:0px;
color:red;
font-family:Arial;
text-align:center;
font-size:16px;
}