input,textarea {
	float:left;
	font:inherit;
	background:#ededed;
	color:#000000;
}

[placeholder]:active,
[placeholder]:focus{
	cursor:text;
	color:#333333;
}

.clear {
	clear:both;
}

#formContainer{
width:600px;
float:left;
display:block;
}

#leftForm{
float:left;
display:block;
width:220px;

}

#leftForm div{
width:210px;
float:left;
}

#rightForm{
float:left;
display:block;
width:380px;

}

/*-----------------------------------------------------------------------------------*/
/*	2.	Document Setup (body, common classes, structure etc)
/*-----------------------------------------------------------------------------------*/

.row {
	width:100%;
	height:29px;
	clear:both;
	float:left;
}



/*----- 3.2. Forms -----*/
	
.form-wrapper {
	clear:both;
	float:left;	
	width:400px;
	padding:8px;
	margin-left: 0px;
	overflow:hidden;
	
}
	
.in-touch {
	margin-top:5px;
}
.email-list {
	margin-top:10px;
}
form#subscribe, form#cform {
	float:left;
	margin:0;
	padding:0;
}

#cform form
{
float:left;
}

#cform {
	display:block;
	float:left;
	width:400px;
}

#message, #mesaj { width: 400px; margin: 0; padding: 0; }

input#semail {

	
}

input#name, input#email, input#phone, input#subject  {
	width:200px;
	height:18px;
	margin-bottom:8px;
	font-size:14px;
	float:left;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
}

input#name, input#phone {
	margin-right:8px;
}

input#verify {
	width:38px;
	height:28px;
	border:1px solid #000;
	font-size:16px;
	float:left;
	margin: 10px 0px 0px 0px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
}

input#submit, input#ssubmit {
	float:left;
	font-size: 10px;
	margin-top:10px;

	height:30px;
	line-height:20px;
	background:#CCCCCC;
}

input#submit {
	width:150px;
}

textarea#comments {
	float:left;
	width:400px;
	height:200px;
	margin-bottom:8px;
	
	font-size:14px;	
	border-radius: 2px;
}

#lineContainer{
	float:left;
	width:400px;
	margin-right:0px;
	display:block;
}

#captcha {
	float:right;
	display:block;	
}

#captcha span {
	float:left;
	height:48px;
	line-height:48px;
	font-size:16px;
	margin-right:10px;

}

.loader {
	position:relative;
	float: right;
	margin-top: 12px;	
	
}

.subscribe-loader {
	position:absolute;
	left:400px;
	top: 20px;	
	
}

.error_message {
	text-align:left;
	color:red;
	padding:10px 0 0 0;
	font-size:14px;
}

#success_page {
	text-align:center;
	padding:10px 0;
}
#ribbon {
	position:absolute;
	background:url(images/form/ribbon.png) no-repeat scroll left top;
	width:70px;
	height:45px;
	top:45px;
	right:-64px;
	display:block;
	text-indent:-9999px;
	z-index:100;
	cursor:pointer;
	float:left;
}

.green {
	color: #000000;
	border: 1px solid #000;	

}

.green:hover {
	text-shadow: 1px 1px 0px #d6f3ae;	
	color: #000000;
	border: 1px solid #CCCCCC;	
}

#formContent{
	float:left;
	display:inline-table;
	width: 350px;	
	margin-bottom:30px;	
	color:#000000;
	}