<?php header("Content-type: text/css"); ?>
@charset "utf-8";


/*
hgroup {
	text-align:left;
	margin-bottom:20px;
}

h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#DDDDDD;
	text-transform:uppercase;
	margin-bottom:25px;
	text-align:right;
}

h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#999999;
	text-transform:uppercase;
	margin-bottom:25px;
	text-align:center;
}


section {
	width:auto;
	height:auto;
	clear:both;
	background-color:#FAFAFA;
	border:#F5F5F5 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:10px 10px 10px 10px;
	margin:20px 0px 30px 0px;
}

div.mezo {
	width:100%;
	height:auto;
	margin-bottom:10px;
	clear:both;
}

div.help {
	float:right;
	width:280px;
	height:auto;
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#999999;
	text-align:left;
}

label {
	padding:0px 0px 0px 5px;
	font-weight:bold;
	font-size:10px;
}

input[type=text], 
input[type=password] {
	width:280px;
	padding:5px 5px 5px 5px;
	margin:0px 0px 5px 0px;
	clear:both;

}

input[type=submit] {
	width:150px;
	padding:5px 5px 5px 5px;
	margin:20px 0px 0px 0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	background-color:#000000;
	float:right;

}


input[type=checkbox] {
	margin:0px 5px 0px 10px;
}

select {
	width:290px;
	padding:5px 5px 5px 5px;
	margin:0px 0px 5px 0px;

}

input, textarea, select {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;


    outline:none;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border:1px solid rgba(0,0,0, 0.2);
	overflow:hidden;
}

input:focus, textarea:focus {
    box-shadow: 0 0 3px rgba(200, 200, 200, 1);
    -webkit-box-shadow: 0 0 3px rgba(200, 200, 200, 1); 
    -moz-box-shadow: 0 0 3px rgba(200, 200, 200, 1);
    border:#999 1px solid; 
}

label a {
	color:#003366;
	text-decoration:underline;
}
*/
