html, body { min-height: 100%; }

body {
	font-size: .9em;
	background-color: #EAEAEA;
	font-family: "Arial", "Trebuchet MS", sans-serif;
}

#wrapper {
	min-height: 100%;
	background-color: white;
	border: 1px solid #DEDEDE;
	padding: 10px 0 200px 0;
}

#wrapper img {
	margin: 0 auto;
	display: block;
	margin-bottom: 20px;
	
}

#wrapper strong {
}

#wrapper .form-wrapper {
	margin: 0 100px;
        min-height: 100%;
}

form label,
form input[type=text] {
	display: block;
}

form fieldset label { 
	display: inline;
}

form fieldset legend {
	color: #5683D5;
}

form fieldset {
	border: none;
	background: #EDF1FA;
}
input[type=text],
textarea {
	background: white url("menu-hover-sombra.gif") repeat-x 0 -2px;
	border-color:#A1A1A1 #C1C1C1 #D1D1D1;
	border-style: solid;
	border-width: 1px;
	font-size: 1.2em;
	padding: 3px;
	margin: 2px 0 20px;
}

input[type=text]:hover,
textarea:hover {
	border-color:#A1A1A1 #C1C1C1 #D1D1D1;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}
