@charset "UTF-8";
/* ** ** forms ** ** */

#content form { margin:0 0 2em 10%; width:88%;  }
form fieldset { -webkit-border-radius: 0.5em; -moz-border-radius: 0.5em; border-radius:0.5em; padding:1em; border:1px solid #eee; }
form fieldset legend { font-size:1.4em; padding:0 3em; }
form input[type=text], form input[type=email], form input[type=url], form input[type=password], form input[type=number], textarea { background-color:#FFFFFF; -moz-border-radius: 0.25em; -webkit-border-radius: 0.25em; border-radius:0.25em; height:1.75em; margin-bottom:0.5em; border:1px solid #006699; padding:0 0 0px 0.25em; }
form .textarea textarea { background-color:#FFFFFF; -moz-border-radius: 0.25em; -webkit-border-radius: 0.25em; border-radius:0.25em; margin-bottom:0.5em; min-height: 5em; border:1px solid #006699; padding:4px 0 1px 5px; width:100%; }
form .textarea { height:auto; }
form label { display:block; }
/* special form styling */
form div { clear:both; margin-bottom:0.25; }
form div label { float:left; width:auto; }
form div input, form div textarea { width:52%; float:right; }
form div input.invalid { border-bottom:1px solid #f00; }
form fieldset input[type=submit], form fieldset button, .button { font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif; font-size:1em; display: inline-block; -webkit-border-radius: 0.25em; -moz-border-radius: 0.25em; border-radius: 0.25em; border: 1px solid rgba(0, 0, 0, 0.6); background: -webkit-gradient(linear, left top, left bottom, from(#fbfcfb), to(#9d9e9d)); background: -moz-linear-gradient(#fbfcfb, #9d9e9d); background-color: #eee; text-shadow: rgba(255, 255, 255, 0.4) 0px 1px; -webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 1px; -moz-box-shadow: rgba(255, 255, 255, 0.4) 0 1px; box-shadow: rgba(255, 255, 255, 0.4) 0 1px; -webkit-user-select: none; -moz-user-select: none; cursor:pointer; }
form fieldset input[type=submit] span, form fieldset button span, .button span { line-height:1.1; padding: 0.25em 0.35em 0.25em 0.35em; display:block; }
form fieldset input:hover[type=submit], form fieldset button:hover { background: #B5B5B5; -webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 1px,  black 0px 1px 3px inset,  rgba(0, 0, 0, 0.4) 0px -5px 12px inset; -moz-box-shadow: rgba(255, 255, 255, 0.4) 0 1px,  black 0px 1px 3px inset,  rgba(0, 0, 0, 0.4) 0px -5px 12px inset; box-shadow: rgba(255, 255, 255, 0.4) 0 1px,  black 0px 1px 3px inset,  rgba(0, 0, 0, 0.4) 0px -5px 12px inset; text-shadow: rgba(255, 255, 255, 0.3) 0px 1px; cursor:pointer; }
form fieldset .buttons button { float:right;}
/* single column form styling */

form .s_column div { height:auto; margin-bottom:3px; padding:0px; }
form .s_column div label { float:none; width:100%; }
form .s_column div input { width:98%; float:none; }

form .errors { margin-bottom: 1em; color:#cc0000!important;}

#searchform fieldset { padding:0;}
#searchform button { float:right;}
#searchform input { width:120px;}

#footerlinks .ebookimage { float:right; margin: -0.5em -0.5em 0 0}
#ebookform div { clear:none; }
#ebookform fieldset { border:0; padding:0; }
#ebookform label { display: none;}
#ebookform input { float:none; width:85%; }
#ebookform .buttons { float:right;}
#ebookform .subscribe label { display:inline; color:#9fe3f9; font-size:0.833em; margin-right:0.3em; line-height:1.5; }
#ebookform .subscribe input { width:auto; }

.bggreen			{ background-color:#d7df21;}
.bggradgreen	{ color:#ffffff!important; border-color:#999900; text-shadow: none; border-color:#666600!important; background: #D7DF21!important; /* old browsers */ background: -moz-linear-gradient(top, #D7DF21 0%, #A4AB0F 100%)!important; /* firefox */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D7DF21), color-stop(100%,#A4AB0F))!important; /* webkit */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D7DF21', endColorstr='#A4AB0F',GradientType=0 )!important; /* ie */ background: -o-linear-gradient(top, #D7DF21 0%,#A4AB0F 100%); /* opera */}
.bggrey			{ background-color:#666;}
.bgorange		{ background-color:#e07e27;}
.bgblue			{ background-color:#34a2c6;}
.bggradblue		{
color:#ffffff!important;
text-shadow: none;
background: #34A2C6; /* Old browsers */
background: -moz-linear-gradient(top, #34A2C6 1%, #2C8BA5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#34A2C6), color-stop(100%,#2C8BA5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #34A2C6 1%,#2C8BA5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #34A2C6 1%,#2C8BA5 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #34A2C6 1%,#2C8BA5 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34A2C6', endColorstr='#2C8BA5',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #34A2C6 1%,#2C8BA5 100%); /* W3C */
border-color: #006699;

}
