﻿body {
margin:0px;
padding:0px;
background-color:#fcfae6;
color:#000000;
font-size:.8em;
font-family:arial;
}

p {
margin:0px;
padding:0px;
line-height: 2em;
padding-bottom:6px;
}

#questionsOne input {
border:0px;
background-color:#ece9e1;
margin-left:20px;
}

textarea {
border:1px;
background-color:#ece9e1;
}

select {
border:1px;
background-color:#ece9e1;
color:#404646;
}

#questionsTwo textarea {
margin-left:20px;
}

#questionsTwo p{
padding-top:.75em;
padding-bottom:.75em;
}

#wrap {
background: url(../images/crocbg.jpg);
background-position:top;
background-repeat:repeat-x;
width:100%;
height:207px;
z-index:1;
}

#contentwrap {
background: url(../images/croc.jpg);
background-position:top left;
background-repeat:no-repeat;
}
#introtext {
position:relative;
font-size:1em;
margin-left:200px;
padding-top:120px;
padding-right:30px;
z-index:5;
}

#introtext p {
margin-top:3px;
line-height:1.3em;
}

#content {
margin-left:200px;
padding-top:30px;
}

#questionsOne {
width:200px;
float:left;
}

#questionsTwo {
position:relative;
margin-left:220px;
padding-right:50px;
z-index:5;
}

.indent {
margin-left:20px;
margin-top:0px;
}

.indent input {
margin-top:10px;
}

.que {
font-weight:bold;
}
.small {
font-size:.75em;
padding-bottom:1em;
}

.submitbtn {
text-align:center;
color:#ffffff;
font-weight:bold;
padding:3px;
width:315px;
border:0px;
background-color:#ece9e1;
background: url(../images/button_back.jpg);
background-position:top right;
background-repeat:repeat-x;
}
.noback {
background-color:#fcfae6;
}
