@charset "utf-8";
/* CSS Document */

/* meer css voor forms: 
responsive/css/zoeken.css   wordt gebruikt in create-page.php
form.css                    wordt gebruikt in winkel_spelinfo.inc (allin1.php)

*/

.WinkelSpelinfoForm{
    border: 1px solid #0093e1;
    font-family: 'Josefin Sans', sans-serif;
    color: #62615f;				
		font-size: .857em;
		margin: 5px;		
    padding-right: 10px;
    padding-left: 10px;		
}		
	
.WinkelSpelinfoSelect{
    height: 31px;		
    border-width: 1px 1px 1px 1px;
    border-radius: .33333em .33333em .33333em .33333em;	
		width: calc(100% - 30px);	
    background-color: white;
    color: #62615f;		
}

.WinkelSpelinfoEmail{
    border-width: 1px 0 1px 1px;
		margin-right: 0;
    height: 31px;		
    width: 75px;
    background-color: white;
    color: #62615f;		
    border-radius: .33333em 0 0 .33333em;				
    background-color: white;	
		width: calc(100% - 120px);	
}

.WinkelSpelinfoSubmit{
		margin-left: 0;
		margin-right: 0;		
    height: 35px;		
    overflow: hidden;
    font-weight: 600;
    color: #0093e1;
    border-radius: 0 .33333em .33333em 0;
    border-width: 1px;
    cursor:pointer;		
    background-color: #ffb2dc;
		width: 70px;		
}
.WinkelSpelinfoSubmit:hover{
    background-color: #ff84c5;		
}
.WinkelSpelinfoI{
		width: 20px;	
		padding-top: 20px;
		padding-left: 3px;	
}