@charset "utf-8";
/* CSS Document */

hr {
	background-color:#000000;
    color:#000000;
    height:1px;
    border:none;
	}

form {
	margin-top:15px;
	}
	
input {
	width:270px;
	margin-left:10px;
	margin-bottom: 15px;
	}

input.button {
	width:auto;
	margin-top:-10px;
	margin-left:70px;
	}

textarea {
	width:270px;
	height:150px;
	margin-left:10px;
	margin-bottom: 15px;
	}
	
label {
    position:absolute;
    width:90px;
	font-weight: bold;
	width: 4em;
	float: left;
	text-align: right;
	margin: 0 0 15px 0;
	clear: both;
	}

label.email {
	margin-top:-7px;
	}

#left {
	float:left;
	width:300px;
	height:auto;
	border: none;
	}
	
#right {
    margin-left:350px;
    width:380px;
    height:auto;
    }
	
#right select, #right textarea, #right input {
    margin-left:100px
	}

div.hidden {
	display:none;
	}

div.error {
	margin-left:100px;
	font-weight:bold;
	color:#FF0000;
	}