@charset "utf-8";
/* CSS Document */

button.submit		{
					/*background: url('../img/verstuur.jpg') no-repeat left top;*/
					display:block;
					width:70px;
					text-decoration:none;
					}
form#verstuur		{ 
					background-color: #f2f2f2;
					height:auto;
					color:#727272;
					border: 1px solid #727272; 
					font-family:Arial, Helvetica, sans-serif;
					font-size:11px;
					font-weight:bold;
					text-align: left;
					}
#verstuur .formtext	{
					margin-left:6px;
					}
#verstuur .text		{ 
					font-family:Arial, Helvetica, sans-serif;
					font-size:11px;
					width:300px;
					color:#727272;
					margin-left:6px;
					}
#verstuur .buttons	{ 
					font-family:Arial, Helvetica, sans-serif;
					font-size:11px;
					background-color: #ffffff; 
					color:#727272;
					border: 1px solid #727272;
					margin-right: 6px;
					margin-bottom:10px; 
					}
