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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
background: #eee;
font-family: "Lucida Grande", "Lucida Sans", "Helvetica", Arial, sans-serif;
color: #fff;
text-align: center;
min-width: 600px;
font-size: 14px;
}

#wrapper {
	margin:0 auto;
	width:600px;
	text-align: left;
}

#content {
width: 600px;
-moz-border-radius: 10px;
margin-top: 150px;
color: #777;
}

#wrapper p {
margin: 15px 0 20px 0;
line-height: 1.7em;
font-size: 16px;
}

#wrapper img {
}

#wrapper .button {
background: #ff5c00 url('alert-overlay.png') repeat-x;
display: inline-block;
padding: 10px 10px 11px;
color: #fff;
text-decoration: none;
font-weight: bold;
line-height: 1;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 0 1px 3px #999;
-webkit-box-shadow: 0 1px 3px #999;
text-shadow: 0 -1px 1px #777;
border-bottom:1px solid rgba(0, 0, 0, 0.2);
position: relative;
cursor: pointer;
width: 100px;
text-align: center;
font-size: 16px;
}

.button:hover {
margin-top: 1px;}

