/* CSS Document */

html, body {index.php (line 1)
background-color:#FFFFFF;
font-family:sans-serif,Verdana;
font-size:11px;
margin:0px;
overflow:hidden;
padding:0px;
}

#background{
background-image:url(http://ihang10.com/app/webroot/img/bg1.jpg);
margin:0px;
height:100%;
position:absolute;
width:100%;
}

form {
    margin: 0;
    margin-bottom: 10px;
    background-color: #eee;
    border: 5px solid #333;
    padding: 25px;
}

fieldset {
    border: none;
}

#photos img {
    border: 1px solid #000;
    width: 75px;
    height: 75px;
    margin: 5px;
}

input {
  color: #000000;
  background-color:#ccc;
}

input:hover {
  color: #ffff00;
  background-color:#777;
}