/**
 * COPYRIGHT NOTICE
 * This software is copyright ©2004 Stolen Inc. and licensed for use by 
 * distribution from Stolen Inc. only. This source code may not be redistibuted
 * without written consent from the above mentioned entity.
 * 
 * @author Jessey White-Cinis <j[at]stolen.la>
 * @version 1.0
 * @date 2004-06-30
 * @package gnn
 */


/* form elements :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

form {
    margin: 0px;
    padding: 0px;
}

input, select, textarea {
    margin: 0px;
    padding: 0px;
    padding-top: 1px;
    border: 1px solid #999999;
    background-color: #FFFFFF;
    color: #000000;
    font-family: Verdana, Helvetica, Arial, Sans-Serif;
    font-size: 12px;
}

input {
    width: 300px;
    height: 15px;
    line-height: 17px;
}

textarea {
    height: 150px;
    width: 300px;
}

select {
    width: 170px;
}

input[type=submit] {
    height: 16px;
    margin: 2px;
    width: auto;
}

input[type=file] {
    height: 18px;
    width: 180px;
}

input[type=checkbox] {
	width: auto;
	height: auto;
}

.btn_submit {
    width: 54px;
    height: 18px;
    margin: 4px;
    padding: 0px;
    border: none;
    background: none;
}

.app {
    display: block;
    float: left;
    width: 550px;
}

.optional {
    display: block;
    float: left;
    width: 538px;
    padding-left: 5px;
    border-left: 7px solid #E5E5E5;
    margin-top: 10px;
    background: url(/images/form_bg.gif);
}

.required {
    display: block;
    float: left;
    width: 538px;
    padding-left: 5px;
    border-left: 7px solid #AA0021;
    margin-top: 10px;
    background: url(/images/form_bg.gif);
}

.submit {
    display: block;
    float: left;
    width: 538px;
    padding-left: 5px;
    border-left: 7px solid #FFFFFF;
    margin-top: 10px;
}

.label {
    display: block;
    float: left;
    width: 350px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, Verdana, Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}

.label:after {
	content: ':';
}

.hint {
	float: left;
	padding: 2px;
	padding-left: 4px;
	width: 170px;
	z-index: 2;
	position: relative;
	top: -11px;
}

.element {
    display: block;
    float: left;
    width: 346px;
    padding: 2px;
}

.instructions {
    display: block;
    float: left;
    width: 550px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Helvetica, Arial, Verdana, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    color: #000000;
    border-bottom: 1px dotted #000000;
}

.errors {
    display: block;
    float: left;
    width: 550px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Helvetica, Arial, Verdana, Sans-Serif;
    font-size: 11px;
    font-weight: normal;
    color: #AA0021;
    border-bottom: 1px solid #000000;
}

.results {
    display: block;
    float: left;
    clear: both;
    width: 530px;
    padding: 10px;
    margin-top: 10px;
    background-color: #E6E6E6;
    font-family: Helvetica, Arial, Verdana, Sans-Serif;
    font-size: 12px;
    line-height: 15px;
    font-weight: normal;
    color: #000000;
}

.results p {
    display: block;
    padding-top: 2px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, Verdana, Sans-Serif;
    font-size: 12px;
    line-height: 15px;
    font-weight: normal;
    color: #000000;
}