li {
	list-style-image: url('postbullets.png');
}

.tarif { display: none; }
		
		#inet-providers {
			height: 40px;
			text-align: left;
		}

		#inet-providers label {
			font-size: 1.4em;
			margin: 5px;
			padding: 5px;
			
			cursor: pointer;
			background: #ccc;
			border: 1px solid #ddd;
		}
		
		#inet-providers input {
			
		}
		
		#inet-providers input[type="radio"] {
			width: 0px;
			height: 0px;
			display: none;
		}

		#inet-providers label:hover {
			background: #95C3E8;
			color: #FFFFFF;
		}
		
		#inet-providers label:active {
			background: #3A8FD5;
			color: #FFFFFF;
		}
		
		#inet-providers input:checked + label, #inet-providers label.selected{
			background: #3A8FD5;
			color: #FFFFFF;
		}
		
		#inet-providers input:checked + span {
			/* Do something different with the selected item */
		}

		textarea, input[type="text"].rounded, select.foxtext {
			box-shadow:0px 0px 7px rgba(192, 192, 192, 0.7);
			-moz-box-shadow:0px 0px 7px rgba(192, 192, 192, 0.7);
			-webkit-box-shadow:0px 0px 7px rgba(192, 192, 192, 0.7);
		}
		
		input[type="checkbox"] { padding: 0px; margin-left: 10px;}
		
		h1.header {
			padding: 5px;
			margin: 0px -5px 10px;
			line-height: 1.19em;
			font-weight: 400;
			font-size: 1.4em;
			color: #2D88E1; bottom: 0px;
			border-top: 0px solid #DDDDDD; 
			/*border-bottom: 1px solid #DDDDDD; */
			font-family: Verdana, Arial, Helvetica, sans-serif; 
			top: 0px; text-align: left;
		}
		
		.submit_button {
			text-align: right;
			padding-right: 40px;
		}
		
		.field-name { display: inline-block; width: 250px; padding-top: 5px; padding-bottom: 5px; padding: 0px; text-align: right; vertical-align: middle; text-align: left; color: #878787 !important;}
		.field-value { display: inline; padding-top: 5px; padding-bottom: 5px; padding: 0px;   }
		textarea, input[type="text"] { width: 380px; }
		textarea { resize:none; }

#contactus legend, h2
{
   font-family : Arial, sans-serif;
   font-size: 1.3em;
   font-weight:bold;
   color:#333;
}

#contactus #inet-providers label
{
   font-family : Arial, sans-serif;
   font-size:0.8em;
   font-weight: bold;
}

#contactus #scaptcha
{
  width:60px;
  height:18px;
}

#contactus .container
{
   margin-top:8px;
   margin-bottom: 10px;
}

#contactus .error
{
   font-family: Verdana, Arial, sans-serif; 
   font-size: 0.7em;
   color: red;
   background-color : #ffff00;
}

#contactus fieldset#antispam
{
   padding:2px;
   border-top:1px solid #EEE;
   border-left:0;
   border-right:0;
   border-bottom:0;
   width:350px;
}

#contactus fieldset#antispam legend
{
   font-family : Arial, sans-serif;
   font-size: 0.8em;
   font-weight:bold;
   color:#333;   
}

#contactus .short_explanation
{
   font-family : Arial, sans-serif;
   font-size: 0.6em;
   color:#333;   
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#contactus .spmhidip
{
   display:none;
   width:10px;
   height:3px;
}
#fg_crdiv
{
   font-family : Arial, sans-serif;
   font-size: 0.3em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_crdiv p
{
    display:none;
}