/**
* File:					style_contact.css
* Last update:	07-05-2009
* Description:	Stylesheet voor contact pagina 
* 
* @author				Onne Witjes <onne.witjes@regioproviders.nl>
* @package			sCMS
* @subpackage		Stylesheet Contact
* @copyright		Regioproviders
* @version			1.0
*
*/
.messagebox{
	font-family: Verdana;
	font-size: 11px;
	line-height: 20px;
	color:#31419C;
	
	width:625px;
	border:1px solid #B4B4B4;
	background-color:#EFF0EF;
}

.messagebox p {
	padding:10px 10px 10px 10px;
	font-size:x-small;
	margin:0px 0px 0px 0px;
	line-height:14px;
}

.messagebox span{
	display:block;
	border-top:1px solid #B4B4B4;
	border-bottom:1px solid #B4B4B4;
	background:#B4B4B4 url('/images/layout/information.png') no-repeat 604px 2px;
	color:#FFFFFF;
	padding:0px 0px 0px 10px;
	font-weight:bold;
}

#infomessage {
	position:absolute;	
	background:url('../images/layout/tip_grijs.gif') no-repeat;
	z-index:100;
	padding-top:10px;
	padding-left:29px;
	padding-right:60px;
	width:163px;
	height:137px;
	
	font-family: Verdana;
	font-size: 11px;
	line-height: 20px;
	font-weight:normal;
	color:#000000;
}

.clr{
clear:both;
}

.contact{
	position:relative;
	float:left;
	width:350px;
	margin:0px 0px 10px 0px;
	z-index:2;
}

.contact img{
	float:left;
	cursor:help;
}

.contact label{
	font-family: Verdana;
	font-size: 11px;
	line-height: 20px;	
	color: #4B4B4B;

	display:block;
	width:167px;
	height:20px;
	float:left;
}

.input2 {
	border:1px solid #B4B4B4;

	font-family: Verdana;
	font-size: 11px;
	
	width:140px;
	color:#4B4B4B;
	float:left;
	margin:0px 3px 3px 0px;
	padding: 2px 2px 2px 2px; 
}

.input2-error {
	border:1px solid #B4B4B4;

	font-family: Verdana;
	font-size: 11px;
	
	width:140px;
	color:#000000;
	float:left;
	background-color:#EFF0EF;
	margin:0px 3px 3px 0px; 
	padding: 2px 2px 2px 2px;
}

.button {
	width: 104px;
	height: 28px;
	border: none;
	background: url('../images/layout/button_verzenden.jpg') no-repeat top left;
	cursor: pointer;
	margin: 8px 0 0 0;
	content: none;
	font-size: 0px;
	line-height: 0px;
	color: #2b70cb;	
}
