﻿/*----------------------------------- LEFT SIDE ---------------------------------*/
#left {
	width:450px;
	padding:60px 0 0 50px;
	float:left;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#ffffff;
}
input { height:18px;}
input, textarea {color:#ffffff; background:#000000; border:1px solid #3f3f3f;
                 width:390px; margin:7px 0 7px 0; font-size:13px;
                 padding:4px 4px 4px 4px; overflow:auto;}
.buttons { font-family:Arial; font-size:12px; color:#000000; border:0px solid #b07e15;
           font-weight:bold; background:no-repeat url('../design/button-form.jpg');
           width:70px; height:25px; cursor:pointer; margin:15px 20px 0 0;}
.small-text { color:#dddddd; margin:0 0 0 15px; font-weight:normal;}
#left p { font-size:12px; color:#fef344; font-weight:bold;}

/*---------------------------------- RIGHT SIDE --------------------------------*/
#right {
	width:1008px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px 0px 0 0;
	font-size:11px;
	color:#bebdbd;
	margin: auto;
	text-align: center;
	float: none;
	height: 600px;
}
.headline { font-size:18px; font-weight:bold; color:#ffffff;}
.web-address { font-weight:bold; color:#ffc44d;}
#contactinfo-box {
	width:516px;
	font-size:12px;
	background:url(../design/background-contact-alien.gif) no-repeat;
	height: 231px;
	margin: auto;
	font-weight: bold;
	padding-right: 150px;
}
.textleft { float:left; text-align:right; color:#bfbfbf; margin:45px 0 0 95px;}
.textright { float:right; text-align:center; color:#ececec; margin:30px 125px 0 0;}
#twitter-button { width:180px; height:39px; padding:0px 0 0 80px; float:left;}
#twitter-button a { border-style:none; cursor:pointer;}
#twitter-button img { border-style:none; cursor:pointer;}
