/*

############################################################

	* Origin:		www.voiptalk.org
	* Name:			forms.css
	* Description	This file contains general forms styles
	* Version:		1.0
	* Modified:		10:23 28/05/2009
	* Copyright:	Telappliant Ltd.

############################################################

*/

.form_box {
	border-top: 1px solid #b4e33c;
	border-bottom: 1px solid #b4e33c;
	background-color: #fbfbfb;
	min-height: 14px;
	padding: 20px;
	margin-bottom: 24px;
	}

.form_box_left {
	float: left;
	width: 310px;
	}

.form_box_right {
	float: right;
	width: 310px;
	}

.form_box_head {
	font-family: Arial;
	font-size: 14px;
	color: #555;
	font-weight: bold;
	margin-bottom: 12px;
	}

.form_box_cont {
	margin: 6px 0 0 0;
	line-height: 22px;
	}

.form_box_cont label {
	font-family: Arial;
	font-size: 12px;
	color: #333;
	cursor: pointer;
	}

.form_box_cont label strong {
	color: #76c600;
	}

.form_box_cont label span {
	color: #aaa;
	}

.form_box_cont input, .form_box_cont select {
	background-color: #fff;
	font-family: Arial;
	font-size: 11px;
	color: #666;
	padding: 3px;
	border: 1px solid #ccc;
	width: 300px;
	}

.form_box_cont input:focus {
	background-color: #fbfff5;
	border: 1px solid #aaa;
	}
	
.form_box_cont textarea, .form_box_cont textarea {
	background-color: #fff;
	font-family: Arial;
	font-size: 11px;
	color: #666;
	padding: 3px;
	border: 1px solid #ccc;
	}

.form_box_cont textarea:focus {
	background-color: #fbfff5;
	border: 1px solid #aaa;
	}

.rf_info {
	float: right;
	font-family: Arial;
	font-size: 13px;
	margin-bottom: 6px;
	color: #76c600;
	}

.form_small, .form_small strong {
	margin-top: 10px;
	font-family: Tahoma;
	font-size: 11px;
	color: #aaa;
	}

.reg_intro span {
	font-family: Trebuchet MS;
	color: #000;
	font-size: 13px;
	}
