.greeting {
    font-size: 1.6em;
    color: #2f765c;
    top: 4px;
    margin: 20px 0;
}

form {
    margin-top: 20px;
    *margin-top: 17px; /* ie7 */
}
form ul {
    margin-bottom: 40px;
}
ul label {
    display: none;
}
.placeholder,
ul input,
.proxy_select .value,
.proxy_select li,
#submit
{
    display: block;
    padding: 6px 10px 14px;
    height: 19px;
    width: 209px;
    margin-bottom: 1px;
    background-color: #d6d4cc;
    text-transform: uppercase;
    font-family: "Fedra Sans Alt Medium", Arial, sans-serif;
    color: white;
    font-size:1.2em;
    top: 0;
    text-align: left;
    *padding: 0 10px 0; /* ie7 */
    *margin-bottom: 0px;
    *height: 18px;
}
.proxy_select {
    *margin-top: 3px;
}
.proxy_select .value {
    *margin-bottom: 1px;
}
.proxy_select .value,
.proxy_select li {
    height: 19px;
    *padding: 6px 10px 14px;
}

.placeholder {
    position: absolute;
    top: auto;
    padding: 5px 10px 15px;
}
ul input::-webkit-input-placeholder {
    color: white;
}
#category {
    display: none;
}
.proxy_select .value {
    background: #d6d4cc url('../imgs/downarrow.png') no-repeat scroll top right;
}
.proxy_select li {
    background-color: #c8c5be;
    border-bottom: 1px solid #afaca3;
    margin-bottom:0;
}
.proxy_select li:hover {
    background-color: #d6d4cc;
}
.proxy_select .value {
    cursor: default;
}
.proxy_select ul {
    position: absolute;
    z-index: 2;
}
ul li {
}
input[type=checkbox] {
    vertical-align: baseline;
}
.consense {
    height: 40px;
}
.privacy {
    font-style:italic;
    margin-bottom: 40px;
}
#submit {
    margin-top: 40px;
    *margin-top: 20px;
    color: #231f20;
    height: 39px;
    width: 229px;
}
#messages {
    height: 39px;
    width: 459px;
    background-color: #D6D4CC;
}
#messages p {
    color: white;
    text-transform: uppercase;
    font-family: "Fedra Sans Alt Medium", Arial, sans-serif;
}
#errors {
    margin: 16px 0 0;
    height: 24px;
}
#errors p {
    color: #2F765C;
}
.error {
    display:block;
    float:right;
    margin-top:-40px;
    padding:0 10px;
    width:210px;
    font-size: 1.2em;
    position: relative;
    top: 4px;
    color: #2F765C;
}
.consense a {
	color:#2F765C;
}

#terms {
	height: 120px;
	overflow: auto;
	display: none;
}


