/* CSS Document */

/*---------------------Global styles---------------------*/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
  }
  

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333;
	
	background: url(../images/bg.jpg) no-repeat fixed center top #CFDFDF;
	/*background-color: #C3E1E1;
	background-image: url(../images/gradient.jpg);
 	background-repeat: repeat-x;
	background-position: 0 0;*/
	margin: 0px;
	padding: 0px;
	behavior: url(css/csshover.htc);}
	
	*html {margin:0; padding:0;}

label {
    display:block;
    margin-top:20px;
    letter-spacing:2px;
}

/* Centre the page */
.body {
    display:block;
    margin:0 auto;
    width:566px;
}

/* Centre the form within the page */
form {
    margin:0 auto;
    width:459px;
}

/* Style the text boxes */
input, textarea {
    width:409px;
    height:27px;
    background:#efefef;
    border:1px solid #dedede;
    padding:10px;
    margin-top:3px;
    font-size:0.9em;
    color:#3a3a3a;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}

textarea {
	height:213px;
	background:url(../images/textarea-bg.jpg) right no-repeat #efefef;
}	

input:focus, textarea:focus {
    border:1px solid #97d6eb;
}

#submit {
    width:127px;
    height:38px;
    background:url(../images/submit.jpg);
    text-indent:-9999px;
    border:none;
    margin-top:20px;
    cursor:pointer;
}

#submit:hover {
    opacity:.9;
}

/*---------------------Wrapper---------------------*/

#wrapper {
	background-color: #FFF;
	width: 849px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}


