@charset "UTF-8";


			#body-content {
				width: 690px;
				margin: auto;
			}
			
			#form-header {
        background: url("../images/feedback/header.png") no-repeat scroll 0 0 transparent;
        display: block;
        height: 40px;
        text-indent: -10000px;
        width: 179px;
			}
			
			#form-header-right {
				text-indent: -10000px;
				background: url(../images/feedback/job-application.png) no-repeat;
				display: block;
				width: 271px;
				height: 29px;
				float: right;
			}
			
				#form-header-right a {
					display: block;
					width: 271px;
					height: 29px;
				}
		
			#body-content-intro {
				clear: left;
			}
		
			form {
				width: 415px;
				margin: 10px auto 20px;
				
			}
			
				fieldset {
					margin: 10px 0;
					float: left;
					clear: left;
					width: auto;
				}
			
			form ul {
				list-style-type: none;
			}
			
				form li {
					width: 410px;
					margin: 2px 0;
					float: left;
					clear: left;
				}
			
				form label {
					margin: 0;
					padding: 0;
					float: left;
					width: auto;
				}
		
				form legend {
					color: #f0c326;
         font-weight: bold;
					margin: 0;
					padding: 0;
					text-indent: 0;
				}
				
				form input {
					width: 300px;
					float: right;
					clear: right;
				}
				
				form select {
					float: right;
					clear: right;
				}
				
				form div {
					float: left;
					clear: left;
					text-align: center;
					width: 100%;
				}
				
				#submit {
					margin: 2px auto 15px;
					background: url(../images/feedback/send.png) center top no-repeat;
					width: 189px;
					height: 45px;
					cursor: pointer;
					border: none;
					text-indent: -10000px;
					display: block;					
					text-align: left;
				}
          #submit:hover {
           background-position: center bottom; 
         }
				
	.error {
		color: red;
	}

label.error {
	display: block;
	color: #F0C326;
	font-style: italic;
	font-weight: normal;
}

input.error {
	border: 2px solid #F0C326;
}
	
	textarea {
		width: 410px;
	}
  
  
   #slogan-bar {
    background: url("../images/feedback/banner.png") no-repeat scroll right center transparent;
      border: 5px solid black;
      float: left;
      height: 96px;
      margin-left: 9px;
      text-indent: -10000px;
      width: 725px;
   }    
  #main {
    background: url("../images/menu/black-bg.png") repeat scroll 0 0 transparent;
    border-bottom: 5px solid black;
    border-left: 5px solid black;
    border-right: 5px solid black;
    float: left;
    margin-left: 9px;
    padding-left: 0;
    padding-right: 0;
    width: 725px;
  }
   #form-header-right {
    background: url("../images/feedback/job-application.png") no-repeat scroll center top transparent;
    display: block;
    float: right;
    height: 39px;
    text-indent: -10000px;
    width: 205px;
  }
    #form-header-right:hover {
      background: url("../images/feedback/job-application.png") no-repeat scroll center bottom transparent;
    }
  
