form.t-form {
	font-family: tahoma, verdana, "sans-serif";
	font-size: 12px;
	padding: 20px;
	border: 1px solid #A5A8B8;
	background: #EAEAEA;
}

.t-form fieldset {
	margin-top: 20px;
	padding : 15px;
	border: 1px solid #B5B8C8;
	
}

.t-form legend {
	font-size: 12px;
	color: #15428B;
	font-weight: 900;
}

.t-form fieldset label {
	float: none;
	text-align: inherit;
	width: auto;
}

.t-form label span {
	color: #000;
}

.t-form input, .t-form select, .t-form textarea {
	display : block;
	margin-bottom: 5px;
}

.t-form .text-input, .t-form .select, .t-form textarea {
	width: 250px;
	color: 555;
	padding: 4px; 
	border: 1px solid #B5B8C8;
	font-size: 14px;
	margin-top: 4px;
	background: #FFF url(../images/form/text-bg.gif) repeat-x;
	
}

.t-form .infos {
	background: #FFF;
	color: #333;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 10px;
}

.t-form span.checkbox, .t-form .checkbox {
	display: inline;
}

.t-form .submit {
	border: 1px solid #AAA;
	padding: 4px;
	margin-top: 20px;
	text-decoration: none;
}

.t-form hr {
	clear: both;
	visibility: hidden;
}

.t-form .fc-error {
	width: 350px;
	color: 555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 12px;
	margin-bottom: 15px;
	background: #FFEAEA;
}/* CSS Document */

