/* CSS Document */

* {margin:0; padding:0;}

html {
	font: 90%/1.3 helvetica, arial,sans-serif;
	padding:0em;
	background:#fafafa;
}

body {
	margin:100px 0px; padding:0px;
	text-align:center;
	}
	
#content {
	width:600px;
	margin:0px auto;
	text-align:left;
	padding:5px;
	border:1px solid #eee;
	background:#fff;
	}

form {
	background:#fff;
	padding:0.23em;
	/* border:1px solid #eee; */
}
.login {
	background:url(../images/mg.gif) no-repeat 95% 1em;
}
.contact {
	background:url(../images/email2.gif) no-repeat 95% 1em;
}
fieldset div {
	margin:0.3em 0;
	clear:both;
}
form {
	margin:1em;
	width:25em;
}
label {
	float:left;
	width:10em;
	text-align:right;
	margin-right:1em;
}
legend {
	/* color:#0b77b7; */
	color:#FF6600;
	font-size:1.2em;
	font-weight:bold;
}
legend span {
	width:10em;
	text-align:right;
}
input {
	padding:0.15em;
	width:10em;
	border:1px solid #c5c5c5;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
input:hover, input:focus {
	border-color:#fe6200;
	background:#f6f6f6;
} 
fieldset {
	border:1px solid #ddd;
	padding:0 0.5em 0.5em;
}

input.default {
	color:#bbb;
}

#submit-go {
	margin-top:1em;
	width:69px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(../images/submit-button.gif) no-repeat 0 0;
	display:block;
	/* cursor:pointer !important; cursor:hand; */
}
#submit-go:hover {
	background-position:0 -26px;
}

select {
	padding:0.15em;
	width:10em;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}

.info-box, .success-box, .warning-box, .error-box {  
    border: 1px solid;  
    margin: 10px 0px;  
    padding:15px 10px 15px 50px;  
    background-repeat: no-repeat;  
    background-position: 10px center;
}  
.info-box {  
    color: #00529B;  
    background-color: #BDE5F8;  
    background-image: url(../images/info.png);  
}  
.success-box {  
    color: #4F8A10;  
    background-color: #DFF2BF;  
    background-image:url(../images/success.png);  
}  
.warning-box {  
    color: #9F6000;  
    background-color: #FEEFB3;  
    background-image: url(../images/warning.png);  
}  
.error-box {  
    color: #D8000C;  
    background-color: #FFBABA;  
    background-image: url(../images/error.png);  
}
