form {
    clear: both;
    padding: 0;
}
fieldset {
    border: 1px solid #ccc;
    margin-bottom: 1em;
    padding: 16px 20px;
}
fieldset legend {
    background:#fff;
    color: #e32;
    font-size: 160%;
    font-weight: bold;
}
fieldset fieldset {
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 16px 10px;
}
fieldset fieldset legend {
    font-size: 120%;
    font-weight: normal;
}
fieldset fieldset div {
    clear: left;
    margin: 0 20px;
}
form div {
    clear: both;
    vertical-align: text-top;
    padding: 0px;
}
form .input {
    color: #444;
}
form .required {
    font-weight: bold;
}
form .required label:after {
    color: #e32;
    content: '*';
    display:inline;
}

form div.submit {
    border: 0;
    clear: both;
}
label {
    display: block;
    font-size: 110%;
    margin-bottom:3px;
}
input, textarea {
    clear: both;
    font-size: 120%;
    font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
    padding: 0px;
    width:98%;
    border: 1px solid #627AAD;
}
select {
    clear: both;
    font-size: 120%;
    vertical-align: text-bottom;
}
select[multiple=multiple] {
    width: 100%;
}
option {
    font-size: 120%;
    padding: 0 3px;
}
input[type=checkbox] {
    clear: left;
    float: left;
    margin: 0px 6px 7px 2px;
    width: auto;
}
div.checkbox label {
    display: inline;
}
input[type=radio] {
    float:left;
    width:auto;
    margin: 0 3px 7px 0;
}
div.radio label {
    margin: 0 0 6px 20px;
}

input[type=submit] {
    display: inline;
    font-size: 110%;
    width: auto;
    font-weight:normal;
    padding: 0px 8px;
    background:#e6e49f;
    background: -webkit-gradient(linear, left top, left bottom, from(#f1f1d4), to(#e6e49f));
    background-image: -moz-linear-gradient(top, #f1f1d4, #e6e49f);

    color:#333;
    border:1px solid #aaac62;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    text-decoration:none;
    text-shadow: #fff 0px 1px 0px;
    min-width: 0;
}
form .submit input[type=submit] {
    background:#62af56;
    background: -webkit-gradient(linear, left top, left bottom, from(#a8ea9c), to(#62af56));
    background-image: -moz-linear-gradient(top, #a8ea9c, #62af56);
    border-color: #2d6324;

    background:#627AAD;
    background: -webkit-gradient(linear, left top, left bottom, from(#C8DDF7), to(#627AAD));
    background-image: -moz-linear-gradient(top, #C8DDF7, #627AAD);
    border-color: #627AAD;

    color: #000;
    text-shadow: #C8DDF7 0px 1px 0px;
}
form .submit input[type=submit]:hover {
    background:#4ca83d;
    background: -webkit-gradient(linear, left top, left bottom, from(#85e573), to(#4ca83d));
    background-image: -moz-linear-gradient(top, #85e573, #4ca83d);

    background:#76AAEC;
    background: -webkit-gradient(linear, left top, left bottom, from(#76AAEC), to(#4F719D));
    background-image: -moz-linear-gradient(top, #76AAEC, #4F719D);
}

form input[type=text] {
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    width: 100%;
}

#formLogin {
    display: none;
    padding-top: 2px;
    font-size: 14px;
    color: white;
    font-family: sans-serif;
}

#formLogin div{
    display: inline;
    clear: none;
}

#formLogin label,
#formLogin input{
    display: inline;
    width: auto;
    margin-right: 5px;
    font-size: 14px;
}

#formLogin label{
    color: white;

}

#formLogin .submit input[type=submit] {
    display: inline;
    font-size: 100%;
    width: auto;
    font-weight:normal;

    margin-left: 10px;
    margin-right: 0px;
    padding: 0px 3px;

    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    text-decoration:none;
    min-width: 0;

    background:#EDEFF4;
    border: 1px solid white;

    color: black;
    text-shadow: none;
}


div.form {
    /*height: 55px;*/
    margin: 0px;
    padding: 0px;
    /*background-color: #EDEFF4;*/
    background-color: #F5F8C9;
    border: 1px solid #D8DFEA;
    margin-top: 5px;
    margin-bottom: 10px;
}

div.form table{
    margin: 5px 0px;
    width: 100%;
    border-collapse: collapse;
}

div.form table tr td{
    margin: 0px;
    padding: 0px 3px;
    vertical-align: middle;
}

div.form table tr td #span_nickname{
    padding-left: 0px;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 110%;
}

div.form table tr.notice td {
}

div.form table tr.notice td div{
    display: block;
    margin: 0px 5px;
    margin-top: 5px;
    padding-left: 10px;
    display: block;
    border: 1px solid #860404;
    background-color: #fef1ec;
    color: black;
}

div.form table tr.notice td div span.ui-icon{
    float: left;
    margin-right: 5px;
}

div.form table tr td span#smileys img.smiley{
    opacity:0.6;
    filter:alpha(opacity=60)
}

/*#WhispsMessage:focus {
    outline:none;
    border-color:rgba(82,168,236,.75)!important;
    box-shadow:0 0 8px rgba(82,168,236,.5);
    -moz-box-shadow:0 0 8px rgba(82,168,236,.5);
    -webkit-box-shadow:0 0 8px rgba(82,168,236,.5);
}*/