/*
green: #E4C108;
blue #1188BB;
red: #BB4411;
*/


body {
background-color: transparent; !important
}

/* the form tag */
form#smsform {

}

	/* the container div*/
	div#smsform {
		width: 468px; /* 100% */
		vertical-align:top;
		font-family: verdana, arial, tahoma, helvetica;
		font-size: 12px;
		color: white;
		margin-left:20px;
	}
	

	div#smsform div.title {
		border-bottom:2px solid #FFFFFF;
		padding-bottom:3px; /* ruimte onder de lijn */
		width:468px;
	}

	div#smsform h1 {
		font-size: 14px;	
		margin:0px;
		padding-bottom:3px; /* ruimte onder de title */
	}
	
	div#smsform div.parameter {
		float:left;
		clear:left;
		width:234px;
		height: 22px; /* even hoog als input */
		padding-top:3px;

	}
	div#smsform div.value {
		float:right;
		padding-top:3px;
		width:234px;
		text-align:right;
	}
	
	div#smsform div.counter {
		font-size:10px;
		height:70px;
		clear:left;
	}
	
	div#smsform div.box {
		font-size:10px;
		padding-top:3px;
	}

		
	div#smsform div.powered {
		clear: both;
		width: auto;
		text-align: right;
		font-size: 9px;
		border-top:2px solid #0000;
		padding-top:3px; /* spacing then line */
		margin-top:5px; /* spacing above line */
	}

	div#smsform div.submit {
		text-align:center;
		margin-top: 5px;
		margin-bottom: 5px;
	}		

	div#smsform div#sponsor_logo {
		float:left;
		clear:left;
		width:100%;
		padding-top:3px;
		padding-bottom:3px;
	}

	div#smsform div#sponsor_description {
		float:right;
		width:100%;		
		font-size: 10px;
	}

	div#smsform .adsense {
		float:left;
		clear:left;
		height:65px;
		width:468%px;
		border-top: 2px solid #FFFFFF;
		border-bottom: 2px solid #FFFFFF;
		padding: 0px; 
		margin:0px;
		margin-top:3px;
		margin-top:3px;
		text-align: right;
		font-size:9px;
		color:#FFFFFF;
	}

	/* for mobi-media only */
	div#smsform .daisycon {
		
	}
	
	

	div#smsform .nosponsor {
		float:left;
		clear:left;
		height:75px;
		width:468px; /*240*/
		border-top: 2px solid #FFFFFF;
		border-bottom: 2px solid #FFFFFF; 
		padding-top:6px; /* ruimte onder de lijn */
		margin-top:85px; 
		text-align: right;
		font-size:9px;
		color:#FFFFFF;
	}

	div#smsform .nosponsor2 {
		float:left;
		clear:left;
		height:75px;
		width:468px; /*240*/
		border-top: 2px solid #FFFFFF;
		border-bottom: 2px solid #FFFFFF;
		padding-top: 6px; 
		text-align: right;
		font-size:9px;
		color:#FFFFFF;
	}
		
	div#smsform a {
		font-size: 10px;
		color: white;
		text-decoration:underline;
			
	}
		
	div#powered a {
		font-size: 9px;
		color: #fff;
	}
	
	div#message a {
		font-size: 12px;
		color: #fff;
		text-decoration:underline;
	}
	
	form#smsform input {
		width: 180px;
		height: 22px;
		background-image: url('images/input_bg.gif');
		background-repeat:no-repeat;
		background-color: #1188BB;
		border: none;
		color: black;
		
	}
	
	form#smsform textarea {
		width: 228px;
		height: 97px;
		overflow: auto;
		background-image: url('images/textarea_bg.gif');
		border: none;
		background-color: #1188BB;
		color: black;
		font-size: 12px;
	}
	
	form#smsform input.submit {
		width: 150px;
		height: 25px;
		background-image: url('images/submit_bg.png');
		border: none;
		cursor: pointer;
		margin: 5px;
		background-color: #1188BB;
		color:#FFFFFF;
		font-weight:bold;
	}
	
	form#smsform .checkbox {
		width: 15px;
		background-image: none;
		background-color: #1188BB;
		padding:0px; 
		margin:0px;
		margin-right:5px;
		vertical-align: middle;
	}
	
	form#smsform input.sponsor {
		border: none;
		width: 468px;
		height: 60px;
		cursor: pointer;
	}

	
	div#smsform div.uitleg {
		padding-top:0px;
		clear:left;
		font-size:10px;
		margin-top:5px;	
	}

	div#smsform div.resulttxt{
		float:left;
		width: 234px;
	}

	div#smsform div.message {
		padding-top:3px;
		padding-bottom:3px;
	}

	div#smsform div.receiver {
		font-weight:bold;
		font-size:14px;
		padding-top:10px;
		padding-bottom:10px;
	}

	div#smsform div.sentsponsor {
		padding-top:10px;
		padding-bottom:10px;

	}

	div#smsform div.returnlink
	{
		font-size:10px; 
		float:left;
		margin-top:180px;
		margin-left:10px; 
	}

	div#smsform div.phone {
		float:right;
		valign: bottom; 
		height: 215px; 
		width: 150px; 
		background-image: url('http://www.mobi-media.nl/images/phone.png');
		margin-top:30px;
	}

	div#smsform div.phonemessage {
		position: absolute; 
		width: 110px; 
		height: 200px; 
		padding-left: 22px; 
		padding-top: 43px;
		font-size: 11px;
		font-family: Arial; color: black;
	}

