/*  BASE  */


body {
	background-image:url('/media/images/bg.gif');
	background-repeat:repeat-x;

	font-family:lucida sans unicode;
	font-size:11px;
}


a:link, a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#747474;
	text-decoration:none;
}

a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#747474;
	text-decoration:underline;
}

h1 {
	font-family:lucida sans unicode;
	font-size:20px;
	color:#81cb36;
	text-transform:uppercase;
	margin-bottom:10px;
}

h2 {
	color:#80ca35;
	font-size:12px;
	font-weight:bold;
	margin:0;
}

h3 {
	color:#80ca35;
	font-size:12px;
	font-weight:bold;
	margin:3px 0 3px 0;
}

h4 { 
	color:#80ca35;
	font-size:18px;
	font-weight:bold;
	line-height:normal;
	margin:0;
}


/*  FORM INPUTS */

form {
	margin:0px;
}

/*
#radio input {
	border:0;
}

table.form {
        margin-left:auto;
        margin-right:auto;
}

table.form td {
        padding:3px;
}

table.form td label {
        float:right;
}  */


/*  MESSAGES  */
.messages {
        padding:10px;
        text-align:center;
}

.messages .error {
        color:red;
        font-weight:bold;
}

.messages .message {
        color:green;
        font-weight:bold;
}

.error_message {
        color:red;
        font-size:10px;
}

label.required {
        font-weight:bold;
}
