
body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 81.25%;
        line-height: 1.385em;	
	color: #FFFAEE;
	text-decoration: none;
	background-color: #BB8B6F;
	margin:0;
	padding:35px 0 0 0;
	background-image: url(../images/bg-body.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

#main-blank {
	width:900px;
	height:515px;
	margin:auto;
	background-image: url(../images/bg-main-blank.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border:0;
	padding:0 0 14px 0;
}

form {
    margin-left: 400px;
    width: 270px;
    background: #FCF9EA;
    color: #8B6242;
    font-family:  "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;;
    font-weight:bold;
    font-size : 12px;
    padding:5px;
    margin-bottom:10px;
    margin-top: 20px;
}

#errorMsg {
	margin-left: 400px;
	font-weight: bold;
}

.text {
	border: 1px solid #8B6242;
}
.text1 {
	border: 1px solid #8B6242;
	background: #D0BBA6;
	font-weight:bold;
	color: #684A32;
	margin-top: 4px;
}

input {
    border: 1px solid #FFFAEE;
    background: #FCF9EA;
    color: #8B6242;
}

.values{
  font-family: verdana;
  font-weight:normal;
  font-size : 10px;
  align:top;
  vertical-align:top;
}

.key{
  font-family: verdana;
  font-weight:bold;
  font-size : 12px;
  padding-bottom:15px;
}


.caption{
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    margin-left:400px;
    padding-top: 220px;
    font-size : 14px;
    color:#FCF9EA;
}

#icon{
    width:80px;
    height:80px;
    float:left;
    background-image:url(icon.gif);
    background-repeat: no-repeat;
    background-position:center center;
}
#icon2{
    width:80px;
    height:80px;
    float:left;
    background-image:url(icon2.gif);
    background-repeat: no-repeat;
    background-position:center center;
}

#source{
  text-align:right;
  align:right;
  padding-right:10px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size : 10px;
  color:#CCCCCC;
}
