/* CSS Document */


body {
scrollbar-face-color:#fe60af;
scrollbar-arrow-color:#ffcce5;
scrollbar-track-color:#ffb4da;
scrollbar-shadow-color:#a60556;
scrollbar-highlight-color:#ffcce5;
scrollbar-3dlight-color:#a60556;
scrollbar-darkshadow-Color:#000;
}

hr {
color:#ff0080;
}

#bottomLeftOne {
background:url(../images/contact/bottomLeftPanel_1.gif) no-repeat;
height:73px;
width:181px;
}

#bottomLeftTwo {
background:url(../images/contact/bottomLeftPanel_2-24.gif) no-repeat;
height:84px;
width:181px;
}

#bottomPanel {
background:url(../images/contact/bottomMiddlePanel.gif) no-repeat;
height:96px;
}

#rightHandPanel {
background:url(../images/contact/rightHandPanel.gif) no-repeat;
height:507px;
width:120px;

}

#contentPanel {
background:url(../images/contact/contentPanel.gif) no-repeat;
height:337px;
width:590px;
vertical-align:top;
}
#contentDiv {
position:relative;
top:13px;
left:20px;
height:330px;
width:575px;
overflow:auto;
}

#contactForm {
line-height:normal;
}

.textboxStyle {
border:1px solid #ff0080;
height:20px;
width:300px;
padding-right:10px;
}

.textAreaStyle {
border:1px solid #ff0080;
font-family:Verdana, Arial, Helvetica, sans-serif;
width:300px;
padding-right:10px;
height:60px;
}

#feedback {
border:1px solid #ff0080;
font-family:Verdana, Arial, Helvetica, sans-serif;
width:300px;
margin-right:20px;
}


#contenttTitle {
padding-bottom:5px;
}

#submitButton {
position:relative;
top:25px;
}

.contactErrorMessage {
background-color:#ffdede; 
color:#ff0080; 
border:thin #ff0080 solid;
padding:10px;
max-width:100px;
text-align:center;
font-size:0.8em;
}



