#form {
	margin:10px 0 10px 0;
}

#form .row {
	height:auto;
	min-height:50px;
}

#form label {
	font-family:"Futura";
	font-size:8pt;
	text-transform:uppercase;
	text-shadow:#000000 2px 2px 2px;
	color:#FFFFFF;
	width:150px;
	display:block;
	float:left;
	position:relative;
	top:10px;
	right:10px;
	text-align:right;
	
	-moz-transition: all 0.2s ease-out; 
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;	
}

.small {
	width:100px;
}

.small:focus {
	width:105px;	
}

.big {
	width:400px;
}

.big:focus {
	width:405px;
}

#form .input {
	padding:10px;
	background:rgba(0,0,0,0.2);
	border:1px solid #013064;
	font-family:"Verdana";
	font-size:8pt;
	color:#555555;
	box-shadow:inset #000000 0 0 5px;
	border-radius:3px;
	float:left;
	
	-moz-transition: all 0.2s ease-out; 
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#form .input:hover {
	border:1px solid #013064;
	color:#777777;
}

#form .input:focus {
	background:rgba(0,0,0,0.4);
	border:1px solid #013064;
	color:#777777;
}

#form .textarea {
	padding:10px;
	background:rgba(0,0,0,0.2);
	border:1px solid #013064;
	font-family:"Verdana";
	font-size:8pt;
	color:#555555;
	box-shadow:inset #000000 0 0 5px;
	border-radius:3px;
	float:left;
	width:400px;
	height:250px;
	margin-bottom:15px;
	
	-moz-transition: all 0.2s ease-out; 
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#form .textarea:hover {
	border:1px solid #013064;
	color:#777777;
}

#form .textarea:focus {
	background:rgba(101,202,252,0.4);
	border:1px solid #013064;
	color:#777777;
	width:405px;
}

#form .btn {
	border:1px solid #013064;
	float:right;
	background:rgba(70,70,70,0.3);
	font-family:"Futura";
	font-size:10pt;
	text-shadow:#000000 1px 1px 1px;
	color:#777777;
	margin:3px 78px 0 0;
	padding:5px 10px 5px 10px;
	display:inline-block;
	box-shadow:inset #111111 0 0 5px;
	border-radius:3px;
	
	-moz-transition: all 0.2s ease-out; 
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#form .btn:hover {
	color:#ffffff;
	cursor:pointer;
	background:rgba(70,70,70,0.4);
	box-shadow:inset #1e1e1e 0 0 5px;
	border:1px solid #333333;
}

#form .btn:active {
	color:#ffffff;
	cursor:pointer;
	background:rgba(70,70,70,0.2);
}

#form .btn:disabled {
	border:1px solid #2e2e2e;
	float:right;
	background:rgba(70,70,70,0.3);
	font-family:"Futura";
	font-size:10pt;
	text-shadow:#000000 1px 1px 1px;
	color:#777777;
	margin:3px 78px 0 0;
	padding:5px 10px 5px 10px;
	display:inline-block;
	box-shadow:inset #111111 0 0 5px;
	border-radius:3px;
	opacity:0.5;
}

#form .btn:disabled:hover {
	cursor:default;
}

#msg {
	display:none;
	opacity:0;
	text-align:center;
	padding:10px 0 10px 0;
}

#msg .success {
	color:#ffffff;
}

#msg .error {
	color:#D8462E
}

.email li  {
	display:block;
	font-family:"Futura";
	font-size:10pt;
	color:#cccccc;
	text-shadow:#000000 1px 1px 0px;
	padding:5px 0 5px 0;
	border-bottom:1px dotted #013064;
}

.email li:first-child {
	padding:0 0 5px 0;
}

.email li:last-child {
	padding:5px 0 0 0;
	border:none;
}

.email span {
	color:#555555;
	font-family:"Verdana";
	font-size:8pt;
	float:right;
}

.email .title {
	color:#888888;
}

#info {
	position:relative;
	left:290px;
	top:-15px;
	width:20px;
	height:20px;
}

#info a,active,visited {
	font-family:"Times New Roman";
	font-style:italic;
	font-size:8pt;
	color:#cccccc;
	text-transform:none;
	text-decoration:none;
	border:none;
	padding:2px 7px 2px 7px;
	background:#000000;
	border-radius:3px;
	border:1px solid #013064;
}