
/* Àåêåòà */
#demand {
font-family: Tahoma, Arial;
margin-left:50px;
}
#demand input, #demand textarea {
border:solid 1px #999;
margin-bottom: 10px;
padding:2px;
}

#demand input:focus, #demand textarea:focus {
background: #ffe;
border: 1px solid #29B0D9;
}

#demand label {
margin-left: 5px;
}
#demand .button {
border:none;
background:#EAEAEA;
padding: 5px 10px;
margin:5px 0px 20px 0px;
float:right;
cursor:pointer;
}

#demand .button:focus {
border: none;
}

#demand .button:hover {
background:#999999;
padding: 5px 10px;
}




