.clear {
    clear: both;
}
#main-container {
    margin: 30px auto 30px auto;
    width: 400px;
}
#form-container {
    background-color: #f5f5f5;
    border-radius: 12px;
    padding: 15px;
    -moz-border-radius: 12px;
    -khtml-border-radius: 12px;
    -webkit-border-radius: 12px;
}
#main-container td {
    white-space: nowrap;
}
#main-container a, #main-container a:visited {
    color: #00BBFF;
    outline: none;
    text-decoration: none;
}
#main-container a:hover {
    text-decoration: underline;
}
#main-container h1 {
    color: #777777;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 5px;
    text-transform: uppercase;
}
#main-container h2 {
    border-bottom: 1px solid #eeeeee;
    color: #aaaaaa;
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
label {
    font-family: Tahoma,Arial,Sans-serif;
    font-size: 10px;
    text-transform: uppercase;
}
textarea {
    color: #404040;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}
td > button {
    text-indent: 8px;
}
.form_error {
    background-color: #ab0000;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    margin-top: 10px;
    padding: 10px;
    text-transform: uppercase;
    width: 240px;
}
#loading {
    bottom: 9px;
    position: relative;
    visibility: hidden;
}
.tutorial-info {
    color: #fff;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
}
#main-container {
    position: relative;
}
#formBuilder {
	position:absolute;
	top:0;
	right: -290px;
	width:250px;
	height:280px;
	background:url('/img/contact/formbuilder_banner_box.jpg') no-repeat;
	text-decoration:none;
	border:none;
	overflow:hidden;
	text-indent:-9999px;	
	-moz-box-shadow: 0 0 6px #000000;
	-webkit-box-shadow: 0 0 6px #000000;
	box-shadow: 0 0 6px #000000;
}

