@charset "UTF-8";
/* Master CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
}

/* Reset
------------------------------------------------------------------------------- */
*{
	margin: 0;
	padding: 0;
}
hr, .access, legend{
	display: none;
}
fieldset, a img {
	border:0;
}
ul{
	list-style: none;
}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	font-size: 100%;
	letter-spacing:-.03em;
}
table{
	width:100%;
	border-collapse:collapse;
}
input, select, textarea, button{
	font-family: Arial, sans-serif;
}
fieldset input, select, textarea{
	border:1px solid #7b7b7b;
	border-right-color:#cacaca;
	border-bottom-color:#ddd;
	border-left-color:#c3c3c3;
	background-color:#FFF;
}
fieldset input, textarea{
	padding:2px 1px;
}
select option{
	padding-right:10px;
}
p.buttons input,
p.buttons button{
	letter-spacing:-.03em;
}
a{
	text-decoration:underline;
	outline:none;
}

/* General User Messages
------------------------------------------------------------------------------- */
div.message{
	margin: 0 0 10px;
	padding: 14px 10px 14px 50px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	text-align:left;
	font-weight:bold;
}
div.message p{
	margin:0;
	font-size:13px;
	line-height:15px;
}
div.message p em{
	font-style:normal;
}
/* OK */
div.message.ok{
	background: #d1ecbe url(../images/ico-ok.gif) 12px 7px no-repeat;
	border: 1px solid #336f07;
	color: #336f07;
}
/* Notice */
div.message.notice{
	background: #fefec6 url(../images/ico-exclamation.gif) 12px 7px no-repeat;
	border: 1px solid #fbdc52;
	color: #776030;
}

/* Error */
div.message.error{
	background: #ffe1e1 url(../images/ico-error.gif) 12px 7px no-repeat;
	border: 1px solid #de4d4d;
	color: #de4d4d;
}

/* Clearfix
------------------------------------------------------------------------------- */
.clearfix:after {
    content: " "; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
