textarea.logo{
	font: 12px Courier New;
	width: 500px;
	border: 1px solid #284279; 
	margin-right: 0px; 
}
textarea.mail{
	font: 12px Courier New;
	cols: 60;
	rows: 40;
	width: 500px;
	border: 1px solid #284279; 
	margin-right: 0px; 
}

a.sign_in {
    background: url(/i/img/icon_sign_in.gif) center left no-repeat;
}
a.email {
    background: url(/i/img/icon_email.gif) center left no-repeat;
}
a.create_account {
    background: url(/i/img/icon_user_add.gif) center left no-repeat;
}
a.edit {
    background: url(/i/img/edit.gif) center left no-repeat;
}
a.on {
    background-color: #FFDA6D;
    text-decoration: none;
}
a.faqon {
	font-weight: bold;
}
.answers a {
	text-decoration: underline;
}
.notice {
    -moz-border-radius: 10px;
    background: #FF9;
    border: 1px solid #CC9;
    border-bottom: 2px solid #CC6;
    border-right: 2px solid #CC6;
    color: #C60;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0;
}
.notice p {
    margin-bottom: 0;
}
.notice a {
	text-decoration: underline;
}
.error {
    -moz-border-radius: 10px;
    background: #C99;
    border: 1px solid #933;
    border-bottom: 2px solid #933;
    border-right: 2px solid #933;
    color: #900;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0;
}
.error p {
    margin-bottom: 0;
}
.slider {
    list-style-type: none;
    margin: 0;
    padding: 0;
    clear: both;
    display: block;
}
.slider li {
    display: inline;
}
.slider a {
    background: #EEE;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #369;
    text-decoration: none;
}
.slider a.on:visited {
    color: #FFF;
}
.slider a:hover {
    background: #9CF;
    color: #369;
    text-decoration: none;
}
.slider .next, 
.slider .previous {
    font-weight: bold;
}
.slider .on {
    background: #369;
    color: #FFF;
    
}
.dates {

}
.dates dt {
    display: block;
    float: left;
    background: #FC6;
    border: 1px solid #C93;
    color: #960;
    width: 30px;
}
.dates dt .month {
    display: block;
    line-height: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #C93;
    font-size: 10px;
    text-align: center;
}
.dates dt .day {
    display: block;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    background: #FFC;
}
.dates dd {
    display: block;
    padding-left: 40px;
}
.action {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.action li {
    display: inline;
    line-height: 25px;
}
.action a:link, .action a:visited, .action a:active {
    border: 1px solid #F90;
    background: #FC0 url(/i/img/bg_button.gif) top left repeat-x;
    color: #C60;
    padding: 5px 10px;
    -moz-border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
    margin-right: 10px;
    font-weight: bold;
}
.action a:hover {
    background-color: #FFDA6D;
    text-decoration: none;
}
div.col_left {
    float: left;
    width: 48%;
    margin-right: 2%;  
}
div.col_right {
    float: left;
    width: 47%;
    margin-left: 2%; 
}

.highlight {
    border: 1px solid #CCC;
    border-right: 2px solid #CCC;
    border-bottom: 2px solid #CCC;
    background: #EEE;
    -moz-border-radius: 10px;
    padding: 10px;
}
ul.graph {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.graph li {
    margin-bottom: .5em;
    background: #96C;
}
ul.graph li .label {
    background: #FFF;
    font-weight: bold;
    padding-bottom: 5px;
    display: block;
}
ul.graph li .value {
    background: #639;
    text-align: center;
    line-height: 25px;
    display: block;
    color: #FFF;
    overflow: hidden;
}
input.text {
    display: block;
    width: 98%;
    border: 1px solid #CC6;
}
input.button {
    border: 1px solid #F90;
    background: #FC0 url(/i/img/bg_button.gif) top left repeat-x;
    color: #C60;
    padding: 0 10px;
    -moz-border-radius: 5px;
    text-decoration: none;
    margin-right: 10px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}
input.button:hover {
    background-color: #FFDA6D;
    text-decoration: none;
}

fieldset .details {
    background: #FFC;
    padding: 10px;
    border: 1px solid #CC6;
    -moz-border-radius: 5px;
}
img.float_left {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
img.float_right {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}
.intro {
    letter-spacing:2px;
    border-bottom: 2px solid #333;
    padding-bottom: 20px;
    line-height: 1.5em;
    text-align: left !important;
    font-size: 16px;
}