/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,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;}li{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;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}

*{outline: none;}
/* Layout and style */

html {
  background: #2b2b33;
  font-family: georgia;
  font-style: italic;
}

body {
  width: 800px;
  margin: 0px auto;
  padding-bottom: 20px;
}

#header, .content, #footer {
  float: left;
}

#footer {
  height: 30px;
  background: none;
  width: 100%;
}

#logo {
  display: block;
  width: 320px;
  background: red;
  height: 96px;
  float: left;
  background: url(/images/logo.png) bottom left no-repeat;
}

#logo span {
  display: none;
}

#header {
  position: relative;
  width: 800px;
}

#login {
  position: absolute;
  top: 70px;
  right: 10px;
  text-align: right;
  width: 700px;
}

#login span {
  width: 400px;
  display: block;
  float: left;
  padding: 10px;
  color: white;
}

#login  em {
  font-style: italic;
  color: white;
  padding-right: 10px;
}
.content em {
  font-style: italic;
  font-weight: bold;
}

#login a {
  color: white;
}

.content {
  background: white;
  padding: 30px 40px 40px 40px;
  width: 720px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 20px;
}

.content#flash {
  padding: 20px 39px;
  margin-top: 10px;
  border: 1px solid #009D57;
  background: #CCF0C0;
}


/* Text */

h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

h2 .name {
  color: #ff00ff;
}

p {
  padding: 5px 0;
  display: block;
  float: left;
  clear: both;
}

p.help {
  margin-bottom: 30px;
}

.content li {
  line-height: 1.6;
  padding-top: 5px;
}

.content a {
  color: #ff00ff;
}


label {
  display: block;
  width: 103px;
  text-align: right;
  float: left;
  clear: left;
}

input.text, input.file {
  width: 580px;
  margin-left: 10px;
  float: left;
  margin-bottom: 30px;
  border: 1px solid #666;
  padding: 4px 6px;
}

.text.checkbox {
  margin-top: 5px;
  width: 30px;
}

.text {
  float: left;
  display: block;
}

.text span {
  float: left;
  clear: none;
  color: #777;
}

p.help {
  float: left;
  clear: none;
}

input.submit {
  display: block;
  clear: left;
  margin-left: 600px;
  border: none;
  background: 
}

h2, ul, li {
  float: left;
  clear: both;
  display: block;
  width: 100%;
}

input.submit {
  float: left;
  background: #2b2b33;
  padding: 4px 8px;
  color: white;
  margin-top: 0;
}

.time {
  color: #999;
  font-size: 70%
}

.fail {
  color: #ff0000;
}

#errorExplanation ul{
  padding: 0 10px 30px 10px;
  color: red;
}




/*
.progress_bar_foreground {
background: #ccc;
border-color: #ccc;
}

.progress_bar_background.error {
border-color: #ccc;
}
.progress_bar_background.error .progress_bar_foreground {
background: #ccc;
}

.progress_bar_background.error span {
color: white;
}
*/


#uploading span {
  float: left;
  clear: none;
  display: block;
  padding-left: 10px;
  position: relative;
  left: 10px;
  width: 0;
  color: white;
  font-style: italic;
}

#progress {
  float: left;
  clear: none;
  display: block;
  padding: 2px;
  border-color: #333;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  width: 400px;
  background: #aaa;
  border: 1px solid #222;
  margin-top: -2px;
}

#progressbar {
  background: #2b2b33;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  width: 0px;
  height: 24px;
  background: #333;
}


.instructions {
  padding: 10px 20px;
  width: 80%;
  margin: 10px 0;
  font-size: 90%;
  border: 1px solid #999;
  background: #eee ;
}

#footer a {
  color: #999;
  float: right;
  display: block;
  padding: 0 10px 30px 0;
}

#footer a:hover {
  color: white;
}

#footer span {
  color: white;
}

.download {
  display: block;
  text-align: center;
  float: left;
  width: 100%;
  padding: 10px 0 0 0;
  font-size: 24px;
}

.example {
  color: #aaa;
}

.plans {
  width: 460px;
  margin: 20px auto;
  text-align: center;
}

.plan {
  text-decoration: none;
  float: left;
  background :#333;
  color: #aaa !important;
  padding: 10px;
  margin-right: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  font-size: 13px;
  width: 200px;
}

a.plan:hover, a.plan.selected {
  background: #333;
  color: white !important;
}

a.plan:hover h3 {
  color: #ff00ff ;
}

.plan.selected{
  background: #666 !important;
}

.upgrade {
  margin: 0 0 50px 0;
  width: 100%;
  text-align: center;
}

.center {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}