/* CSS Document */
/* ############### tales.be css framework v0.2 (by kvd) ###############  */

/* ############### FORMS ###############  */
.formrow{
	display: block;
	border: 0px solid yellow;
	margin: 0 0 10px 0;}

.description{
	float: left;
	width: 130px;
	text-align: right;
	font-size: 0.8em;}

.formfield{
	width: 265px;
	float: right;}

input{
	/*margin: 0 5px 0px 0;*/
	
}

/* input pseudo-class : not supported on IE6 */
input[type="checkbox"]{	margin: 0 5px 0 0 !important;
								margin: 0 0 0 -5px ;
								/* IE7 addon available */}
								
								

textarea{}
.autostretch{	width: 100%;}
.fixedstretch{	width: 300px;}


