/*
   ----------------------------------------------------------------
   GBCF-V3 Denver Anger Management
   ----------------------------------------------------------------
*/

#form-div { 
  font-family : verdana, helvetica, palatino sans, tahoma, arial, sans-serif;
  width : 100%;
  margin : auto;
  padding-top: 15px;
  color : #555;
  line-height : 1.7em;
}







/* === what was left over ========================= */
/*
  note: In this section you will see the hover/focus styles for the 
  inputs. For example: input:hover, input:focus. You will also see 
  these names applied as classes: input.hover, input,focus, for 
  example. This is not done by mistake. Those classes are needed for 
  the JavaScript focus script (files/focus.js) for IE 7 and older.
*/

input.text-long.address, input.text-long.address:hover, input.text-long.address:focus,
input.text-long.address.hover, input.text-long.address.focus {
  border-bottom : 0;
  margin-bottom : 0;
  padding-bottom : 5px;
  border-bottom : 1px dotted #bbb;
}

input.text-long.address2, input.text-long.address2:hover, input.text-long.address2:focus,
input.text-long.address2.hover, input.text-long.address2.focus {
  border-top : 0;
  margin-top : 0;
  padding-top : 2px;
  border-top : 1px dotted #bbb;
}

input.checkbox {
  border : 1px solid #999;
  width : 1.3em;
  height : 1.3em;
  padding : 0;
  margin : 0;
  cursor : pointer;
}

input.checkbox:hover, input.checkbox.hover,
input.checkbox:focus, input.checkbox.focus {
  border : 1px solid #666;
}

input.text-short, 
input.text-med, 
input.text-long,
select.select,
textarea.textarea {
  font : 12px verdana, helvetica, palatino sans, tahoma, arial, sans-serif;
  border : 1px solid #999;
  background-color : #fffffe;
  cursor : text;
  padding : 1px 2px;
  margin-bottom: 5px; /*text-box areas*/
}

select.select {
  padding : 1px 0;
}

input.text-short {
  width : 100px; /*This is the anti-spam box*/
}

input.text-med, select.select#option-menu {
  width : 200px; /*length of text of "I prefer to meet at" boxes*/
}

input.text-med, select.select#subject {
  width : 300px; /*length of "type of counseling" text boxes*/
}

input.text-long {
  width : 300px;
}

textarea.textarea {
  width : 350px;
  height : 200px;
} /*big Box for messages*/

select.select, select.select option {
  cursor : pointer;
  margin : 5px; /*this is the "check if you want a copy" box*/
}

input.text-short:focus, input.text-short.focus, 
input.text-med:focus, input.text-med.focus,
input.text-long:focus, input.text-long.focus,
select.select:focus, input.select.focus,
textarea.textarea:focus, textarea.textarea.focus {
  border : 1px solid #666;
  background-color : #ffe;
}

input.button {
	font : 1.1em verdana, helvetica, palatino sans, tahoma, arial, sans-serif;
	font-weight : bold;
	margin-top : 12px;
	margin-left: 150px;
	padding : 1px 10px;
	cursor : pointer;
	float : inherit;
	clear : both;
	color : #294F8D;
}

input.button:hover, input.button.hover,
input.button:focus, input.button.focus {
  color : #333;
}

/* because IE6 sucks - if you have a conditionally served IE6 style sheet add this to it */
* html input.button {
  border : 1px solid #666;
}


/* EOF - Created by Mike Cherim @ http://green-beast.com =========== */
