/* Resets */
img { 
	border: 0; 
	vertical-align: top; 
}

a { 
	color: #662e91; 
	font-weight: bold;
	text-decoration: none;
}

a:hover { 
	color: #93A8DF;
}

:focus { 
	outline: 0; 
}

/* Safari / iPhone Safari can show the actual Penny On font */
@font-face {
font-family: "VAG";
src:url(../fonts/vag.ttf) format("truetype");
}

/* Headings */
h1 {
	font: 2.4em/1.5em VAG, Helvetica, Arial, Geneva, sans-serif;
	color: #000;
	margin: 0 0 10px;
	font-weight: bold;
}

h2 { 
	font: 2.8em/1.3em VAG, Helvetica, Arial, Geneva, sans-serif;
	font-weight: normal;
	color: #000; 
	margin: 0 0 10px;
}

h3 { 
	font: 1.6em/1.2em VAG, Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
	color: #000;
	margin: 0 0 6px;
}

h4 { 
	font: 1.4em/1.2em VAG, Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
	color: #662e91; 
	margin: 0 0 8px;
}

h5 { 
	font: 1.3em/1.1em VAG, Helvetica, Arial, Geneva, sans-serif;
	font-weight: normal;
	color: #000; 
}

h6 { 
	font: 1em/1.1em VAG, Helvetica, Arial, Geneva, sans-serif;
	font-weight: normal;
	color: #000; 
}

/* Paragraph */
p {
	font: 1.1em Helvetica, Arial, Geneva, sans-serif;
	margin: 0 0 8px;
		color: #666666;
}

/* Forms */
form { 
	display: inline; 
}

fieldset { 
	border: 0; 
}

legend { 
	display: none; 
}

/* Table */
table { 
	border: 0; 
	border-collapse: collapse; 
	border-spacing: 0; 
	empty-cells: show; 
	font-size:100%; 
}

caption, th, td { 
	vertical-align: top; 
	text-align: left; 
	font-weight: normal; 
}

/* Content */
address { 
	font-style: normal; 
}

cite { 
	font-style: normal;
}

q, blockquote { 
	quotes: none; 
}

q:before, q:after { 
	content:''; 
}

small, big { 
	font-size: 1em; 
}

sup { 
	font-size: 1em; 
	vertical-align: top; 
}

/* Lists */
ul, ol { 
	list-style: none; 
}

button.button::-moz-focus-inner { 
	padding: 0; 
	border: 0; 
} /* FF Fix */

button.button {
	overflow: visible;
	width: auto;
	border: 0;
	padding:0 0 0 35px;
	background-color:#662e91;
	cursor:pointer;
	-webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */
}

button.button span {
	float:left;
	padding:3px 35px 0 0;
	font: bold 1.25em/1.9em VAG, Helvetica, Arial, Geneva, sans-serif;
	background-color:#662e91;
	text-align:center;
	white-space:nowrap;
	color:#fff;
	margin: 0;
}

button.button span:hover {
	color: #bcbcbc;	
}
#form ul {
	margin: 0 0 0 10px;
	list-style:disc;
	}
#form li {	
	font: 1.1em Helvetica, Arial, Geneva, sans-serif;
	margin: 0 0 8px;
	color: #666666;
	}