/* Start of CMSMS style sheet 'Rive Bleue form' */
/* formulieren */
div.input{ border: 0px;
font-family: "Lucida Grande", Tahoma;
color: #ccc;
text-decoration: none;
word-spacing: normal;
text-align: left;
letter-spacing: 0;
line-height: 2.2em;
font-size: 1.1em;
}

div.box{
	border:solid 1px #ccc;
	background:#fff;
padding: 10px;
}
div.box h1 {
	padding-bottom:4px;
}
div.box p{padding-bottom:14px;}

div.box input .input-text{
	width:180px;
}

div.box label{
	display:block;
	margin-bottom:10px;
}

div.box label span{
	display:block;
	float:left;
	padding-right:6px;
	width:120px;
	text-align:right;
}
.spacer{margin-left:120px; 
	margin-bottom:10px;
}
.button{

border: 1px;
	padding:0px 6px;
	height:24px; 
	line-height:16px;
	margin-right:10px;
	display:inline-block;

}

input
{
	border:solid 1px #ccc;
	margin:3px;
}
textarea {
	border:solid 1px #ccc;
}
/* End of 'Rive Bleue form' */

