@charset "utf-8";
/* Squace CSS Document for the landing pages */


/* General */
body { margin: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #777; }
form { margin: 0px; }
p { margin-top: 0px; margin-bottom: 10px; }


/* Links */
a:link { color: #F90; text-decoration: none; }
a:visited { color: #F90; text-decoration: none; }
a:hover { color: #F90; text-decoration: underline; }


/* Text */
h1 { font-size: 22px; margin-top: 0px; margin-bottom: 15px; font-weight: bold; }
h2 { font-size: 13px; margin: 0px; font-weight: bold; }
 
 
/* Structure */
#page-container { width: 290px; margin-left: auto; margin-right: auto; margin-top: 10px; }
#button-container { width: 106px; height: 25px; padding-top: 1px; float: right; }
#captcha-container { width: 290px; height: 50px; padding-bottom: 15px; clear: both; border-bottom: 1px solid #AAA;}
#captcha { width: 80px; float: left; margin-right: 16px;}
#captcha-tf { width: 70px; height: 22px; float: left; padding-top: 4px; margin-left: 5px;}
#squace-user-container { width: 290px; margin-top: 5px; }
#squace-user-question { width: 170px; float: left; padding-top: 3px; font-style: italic;}
#terms { width: 290px; padding-top: 15px; text-align: center; clear: both; }


/* Forms */
#form-container { width: 290px; margin-left: auto; margin-right: auto; }
#squace-user-button { width: 106px; float: right; }
.form-item-container { width: 290px; float: left; margin-bottom: 3px; margin-top: 2px; clear: both; }
.form-item { width: 65px; height: 20px; float: left; padding-top: 3px; font-weight: bold; }
.form-input-container { width: 225px; height: 20px; float: left; padding-top: 2px; text-align: right; }
.form-textfield { background-color: #fbfbfb; border:1px solid #CCC; font-family: Verdana, Geneva, sans-serif; font-size: 10px; width: 220px; color: #aaa;}
.captcha-textfield { background-color: #fbfbfb; border:1px solid #CCC; font-family: Verdana, Geneva, sans-serif; font-size: 10px; width: 70px; height: 14px; color: #aaa; margin-top: 6px;}
.button-send { width: 100px; margin-top: 2px; font-family: Verdana, Geneva, sans-serif; font-size: 10px;  margin-top: 8px; margin-left: 8px;}
.button-add { width: 100px; margin-top: 2px; font-family: Verdana, Geneva, sans-serif; font-size: 10px; margin-left: 8px;}
.sign-up-captcha { padding-top: 6px; border:1px solid #F90; height: 22px; width: 84px; margin-top: 4px; padding-left: 3px; }
.form-error { width: 290px; float: left; margin-bottom: 5px; font-weight: bold; font-size: 12px; color: red; clear: both; }

