#inquiretab {color:#444; background:#d4d8bd;}

#content {
position: relative;
left: 180px;
top: 60px;
width: 700px;
height: 1170px;
margin-bottom: 50px;
}

#ourinfo {
float: left;
width: 310px;
height: 260px;
position: relative;
margin: 0px 0 0 50px;
background: #d4d8bd;
padding: 10px 0;
border: 1px black solid;
}

#ourinfo ul {
list-style: none;
position: relative;
top: -5px;
padding: 0 10px;
}

#ourinfo ul p {
font-size: 15px;
font-weight: bold;
font-style: italic;
color: black;
display: inline;
}

#ourinfo ul li ul {
margin: 0 0 10px;
}

#ourinfo a {
display: block;
line-height: 15px;
font-size: 13px;
color:#444;
margin: 3px 0;
text-decoration: none;
}

#ourinfo a:hover {
text-decoration: none;
}

#ourinfo a span:hover {
text-decoration: underline;
color: #CFB53B;
}

#form {
float: right;
position: absolute;
width: 250px;
height: 460px;
top: 35px;
left: 465px;
background: #d4d8bd;
margin: 0 50px 100px 0;
padding: 10px 10px 15px;
border: 1px solid black;
}

#leaveinfo {
font-weight: bold;
font-size: 14px;
line-height: 17px;
word-spacing: 2px;
color: black;
}

#questions {
font-weight: bold;
line-height: 25px;
text-align: center;
font-size: 19px;
color: black;
}

#form p {
line-height: 5px;
margin-top: 7px;
margin-bottom: 0;
}

form {
padding: 10px 0 0;
}

#form input {
margin: 5px 0;
margin-bottom: 0px;
}

#emailfriend {
float: left;
width: 290px;
height: 350px;
position: relative;
margin: 15px 0 0 50px;
background: #d4d8bd;
padding: 10px 0;
border: 1px black solid;
padding: 10px 10px 15px;
}

#emailfriend h3 {
text-align: center;
padding: 0 30px;
font-size: 15px;
line-height: 15px;
}

#emailfriend input {
float: right;
margin-right: 12px;
}
#emailfriend textarea { margin-bottom: 10px;}
#emailfriend p {
display: inline;
margin: 0 2px 0px 0;
}



#suggestion {
float: left;
width: 290px;
height: 370px;
position: relative;
margin: 15px 0 0 50px;
background: #d4d8bd;
padding: 10px 0;
border: 1px black solid;
padding: 10px 10px 15px;
}

#suggestion h3 {
text-align: center;
padding: 0 30px;
font-size: 15px;
line-height: 15px;
}

#suggestion input {
margin-right: 12px;
}
#suggestion textarea { margin-bottom: 10px;}
#suggestion p {
display: inline;
margin: 0 2px 0px 0;
}


label {
padding-left: 2px;
position: relative;
top: -2px;
}

.required{
color:red;
}

