/* Content elements --------------------------------------------------------- */

#content {
        width: 100%;
        padding: 0px;
        margin: 0px;
        background: #161e23 url("../images/bg_content.jpg") repeat-x;
}
        #content .main {
                overflow: auto;
                padding: 0 20px 0px 20px;
        }
#text   {
        float: left;
        width: 585px;
        min-height: 300px;
        margin: 0;
        padding: 25px 20px 20px 20px;
        background: #16191b;
}
        #text p {
                font-size: 14px;
                line-height: 21px;
                margin-top: 5px;
                margin-bottom: 10px;
                color: #ccc;
        }
        #text a {
                color: #ccc;
        }
        #text a:hover {
                color: #fff;
        }
        #text h2 {
                font-family: helvetica,sans-serif;
                font-size: 180%;
                color: #eee;
        	margin: 0px 0px 8px 0px;
        	text-transform: uppercase;
        }
        #text .block {
                padding: 15px;
                margin: 20px 0 0 0;
                background: #202326;
        }

/* Sidebar elements --------------------------------------------------------- */

#sidebar {
        float: left;
        padding-right: 20px;
}
        
#login {
        width: 263px;
        height: 268px;
        margin: 20px 0 50px 0;
        text-align: left;
}

#login p {
        font-size: 12px;
        color: #888;
        margin-top: 5px;
        margin-bottom: 5px;
}

#login .header {
        width: 263px;
        height: 40px;
        background: url("../images/login_header.png") no-repeat;
}

#login .content {
        height: 200px;
        background: #2a3036 url("../images/login_bg.jpg") no-repeat;
        padding: 10px;
}

#login .footer {
        width: 263px;
        height: 23px;
        background: url("../images/login_footer.png") no-repeat;
}

#login label {
		font-size: 12px;
		color: #aaa;
}
        

/* Form data elements ------------------------------------------------------- */

fieldset {
	padding: 15px;
        margin: 20px 0 0 0;
        background: #202326;
	border: 1px solid #666;
	-moz-border-radius: 5px;
}
fieldset .right {
        float: left;
        width: 70%;
        clear: right;
}
legend {
	color: #ccc;
	font-weight: bold;
}
label {
        font-size: 14px;
        color: #ccc;
}
input,select,textarea {
        font-size: 18px;
	color: #ccc;
	font-family: arial,helvetica,sans-serif;
}
select,textarea {
	background: #222;
	width: 90%;
	margin-bottom: 10px;
	padding: 5px;
}
textarea {
        padding: 5px;
	height: 100px;
	overflow: auto;
	background: #44484b url("../images/bg_input-text.png") repeat-x;
	border: 1px inset #222;
}
select {
        width: 55%;
        color: #eee;
        font-size: 15px;
        background: url("../images/bg_input-text.png") repeat-x;
	border: 1px solid #1a1a1a;
}
input[type="text"],input[type="password"] {
        width: 90%;
        height: 20px;
	padding: 5px;
	margin-bottom: 10px;
	background: #44484b url("../images/bg_input-text.png") repeat-x;
        border: 1px inset #222;
}		

/* Contact */

#contact label {
        float: left;
	width: 150px;
        font-size: 14px;
        line-height: 32px;
        color: #ccc;
}

#contact .error {
        width: 87%;
        background: #444 url("../images/icon_error.png") no-repeat 4px 5px;
        display: block;
        padding-left: 24px;
        padding-bottom: 5px;
        padding-top: 5px;
        margin-top: -5px;
        margin-bottom: 10px;
        font-size: 11px;
        color: #eee;
}

#contact #button_contact, #loading {
        padding: 8px 0 0 0;
}

/* Login */

a.button1 {
        width: 120px;
        height: 22px;
        background: url("../images/button_bg1.png") 0 -1px no-repeat;
        color: #444 !important;
        display: block;
        font-size: 12px;
        font-weight: bold;
        padding-top: 5px;
        margin-top: 15px;
        text-align: center;
        text-decoration: none;
}
a.button1:hover {
        color: #fff !important;
        background: url("../images/button_bg1.png") 0 -29px no-repeat;
}
.loginback {
        width: 240px;
        height: 20px;
        background: url("../images/input_bg1.png") no-repeat;
        border: 1px inset #222;
        padding: 0 0 5px 0;
}
.loginback.red {
        background: #c13333;
        border: 1px inset red;
}
input.login,input.login:hover,input.login:focus {
        background: transparent;
        border: none;
        font-family: arial,helvetica,sans-serif;
        font-size: 12px;
        color: #ccc;
        margin: 0;
        padding: 5px 5px 0;
        width: 245px;
}

/* Flash message elements --------------------------------------------------- */

#flash { position: fixed; top: 0px; left: 0px; width: 100%; px; z-index: 1000; font-size: 15px; background-color: #569; color: white; border-bottom: 1px solid #555; }
#flash, #flash * { -moz-opacity:0.95; -khtml-opacity: 0.95; opacity: 0.95; cursor: pointer; }
#flash .yui-b { padding: 8px; padding-bottom: 0px; }
#flash .yui-b>* { font-size: 138%; }
#flash label { display: block; font-weight: bold;}
/*#flash label:after { content: ':'; }*/
#flash.subtle { background-color: #444; color: white; }
#flash.subtle:hover { background-color: #222; }
#flash.warning { background-color: #ff0; color: black; }
#flash.warning:hover { background-color: #ff8; }
#flash.success { background-color: #595; }
#flash.success:hover { background-color: #7b7; }
#flash.failure, #flash.error { background-color: #800; }
#flash.failure:hover, #flash.error:hover { background-color: #a00; }
/*flash.subtle, #flash.success, #flash.failure, #flash.error { text-shadow: black 2px 2px 2px; }*/
