/* --
I'm using CSS3 styles to speed this up without comprimising looks
This isn't valid for older browsers, proceed with caution!
-- */


fieldset, ul{
	border: 0;
	padding: 0;
	margin: 0;
}

ul{list-style: none;}


ul.alert{
	font-size: 12px;
}

ul.alert.error{
	color: #990000;
	
}

ul.alert.success{
	color: #333333;
	
}

fieldset li{
	margin: 0 0 15px 0;
}

input[type=text],
input[type=password]{
    width: 98%;
    margin: 0;
	padding: 7px 5px 4px;
	color: #555;
	font-size: 12px;
	font-family: inherit;
	border-color: #E5E5E5;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
}

label{
	color: #333;
	font-size: 12px;
	line-height: 1.9em;
}

input.button {
	float: left;
	border: 0;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	position: relative;
	cursor: pointer;
}

 /* Sizes ---------- */

.large.button {
    font-size: 12px;
    padding: 10px 14px 9px;
}

button.large.button {
    font-size: 12px;
    padding: 7px 7px 7px 10px;
    border: 0;
}
 
/* Colors ---------- */


.blue.button {
    background-color: #99CC00;
}


/* Conditions */

.content_text_small{
	
	font-size:11px;
	color: #666666;
	
}