/* @override http://www.roadtripn.com/css/gbcf_styles.css */

/* form and results heading size */
.main_formhead, .formhead { 
  font-size : 1.0em; 
}

/* to make focus stable in IE 6 */
* html input.button { 
  color : #000;  
  border : 1px solid #669900;
	background-color: #6e1111;
}
* html input.button.hover { 
  color : #000;  
  border : 1px solid #000;
  background-color: #6e1111;
}
* html input.button.focus { 
  color : #000;  
  border : 1px solid #000;
  background-color: #6e1111;
}

/* hover and focus styling - the classes like .hover and .focus below are for the javascript for IE */
input.med:hover, input.med:focus, input.short:hover, input.short:hover, select.med:hover, select.med:focus, textarea.textbox:hover, textarea.textbox:focus, input.med.hover, input.med.focus, input.short.hover, input.short.focus, select.med.hover, select.med.focus, textarea.textbox.hover, textarea.textbox.focus { 
  color : #000;  
  border : 1px solid #000;
  background-color : #fff;
}

/* error heading weight and color - bold is for the error reason text */
span.error, dt.error, strong.error { 
	color : #cd0000; 
	font-weight : bold;
	display: block;
}

/* success heading color */
span.success { 
	color : #669900; 
	font-weight : bold; 
	display: block;
}

/* used for abbreviation used relative to form. the .abbr class is for the span added for IE */
abbr, .abbr { 
  cursor : help; 
  border-bottom : 1px dotted #999;
}



/* @group why link
 */

/* privacy and "Why?" small element link sizes (relative to their parent element */
small.privacy, small.whythis 
{font-size: 0.8em;}

/* Why? link style */
small.whythis a {text-decoration: underline;
	color: #f83510;
}

small.whythis a:hover,
small.whythis a:focus,
small.whythis a:active { 
  text-decoration: none;
} 

small.whythis a span { 
	text-decoration : none;
	display: none;
	font-size: 1.1em;
	line-height: 1.3em;
	padding: 10px;
}

/* bring back Why? text span (title attribute backs this up for borwsers it doesn't function in */
small.whythis a:hover span,
small.whythis a:focus span, 
small.whythis a:active span { padding : 0; 
  text-decoration : none; display: inline;
	color: #f83510;
	font-weight: normal;
	font-style: normal;
}

/* @end */

/* DMG TINKERING */

.ddform {
	
}

.ddform.smaller {
	border: 1px solid #d4d4d4;
	margin-left: 50px;
	margin-right: 50px;
	padding: 10px;
}

.ddform input, textarea {
	background: #ffffff;
	border: 1px solid #cccccc;
}

.ddform fieldset {
	border: 1px solid #dbdbdb;
	padding:0;
	margin: 0 0 2em;
	}

.ddformrow {
	position: relative;
	margin-bottom: 1em;
	width: 100%;
	display: block;
	height: 100%;
}

.ddformrow span {display: block;}
.ddform textarea {height: 4em;}
.ddformrow input,
.ddformrow textarea,
.ddformrow select {
	width: 40%;
	float: left;
}
	
.ddformrow label {
	width: 50%;
	float: left;
	text-align: right;
	margin-right: 5px;
	margin-top: 0.3em;
	font-weight: normal;
	font-style: normal;
}

.ddformbuttons label {float: left;
	font-size: 0.8em;
}
.ddformbuttons input.checkbox {float: left;}

.ddformbuttons input.button {
	background-color: #6e1111;
	float: right;
	font-weight: bold;
	color: #fff;
	width: 120px;
}


.ddform legend {
	text-align: left;
	margin-left: 10px;
	background-color: #fff;
	padding-right: 5px;
	padding-left: 5px;
}