/* CSS Reset Original Document*/
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, 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,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline}
sup{vertical-align:super !important;}
sub{vertical-align:sub !important;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block}
body {line-height: 1}
blockquote, q {quotes: none}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none}
table {border-collapse: collapse;border-spacing: 0}
a { display: block; cursor: pointer; text-decoration: none; color: #999; }
a:hover { text-decoration: none; }
.cboth {margin: 0px !important; padding: 0px !important; height: 0px !important; line-height: 0 !important; clear: both !important; }
html, body { height: 100%; }
/* End of CSS Reset */


.head-top { padding: 10px; }
.head-top img { width: 199px; height: 74px; }
.content { width: 100%;  }
.content .text { width: 500px; margin: 0 auto; margin-top: 15%; border: 1px solid #ddd; 
	background: #e9ecf0; box-shadow:1px 2px 3px 1px #cfd5dc; -webkit-box-shadow:1px 2px 3px 1px #cfd5dc; 
	-moz-box-shadow:1px 2px 3px 1px #cfd5dc; border: 1px solid #f5f6f7; border-radius: 5px; padding: 15px; 
	font-family: Helvetica; color: #686867; }
.content p { line-height: 22px; text-align: center; }
.content h5 { line-height: 25px; text-align: center; font-size: 18px; font-weight: bold; 
	padding-bottom: 5px; }
.content p a { display: inline-block; color: #26aae1; }
