/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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%;vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;}
body {	line-height: 1;}
ol, ul {	list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}
table {	border-collapse: collapse;	border-spacing: 0;}

*{margin:0; padding:0;font-family: sans-serif;border:0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

a:link, a:visited, a:active {text-decoration: none;color: rgb(88,61,129);outline:0;}
a:hover {text-decoration: underline;}

body {background:#fff url(images/shadow.png) 50% 0 no-repeat;padding:80px 0 0 0;color:#555}

strong {font-weight:700 !important}

.contenedor{width:100%;margin:0 auto;padding:0 30px;max-width:760px;position:relative;overflow:auto}

	/* HEADER */
	.header {display:inline;float:left;width:100%}
	
		.logo {display:inline;float:left;text-align:center;width:100%}

		.desc {display:inline;float:left;margin:50px 0 0 0;width:100%;position:relative;z-index:108}
			.desc p {font-size:13px;text-align:center;line-height:135%}
			
			.ko {font-weight:700;color:red;font-size:16px !important;margin:30px 0 0 0 !important}
			.pad {display:inline;float:left;width:100%;padding:30px 0}
				#countdown {margin:0 auto 20px auto !important;text-align:center}
			
			form {margin:50px 0;width:100%;float:left;display:inline}
				input[type=text] {width:75%;height:60px;border-radius:6px 0 0 6px;background:#f0f0f0;padding:10px 20px;font-size:22px;float:left}
				input[type=submit] {width:25%;height:60px;border-radius:0 6px 6px 0;background:rgb(88,61,129);padding:10px;font-size:17px;font-weight:700;float:right;color:#FFF}