/* RESET */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strike, strong, sub, sup,
tt, var, 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; vertical-align: baseline; background: transparent; }
table { border-spacing: 0; border-collapse: collapse; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote, q { quotes: none; }
:focus { outline: 0; }

body {
  background: #e7e7de;
  color: #4b4b4b;
	font-family: Helvetica, Arial, sans-serif;
}

a {
  color: #2d7bb2;
 	text-decoration: none;
 	outline: none;
}

a:hover {
  color: #4b4b4b;
}

#content_wrap {
	
}

#content {
	background: #fff;
	font-size: 0.9em;
	margin: 40px auto;
	padding: 40px 20px;
 	text-align: center;
	width: 580px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#content p {
	margin-top: 20px;
}

#content form {
	margin-top: 20px;
}
