/*
    The following information must not be removed:
    Awesome Form v2.1 CSS
    Written by: Paul Armstrong, Paul Armstrong Designs
    Site: http://paularmstrongdesigns.com
    Example & Documentation: http://paularmstrongdesigns.com/examples/css/awesome-form.html
    Thu Jun 22 22:38:39 2006

    Special thanks to Zach Johnson for helping and pushing me to make the changes.
    Site: http://tech.no.logi.es (those aren't dots, they are diamonds)

    This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License
    http://creativecommons.org/licenses/by-sa/2.5/
*/

/*
IE button fix, Charles A. Peterson,
found at http://jehiah.cz/archive/button-width-in-ie
*/
input[type="button"],input[type="submit"] {
    padding: 0 .25em 0 .25em;
    width: auto;
    overflow: visible;
}

/*
    In the following section, many of the values must be changed in reference to another.
    Items labeled as 'subjective' are not dependent and may be easily changed as you see fit.
*/
.awesomeform label,.awesomeform .label {
    width: 14em; /* label width */
    /* label margin = (input left margin) - (label width) */
    margin-right: 1em; /* label margin */
}

.awesomeform label.long,.awesomeform p.label {
    margin-left: 10em; /* subjective */
    width: 25em;
    /* (textarea width) + (label width) + (label margin) - (left margin) */
}

.awesomeform label span,.awesomeform .label span {
    color: #900; /* color of required asterisk */
}

.awesomeform input[type="text"] {
    width: 14em;
    /* subjective, only applies to non-checkbox or radio inputs */
}

.awesomeform textarea {
    width: 21em; /* subjective, recommend: (3/2)(input width) */
}

.awesomeform p.desc {
    margin-left: 15em; /* (label width) + (label margin) **recommended */
}

.awesomeform .checks label,.awesomeform.checks label {
    margin-left: 16em; /* (label width) + 2(label margin) */
}

* html .awesomeform .checks input,* html .awesomeform.checks input {
    margin-left: 7.5em; /* (1/2)((label width) + (label margin)) */
}

* html .awesomeform .checks label,* html .awesomeform.checks label {
    margin-left: 15em; /* (label width) + (label margin) */
    height: 1em;
}

.awesomeform .afloat label,.awesomeform .afloat .label {
    width: 14em;
}

/*********************************************************************************
    DO NOT EDIT BELOW THIS LINE
*********************************************************************************/
.awesomeform label,.awesomeform .label {
    float: left;
    text-align: right;
    padding-top: 0.2em;
    font-weight: bold;
    font-size: 1em;
}

.awesomeform label.long {
    float: none;
    display: block;
    text-align: left;
}

.awesomeform label.long:after {
    content: "";
}

.awesomeform input,.awesomeform textarea,.awesomeform select {
    display: block;
    margin-bottom: 0;
}

.awesomeform select[multiple="multiple"] {
    margin-left: 0px;
}

.awesomeform br {
    clear: left;
}

.awesomeform input[type="radio"],.awesomeform input[type="checkbox"],.awesomeform input[type="hidden"]
    {
    width: auto;
    height: 1.2em;
    border: 0;
}

.awesomeform input[type="hidden"] {
    display: none;
}

.awesomeform p.desc {
    display: block;
    position: relative;
    top: -1em;
    margin-bottom: 0em;
    font-style: italic;
    font-size: 0.9em;
}

.awesomeform .checks label,.awesomeform.checks label {
    float: none;
    width: auto;
    clear: none;
    display: block;
    text-align: left;
    height: 1.4em;
    padding-top: 0;
    margin-bottom: 0;
}

.awesomeform .checks label:after,.awesomeform.checks label:after,.checks label:after
    {
    content: "";
}

.awesomeform .checks input,.awesomeform.checks input {
    float: left;
    text-align: right;
    width: auto;
    margin-left: 14em;
}

* html .awesomeform br {
    line-height: 1em;
    font-size: 0.5em;
}

/*********** Floats for options ***************/
/****   add sub fieldset with class=afloat ****/
.awesomeform .afloat {

}

.awesomeform .afloat input,.awesomeform .afloat select,.awesomeform .afloat textarea
    {
    float: left;
    margin: .2em;
    padding: 0em;
    position: relative;
    bottom: .2em;
    height: 1.6em;
}

.awesomeform .afloat textarea {
    height: 3.2em;
}

.awesomeform .afloat input[type="checkbox"] {
    width: 1em;
}

.awesomeform .afloat label,.awesomeform .afloat .label {
    float: left;
    padding: 0em;
    margin: .2em;
}

.awesomeform .afloat br {
    clear: none;
    padding: 0em;
    line-height: 0em;
    font-size: 0em;
}

/*********** Floats for links ***************/
/****   add sub fieldset with class=linkfloat ****/
.awesomeform .linkfloat a {
bottom:0.2em;
float:left;
height:1.6em;
margin:0.2em;
padding:0em;
position:relative;
}
.awesomeform .linkfloat br {
clear:none;
font-size:0em;
line-height:0em;
padding:0em;
}

