html,body 
{
	margin: 0;
	padding: 0;		
}

body 
{			
	background-color: #000000;
	font-family: hevetica, arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	
}

#container 
{
	margin-left:auto;
	margin-right:auto;
	xmargin-top: 30px;
	width: 317px; 
	height: 172px; 
	min-height:100%;		
    position:relative;       
	xborder: solid 2px green;  
	background: #000000 url(../images/bg_aanmelden_nieuwsbrief.jpg) no-repeat left top;	
}


.error
{
	font-family: hevetica, arial, sans-serif;
	color: red;
	font-size: 12px;
	margin-left: 10px;
}



.lblText
{
	margin-left: 48px;
}

.textboxName
{
	margin-left: 30px;
	margin-top: 50px;
}
.textboxEmail
{
	margin-left: 28px;
	margin-top: 5px;
}

.buttonArea
{
	margin-left: 95px;
	margin-top: 20px;	
}

.buttonSend
{
	margin-left: 10px;
	
}

.buttonCancel
{
	margin-left: 10px;
	
}

.buttonClose
{
	margin-left: 10px;

}


.button
{
    background-color: #ffffff;
    border-left:1px solid #CBCBCB;
    border-top:1px solid #CBCBCB;
    border-right:1px solid #6E6E6E;
    border-bottom:1px solid #6E6E6E;
    color: #000000;
	font-size: 12px;
	background-image: url('../images/button_background.gif');
	cursor:hand;
}

.clear
{
		clear: both;
}


/* dialoog registry add photo - begin */

#containerRegistryAddPhoto 
{
		margin-left:auto;
		margin-right:auto;
		xmargin-top: 30px;
		width: 317px; 
		height: 172px; 
		min-height:100%;		
        position:relative;       
		xborder: solid 2px green;  
		background: #000000 url(../images/dialoogLeeg317.jpg) no-repeat left top;	
}

/* dialoog registry add photo - end */

