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

body,th,td,tt,p,div,span {
	color: #2d2d2d;
	font: 12px tahoma,  verdana, arial, sans-serif;
	}
	
	input,textarea,select {
	color: #2d2d2d;
	font: 12px tahoma, verdana, arial, sans-serif;
	padding: 0px;
	margin: 0px 3px 0px 0px;
}
input, textarea {
	padding: 1px;
}
textarea {
	margin: 0px;
}
.input-text {
	color: #2d2d2d;
	border: 1px solid #6e9db7;
	vertical-align: top;
	font-weight: normal;
}
.input-textarea {
	border: 1px solid #6e9db7;
	font-weight: normal;
}
.input-text-100 {
	color: #2d2d2d;
	border: #333333 1px solid;
	width: 100%;
	}
	/* buttons 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;
}

/* buttons 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;
}

