@charset "utf-8";
/* CSS Document */

#form_login
{
	display: block;
	float: left;
	width:300px;
}

.login_line
{
	width:210px;	
}

.login_line label
{
	display:inline-block;
	font-weight:bold;
	margin:0;
	width:50px;
}

.login_line
{
	display:inline-block;
	float:left;
}

#form_login input,
#form_login textarea
{
	width: 150px;
	border: 1px solid #acacac;
	padding: 4px 3px;
	background: #fff;
	margin-bottom: 5px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

#form_login input[type=submit], .form_entry_create input[type=submit]
{
	border:none;
	color:#fff;
	cursor:pointer;
	float:left;
	font-weight:bold;
	width:70px !important;
	margin-left:140px;
	background:#55C305;
}

.input_left {
	display:inline-block;
	float:left;
}

.input_right {
	display:inline-block;
	float:right;
}


div#form input,
div#form textarea,
div#form_login input,
div#form_login textarea,
#form_entry_create input,
#form_entry_create textarea
{
	width: 350px;
	border: 1px solid #acacac;
	padding: 4px 3px;
	background: none;
	margin-bottom: 5px;
	color: #85E2F7;
	font-family:Verdana,Geneva,sans-serif;
	font-size:12px;
}


.contact_form_row_submit input,
div#form_login input[type=submit],
div#form input[type=submit],
#form_entry_create input[type=submit]
{
	border:none;
	color:#fff;
	cursor:pointer;
	float:right;
	font-weight:bold;
	width:70px !important;
	margin-right:12px;
	background:#55C305;
}
