/**
 * Fork Onsite reset
 * @author	Johan Ronsse <johan@netlash.com>
 * Based on Netlog reset and Eric Meyer's reset
 */


 
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		/* outline: 0; */
		font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		font-family: inherit;
		vertical-align: baseline;
	}
	
	input, select, textarea {
		font-size: 100%;
		vertical-align: middle;
	}

	body {
		font: 300 13px/1.4 Arial, sans-serif;
		line-height: 1.4; /* Safari 2.0.4 */
		color: #555;
	}
	
	
/**
 * Stylesheet for <Telecom Adviseur>
 *
 * @media	screen, projection
 * @copyright	Netlash <http://www.netlash.com>
 * @author	name <johan@netlash.com>
 */

/* Reset.css is in a separate file */

dt.question p {
	font-weight: 700;
}

dd.answer {
	padding: 0 0 20px;
	margin: 0 0 20px;
	border-bottom: 1px solid #EEE;
}

div.hr {
	font-size: 0;
	height: 0;
	border-bottom: 1px solid #EEE;
	margin: 0 0 20px;
}

/* Contact widget and newsletter signup underneath navigation */
#contact .content {
	background: #007cdf;
	color: #FFF;
	font-size: 12px;
	padding: 10px 10px 4px;
	clear: both;
}


#contact {
	padding-top: 0;
}


/* Form styles */
input, select, textarea {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

textarea {
	width: 350px;
	padding: 2px;
}

.blogcomments {
	margin: 0 0 30px;
}

#contactform #name {
	width: 120px;
}

#contactform #email {
	width: 180px;
}

#contactform dd {
	padding: 0 0 6px;
}

span.form-error {
	display: block;
	color: red;
	font-size: 12px;
	padding: 0 0 10px;
}

label {
	color: #444;
	cursor: pointer;
	font-size: 12px;
}


.hidden {
	display: none;
}
	
/**
 * = Firefox Fixes - The Classics!
 * ----------------------------------------------------------
 */

		/* Link outlines */
		*:-moz-any-link {
			overflow: hidden;
		}

		/* CSS disappearing caret fix */
		input[type="text"], input[type="password"], textarea {
			overflow: auto;
		}
  
	}
