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

.form required
{
	font-weight:400;
}

/* BUTTONS */

.buttons button{

    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:1.2em;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}

.buttons a{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
.buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
.buttons button img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
/* STANDARD */
.buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
button:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}

.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}
/* POSITIVE */
.buttons a.positive{
    color:#529214;
}
button.positive{
    color:#529214;
}
button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.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 */
button.negative{
    color:#d12f19;
}
.buttons a.negative{
    color:#d12f19;
}
button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}
/* Form Elements */

.zerolineheight
{
	line-height:1.4em;
	margin-bottom:10px;
}
 li.long
{
	margin-left:50px;
}

.long input,.long select
{
	margin-left:20px;
}

.captcha
{
	margin-left:7px;
}
#captchabox {
	padding-right: 19px;
}

.captcha input
{
	float:left;
	margin:10px;
}

.captcha img
{
	float:left;
	margin:0 -10px 0 0 !important;
}


form p.note
{
	color:#333;
	font-size:90%;
	margin-left:170px;
}

form h3
{
	color:#444;
	font-size:1.6em;
	margin-top:0;
}

form fieldset
{
	background:#f6f9f9;
	border:none;
	margin:10px 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

form legend
{
	color:#666;
	font-weight:700;
}

/* Inputs */
form fieldset li
{
	list-style:none;
	overflow:hidden;
	padding:0.3em 0;
}

form li input,form li select
{
	width:250px;
}

input
{
	border:1px solid #d0d0d0;
	font-size:1.1em;
	padding:4px;
}
select
{
	border:1px solid #d0d0d0;
	padding:4px;
	font-size: 1em;
}
textarea
{
	border:1px solid #d0d0d0;
	padding:4px;
	font-size: 1.2em;
}

input:focus,.error input:focus,textarea:focus,select:focus
{
	background-color:#FFC;
	border-color:#FC6;
}
/*label
{
	line-height:25px;
	font-size: 1em;
}*/
label
{
	display:block;
	float:left;
	line-height:25px;
	margin-right:10px;
	padding-right:15px;
	position:relative;
	text-align:right;
	width:150px;
	font-size: 1em;
}

label.long
{
	text-align:left;
	width:600px;
}

.error label,.error p
{
	color:#C00;
}

.error input
{
	background-color:#FEF;
	border-color:#C99;
	color:#D91111 !important;
}
.data {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-align: left;
}
.jform {
	font-size: 12px;
	text-align: left;
	padding-left: 10px;
	line-height: 18px;
}
