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

@import  url('reset.css');
@import url('layout.form.css');
@import url('../colorbox/colorbox.css');
@import url('style.form.css');

/* Custom Modifications */

/*PICKME BOX*/
body{background-color:#d6d6d6}
li.box_grey_li{border:solid 1px #DEDEDE; border-bottom:solid 1px #DEDEDE!important; background:#fff; color:#222; padding:10px; margin:3px; list-style-type:none; width:auto}
.pickme li:hover{cursor:pointer}
.pickme li.selected{border:solid 1px #4F8A10; border-bottom:solid 1px #4F8A10!important; background:#DFF2BF; padding:10px; margin:3px; list-style-type:none}

.money{font-size:24px;line-height:32px;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
.moneySave{text-align:right;font-size:18px;}
h4{
	background: #CCC url('../img/alert-overlay.png') repeat-x 0 0;
	color: #555;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
	padding: 6px 16px;
	text-shadow: 1px 1px 2px #DDD;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
}
h4{
	background-color:  #36C;
	border: 1px solid #36C;
	color: #FFF;
	margin-bottom: 0px;
	margin-top: 0px;
	text-shadow: 1px 1px 2px #006;
}
#header{background-color:#FFFFFF;height:100px;}
div#container{margin: 0 auto; width:960px}
div#content{background-color:#fff;}
.formContainer{overflow:hidden; height:1%; padding:0px; font-family:Arial,Helvetica,sans-serif; font-size:100%; line-height:110%; width:580px; margin: 0 10px 0 10px; float:left;background: #ffffff;border:1px solid #DEDEDE}
#sideBox{float:left; background-color:#FFF; width:350px;height:300px;}
#footer{background-color:#333333;height:100px;}
input.secure{text-shadow: 1px 1px 2px #DDD;	-moz-border-radius: 20px; -webkit-border-radius: 20px; padding: .5em 5em .5em 5em;}

.form{background-color:#FFFFFF;}
input, textarea, select {background-color: #fff}
.idleField {background-color: #FFF}
label.labelUnder {font-size:70%;}
.warningBox{font: bold 14px/1.5 Verdana, Arial, san-serrif;}
input.button, button.button {
	font-size:1.2em;
	line-height:130%;
	text-decoration:none;
	font-weight:bold;
	color:#565656;
	cursor:pointer;
	border:3px solid #4F8A10;
	background-color:#DFF2BF;

}
input.button:hover, input.button a.button:hover, button.button:hover, button.button a.button:hover {
	background-color:#DFF2BF;
	border-color:#4F8A10;
	color:#4F8A10
}
input.button a.button:active, button.button a.button:active {
	border-color:#6299c5
}
input.secure {
	padding-left:2.5em;
	padding-right:1.2em;
	background:url('../img/lock.gif') no-repeat 1em center;
	background-color:#DFF2BF
}
body {
	background: #D6D6D6 url('../img/i2_body.png') no-repeat center top;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

