/* sets up some default widths for certain fields */
.marginForm fieldset.radio label, .gkmarginForm fieldset.radio label, .marginForm textarea, .gkmarginForm textarea, .marginForm input, .gkmarginForm input { width:260px;}


/* basic styling for the overall forms */
.marginForm,.gkmarginForm {
	height: 1%;
	overflow: hidden;
	padding:18px 0 18px 0;
	margin:0;
}

/* setup of standard gk forms*/
.gkmarginForm {
	padding:18px 20px 18px 20px;
	background:#F9F9F9;
	color:#222; font-family: Arial, Helvetica, sans-serif;	
}

.marginForm textarea, .gkmarginForm textarea
{

	border:solid 1px #BBBBBB;
	font-family:Arial, Helvetica, sans-serif; font-size:1em;
	height: 90px;
	position: relative;
	top: -2.4em;
	left: 80px;
	display: block;
	line-height: 18px;
	min-height: 90px;

}

.marginForm fieldset.buttonrow, .gkmarginForm fieldset.buttonrow
{
	border-top:solid 1px #ddd;
	padding:18px 0 18px 80px;
	margin: 0 0  0 0;
	height:1%; overflow:hidden;
	clear: both;
}
.marginForm fieldset.buttonrow legend, .gkmarginForm fieldset.buttonrow legend{
	position:absolute; display:none;
}

.marginForm fieldset, .gkmarginForm fieldset
{

	border: none;
	display: block;
	margin: 0 0 18px 0;
	padding: 0;



}

.marginForm fieldset.radio, .gkmarginForm fieldset.radio
{
	margin: 18px 0 0 0;
	border: 0 solid #FFFFFF;
	
}

.marginForm fieldset.radio input, .gkmarginForm fieldset.radio input
{
	position: static;
	clear: both;
	float: left;

}

.marginForm fieldset.radio label, .gkmarginForm fieldset.radio label
{
	position: relative;
	top: -2.25em;
	display: block;
	margin: 0 0 0 0;
	font-weight: normal;

}

.marginForm fieldset legend, .gkmarginForm fieldset legend
{
	margin-bottom:1em;
	font-size: 1.5em;
	line-height: 1;
	font-weight:normal;
}

.marginForm input, .gkmarginForm input
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	border:solid 1px #BBBBBB;
	padding:5px;
	position: relative;
	top: -1.9em;
	left: 80px;
	display: block;

}
.marginForm fieldset.radio input, .gkmarginForm fieldset.radio input
{
	width:auto;
	padding:0;
	border:none; 
}


.marginForm input[type=hidden], .gkmarginForm input[type=hidden] { display:none; }
/*weird bug that applies borders to hidden inputs */


.marginForm label, .gkmarginForm label
{
	clear: both;
	float: left;
	display: block;
	width: auto;
	margin-top: -9px;
	font-weight: normal;
}

.marginForm fieldset.radio legend, .gkmarginForm fieldset.radio legend
{	
	clear: both;
	float: left;
	display:block;
	font-weight: normal;
	font-size: 100%;

}

.marginForm .first, .gkmarginForm .first
{
	margin-top: 18px;
}

.marginForm select,.gkmarginForm select
{
	position: relative;
	top: -1.9em;
	left: 80px;
	display: block;
	width:auto;

	
}

/* for the time select preset ----------------------- */

.marginForm select.timepicker { float:left; position: relative;	top: -1.4em;}
.marginForm div.timepicker { display:block; float:left; width:10px; font-weight:bold; position: relative; top: -1em; left: 83px;}


label.hp-noshow
{
	display: none;
}



/* datePicker styles --------------------------------------------------------------------- */

a.dp-choose-date {
	position: absolute;
	margin: -18px 0 0 200px;
	padding: 0;
	display: block;
	text-indent: 20px; 
	background: url(../../../../images/gokit/calendar.png) no-repeat; 
}

a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}

input.dp-applied {
	width: 100px;
	float: left;
}

table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}
table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected:hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #fff;
	color: #000;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #bbb;
	color: #888;
}



/* For the popup date picker */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

form.marginForm input { width: 250px; }
form.marginForm { margin-left: 20px; }
#telephone3 { margin-bottom: 8px; }
#message1 { padding: 5px; width: 250px; }
button { background: url(../images/button_newemail.gif) no-repeat; width: 120px; border: none; height: 24px; }