/* YUI reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}

/* YUI base */
h1{font-size:138.5%;}
h2{font-size:123.1%;}
h3{font-size:108%;}
h1,h2,h3{margin:1em 0;}
h1,h2,h3,h4,h5,h6,strong{font-weight:bold;}
abbr,acronym{border-bottom:1px dotted #000;cursor:help;}
em{font-style:italic;}
blockquote,ul,ol,dl{margin:1em;}
ol,ul,dl{margin-left:2em;}
ol li{list-style:decimal outside;}
ul li{list-style:disc outside;}
dl dd{margin-left:1em;}
th{font-weight:bold;text-align:center;}
caption{margin-bottom:.5em;text-align:center;}
p,fieldset,table{margin-bottom:1em;}

body {
  background-color: #f490af;
  color: #000;
  font: normal 11px "lucida grande",tahoma,verdana,arial,sans-serif;
}
h1 {
  font-size: 14px;
}
#web_content {
  margin: 0 auto 20px auto;
  padding: 20px;
  width: 760px;
}
.inside {
  background-color: #fff;
  color: #000;
}
#captcha_fields {
  color: #000;
  margin: 390px 0 0 0;
}
#captcha_fields img {
  float: left;
  margin-right: 27px;
}
#captcha_fields p {
  color: #000;
  font-size: 12px;
  font-weight: normal;
  height: auto;
  width: auto;
}
#captcha_fields p.error {
  color: #cc0000;
}
#captcha-answer {
  display: block;
  margin-top: 0.5em;
}
#captcha_fields #privacy_statement {
  color: #666;
  float: left;
  margin-right: 10px;
  width: 272px;
}
#captcha_fields #privacy_statement a {
  color: #ddd;
  text-decoration: none;
}

/*
  New Card
----------------------------*/
#new_card {
  border-top: 1px solid #fff;
  height: 480px;
}
#new_card textarea,
#new_card input.text {
  border: 1px solid #ccc;
  padding: 4px 2px;
  width: 220px;
}
#new_card input.text {
  width: 175px;
}
#new_card input.submit {
  bottom: 0;
  position: absolute;
  right: 0;
}
#new_card small {
  display: none;
}
#from_email {
  left: 525px;
  position: absolute;
  top: 149px;
}
#new_card #from_name {
  left: 525px;
  top: 39px;
}
#new_card #from_email {
  top: 67px;
}
#new_card #message {
  height: 180px;
  left: 436px;
  top: 132px;
  width: 264px;
}
#friend_selector {
  left: 525px;
}
#new_card .submit {
  margin-top: 20px;
}
#add_friends_template {
  display: none;
}
#add_friends form {
  position: relative;
}
#add_friends .add_remove_controls {
  top: 0;
  margin-bottom: 0;
  position: absolute;
  right: 0;
}
#add_friends h1 {
  font-size: 108%;
  margin-top: 0.5em;
}
#facebox {
  color: #000;
  margin-top: 100px;
}
#facebox label {
  margin-right: 10px;
}
#facebox input {
  width: 180px;
}
#facebox .body {
  width: 500px;
}

#errors {
  border: 3px solid #f490af;
  margin-bottom: 10px;
  padding: 6px 20px;
}

#footer {
  color: #666;
  margin: 30px 0 30px 20px;
}
#footer.view_note {
  margin-top: 280px;
}
#footer a {
  color: #666;
}
#footer_links a {
  margin-right: 1em;
}
#post_create_links img {
  vertical-align: top;
}

#video {
  border: 1px solid #000;
  height: 344px;
  margin: 0 auto;
  width: 425px;
}