/* Musivility.com teaser v1.0 */

/* v1.0 | 20080212
http://meyerweb.com/eric/tools/css/reset/index.html*/
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 {
  color: #EEE;
	font: 62.5%/1.5em "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
 color: #00ADEF; 
}

p {
  font-size: 1.4em;
  line-height: 1.5em;
  margin: 0 0 1em 0;
}

label {
  position: absolute;
  left: -99999em;
}

form {
  position: relative;
}

  form div {
    text-align: right;
  }

#email {
  color: #666;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.3em;
  padding: .4em;
  text-align: left;
  width: 21em;
}

#send {
  background: #00ADEF;
  border: none;
  color: #FFF;
  cursor: pointer;
  font-size: 1.3em;
  font-weight: bold;
  margin: .5em 0 0 0;
  padding: .5em 1em;
}

h1 {
  background: url(../images/logo.png) 0 6em no-repeat;
  color: #111;
  height: 97px;
  margin: 0 auto;
  padding: 6em 1em 3em 1em;
  text-indent: -99999em;
  width: 292px;
}

#wrapper {
  margin: 0 auto;
  width: 35.1em;
}

#content {
  background: #333 url(../images/bg.png) no-repeat;
  padding: 3.2em;
  -moz-box-shadow: 5px 5px 0 #CCC;
  -webkit-box-shadow: 5px 5px 0 #CCC;
  -khtml-box-shadow: 5px 5px 0 #CCC;
}

.copy {
  color: #666;
  font-size: 1.1em;
  padding: 1.5em 0;
  text-align: center;
}

.ok {
  color: #9F0;
  margin: 1em 0 0 0;
}

.error {
  color: #F03;
}