@charset "utf-8";
/*
------------------------------------------------------------
CREATIVELIFEFORM v1.0
© creativelifeform 2009
email: rohan@creativelifeform.com
------------------------------------------------------------
*/

/*
------------------------------------------------------------
PAGE
------------------------------------------------------------
*/

.row
{
	padding-bottom:0px;
}
.row a 
{
	text-decoration:none;
}

.row .left-col
{
	width:154px;
	padding-left:0px;
}

.row .left-col p
{
	font-weight:normal;
	font-size:11px;
	margin-top:20px;
	line-height:16px;
}

.row .left-col p b
{
}

.row .right-col
{
	width:762px;
	padding-right:0px;
}

.row .contact-box
{
	width:504px;
}

.row .contact-box h2
{
	font-size:14px;
	font-weight:normal;
	margin-bottom:20px;
}

.row .form
{

}

.row .address
{
	width:252px;
	margin-left:0px;
}

.row .address p
{
}

.row .contact-box table
{
	width:504px;
	font-size:12px;
}


.row .contact-box table td
{
	padding-bottom:5px;
}

.row .contact-box table .title
{
	padding-right:10px;
}

.row .contact-box table .input
{
	width:430px;
	background:#222;
	border:none;
	padding:5px;
	color:#64AE83;
}

.row .contact-box table textarea
{
	width:430px;
	height:100px;
	background:#222;
	border:none;
	padding:5px;
	color:#64AE83;
}

.left-col 
{
	text-align:left;
	font-size:14px;
	font-weight:bold;
	color:#ccc;
	line-height:10px;
}


.right-col p
{
	line-height:20px;
	margin:0px 0px 20px 0px;
}

#submit
{
	padding:10px!important;
	margin-top:10px;
	border:none;
	background:#222;
	color:#A7D2BA;
	cursor:pointer;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	float:right;
	margin-right:5px!important;
}

#responder
{
	width:231px;
	padding-left:10px;
	margin-left:10px;
	border-left:1px solid #429D68;
	text-align:right;
}


