summaryrefslogtreecommitdiffstats
path: root/media/forms/core.css
blob: bdeac7a4be99245c73781610f68731cfbda4a81f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/**********************************

Use: Core Styles
Author: Nick Rigby

***********************************/

body {
	padding: 0 10px;
	font: normal 62.5% "Lucida Grande", Helvetica, Verdana, Arial;
	}
	
p { margin: 10px 0; }
	
.sr {
	position: absolute;
	left: -9999em;
	top: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	}