a { color: #777; text-decoration: none; outline: 0;}
a:focus { text-decoration: underline;}
a:visited { color: #777; text-decoration: none; }
a:hover { color: #555; text-decoration: underline;}	
a:active { color: #555; text-decoration: none;}	
a img { border: none; }


h3 {
	float: right;
	clear: right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 5em;
	margin: 0 0 10px 0;
	text-align: right;
}

#connect_container_right {
	width: 530px;
	height: 400px;
	float: right;
	margin: 100px 40px 0 0;
}

#connect_container_right p{
	font-size: 1.3em;
	margin: 0 0 40px 0;
}


.contact_message {
	margin-left: 10px;
}
/******************DEF*****************/
	
body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	margin:0px;
	padding:0px;
}

body{
	color:#fff;
	font-size:13px;
	background-image: url(../images/inner_about_connect.jpg);
	background-repeat: no-repeat;
	font-family:Arial, Helvetica, sans-serif;
}

.clear{
	clear:both;
}

#main-container{
	width:400px;
	float: left;
	margin: 100px 0 0 40px;
}

#form-container{
	background-image: url(../images/2x2_white_10.png);
	
	padding:15px;	
	/*
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
	*/
}

td{
	white-space:nowrap;
}


h1{
	color:#777777;
	font-size:22px;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:5px;
}

h2{
	font-weight:normal;
	font-size:10px;
	
	text-transform:uppercase;
	
	color:#aaaaaa;
	margin-bottom:15px;
	
	border-bottom:1px solid #eeeeee;
	margin-bottom:15px;
	padding-bottom:10px;
}

label{
	text-transform:uppercase;
	font-size:10px;
	font-family:Tahoma,Arial,Sans-serif;
}

textarea{
	color:#404040;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

td > button{
	text-indent:8px;
}

.error{
	background-color:#AB0000;
	color:white;
	font-size:10px;
	font-weight:bold;
	margin-top:10px;
	padding:10px;
	text-transform:uppercase;
	width:240px;
}

#loading{
	position:relative;
	bottom:9px;
	visibility:hidden;
}

.tutorial-info{
	color:white;
	text-align:center;
	padding:10px;
	margin-top:10px;
}

