@charset "utf-8";

* {
	margin: 0; padding: 0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	outline: none; border: none;
}

body, html {height: 100%; position: relative;}

body {background: url(../images/body_bg.png) repeat center top; color: #484848; width: 100%;}

#login {position: relative; width: 300px; margin: 0 auto; height: 100%; overflow:  hidden;}

#login #top {background: url(../images/sidebar_bg.png) top left repeat;  height: 300px; position: relative;
		-moz-border-radius-bottom-left:5px; -webkit-border-bottom-left-radius:5px; border-bottom-left-radius:5px; 
		-moz-border-radius-bottom-right:5px; -webkit-border-bottom-right-radius:5px; border-bottom-right-radius:5px;
}

#login #bottom {background: url(../images/sidebar_bg.png) top left repeat;  height: 100%; position: relative;
		-moz-border-radius-top-left:5px; -webkit-border-top-left-radius:5px; border-top-left-radius:5px; 
		-moz-border-radius-top-right:5px; -webkit-border-top-right-radius:5px; border-top-right-radius:5px;
		overflow-y: hidden;
}

#logo { width: 230px; height: 60px; position: absolute; top: 200px; left: 35px; background: url(../images/logo.png) top left no-repeat;}

.inbox {background: #fff; padding: 25px 10px 0px; position: relative; margin: 30px 0 20px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; border: 1px solid #bbb;}	
.inbox h2 { position: absolute; top: -8px; left: 10px; font-size: 14px; color:#444; padding: 0 3px; background: #f9f9f9;}


.data_input {display: inline-block; padding:0 20px 20px 0;}
.data_check {display: inline-block; padding:0 20px 20px 0; min-width: 175px;}
.data_text {display: inline-block; padding:0 0 20px 0;}
.data_input label, .data_text label {display: block; font-size: 12px; padding: 0 0 4px 4px; max-width: 100px;
				-moz-text-shadow: 0px 1px 1px white; -webkit-text-shadow: 0px 1px 1px white; text-shadow: 0px 1px 1px white;}
.data_check label 	{padding: 4px 6px; font-weight: bold; font-size: 13px; color: #555; width: 140px; display: inline;
				-moz-text-shadow: 0px 1px 1px white; -webkit-text-shadow: 0px 1px 1px white; text-shadow: 0px 1px 1px white;}
.data_input input, .data_input select, .data_text textarea { padding: 4px 6px; font-weight: bold; font-size: 13px; color: #555; width: 265px;
				-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; border: 1px solid #ccc;
				 box-shadow: inset 5px 5px 6px rgba(232,232,232,1); -moz-box-shadow: inset 5px 5px 6px rgba(232,232,232,1); -webkit-box-shadow: inset 5px 5px 6px rgba(232,232,232,1); background: #fff;
}
.data_text textarea {width:600px; height: 100px; margin-right: 0px;}
.data_input select {height: 25px;}
.data_input input:focus, .data_text textarea:focus {
	-moz-box-shadow: 0px 0px 4px rgb(92,165,255,0.8);
    -webkit-box-shadow: 0px 0px 4px rgba(92,165,255,0.8);
    box-shadow: 0px 0px 4px rgba(92,165,255,0.8);
}
.data_input input:hover, data_input option:hover, .data_text textarea:hover {
	-moz-box-shadow: 0px 0px 4px rgb(92,165,255,0.8), inset -3px -3px 6px rgba(232,232,232,1);
    -webkit-box-shadow: 0px 0px 4px rgba(92,165,255,0.8), inset -3px -3px 6px rgba(232,232,232,1);
    box-shadow: 0px 0px 4px rgba(92,165,255,0.8), inset -3px -3px 6px rgba(232,232,232,1);
}
.data_input input:disabled {
		color: #444; background: #fff;
		box-shadow: inset 5px 5px 6px rgba(240,240,240,1); -moz-box-shadow: inset 5px 5px 6px rgba(240,240,240,1); -webkit-box-shadow: inset 5px 5px 6px rgba(240,240,240,1);
}
.data_buttons {text-align: right; padding-bottom: 20px;}
.data_buttons input, .data_buttons a {
	margin-left: 10px; padding: 7px 10px; font-size: 13px; color: #fff; font-weight: bold; cursor: pointer;
	-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; border: 1px solid #342520;
	-moz-text-shadow: 0px -1px 2px black; -webkit-text-shadow: 0px -1px 2px black; text-shadow: 0px -1px 2px black;
	background: -webkit-gradient(linear, left top, left bottom, from(#60443b), to(#040303));
	background: -moz-linear-gradient(top, #60443b, #040303) ;
	background: linear-gradient(top,  #60443b, #040303);
	background: -o-linear-gradient(top,  #60443b, #040303);
	-moz-box-shadow:  inset 0 1px 2px rgba(256,256,256,0.5);
    -webkit-box-shadow:  inset 0 1px 2px rgba(256,256,256,0.5);
    box-shadow: inset 0 1px 2px rgba(256,256,256,0.5);
}
.data_buttons input.disabled, .data_buttons input.disabled:hover, .data_buttons a.disabled, .data_buttons a.disabled:hover {
	border-color: #717171;
	background: -webkit-gradient(linear, left top, left bottom, from(#8d8d8d), to(#4f4f4f));
	background: -moz-linear-gradient(top, #8d8d8d, #4f4f4f) ;
	background: linear-gradient(top,  #8d8d8d, #4f4f4f);
	background: -o-linear-gradient(top,  #8d8d8d, #4f4f4f);
	-moz-box-shadow:  inset 0 1px 2px rgba(256,256,256,0.7);
    -webkit-box-shadow:  inset 0 1px 2px rgba(256,256,256,0.7);
    box-shadow: inset 0 1px 2px rgba(256,256,256,0.7);
}
.data_buttons input:hover, .data_buttons a:hover {
	-moz-text-shadow: 0px -1px 2px black; -webkit-text-shadow: 0px -1px 2px black; text-shadow: 0px -1px 2px black;
	background: -webkit-gradient(linear, left top, left bottom, from(#85400F), to(#040303));
	background: -moz-linear-gradient(top, #85400F, #040303) ;
	background: linear-gradient(top,  #85400F, #040303);
	background: -o-linear-gradient(top,  #85400F, #040303);
}

.errorMessage {font-size: 11px; border: 1px solid red; color: red; padding: 3px; margin-top: 10px;
	-moz-border-radius:3px; -webkit-border-radius:5px; border-radius:5px;
}

