/* 
 * Base layout
 * $Id: basic.css 157825 2010-03-19 16:06:59Z quinot $
 */

/* Establish general layout parameters */

body {
	background: #FFF ; 
	color: #333;
	margin: 0;
	padding: 0;
	border: 0;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	}

img {
	border:0;
}

/* All forms (spam protection) */

.novis {
	display: none;
}

/* Pricing form */

a.learn-more {
	font-weight: bold;
}

form#pricing table ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Forms feedback */

#form-message-success, #form-message-failure {
	margin-top: 5px;
	font-size: 1.2em;
	font-weight: bold;
}

#form-message-success {
	color: #4A7697; /* company_blue */
}

#form-message-failure {
	color: red;
}

/* Articles in periodic series */

p.current-week, p.current-month {
	font-weight: bold;
}

