summaryrefslogtreecommitdiff
path: root/stylesheets/styles.css
blob: cac897b8fcdb8c2de47373e34163598f10da4620 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
body {
	background-color: #fff;
	font-family: Helvetica;
	color: #000;
}

a { color: #000 }

input {
	vertical-align: bottom;
	font-size: 1.1em;
}
input[type='button'] {
	vertical-align:middle;
	font-size: 1.25em;
	
}
input[type='text'] { padding: 4px }

div#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	height: 100%;
}

div#holder {
	margin-left: auto;
	margin-right: auto;
}

span#desc { display:none }

.message {
	font-weight: bold;
	-moz-border-radius: 5px;
	padding: 4px;
	text-decoration: none;
}
.success { background-color: #CDEB8B }
.failure { background-color: #B02B2C }
.gray { background-color: #ccc }