/* -------------------------------------------------------------------------- */
/* Generic style for forms                                                    */
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 82.5%;
	font-family: arial;
	padding: 15px;
}


body {

  font-family: Verdana, Arial, Helvetica, sans-serif;

	color: #555555;

	margin: 0px;


	line-height: 1.6;



	background-color: #D0D5E6;
background-image: url(/images/2008bg.jpg);
	background-repeat: repeat-y;
	background-position: top center;	

	/*
	background-color: #FFF;
	background-image: url(images/snowbg.gif);
	background-repeat: no-repeat;
	background-position: top center;	
	*/


}

#all {

	margin: 0 auto 0 auto;

	padding: 10px;
	margin-top: 0px;

	width: 706px;

	background-color: #fff;

}



h1 {
	background: #fff url('http://nsdesign.co.uk/images/nsdlogo.gif') no-repeat;
	text-indent: -9600px;
}



/* --------------------------------------------------------------------------- */
/* form css template																													 */
form {
	background-color: #fff;
	width: 700px;
}
  form fieldset {
    background-color: #fff;
		border: none;
  }
  form fieldset legend {
    display: none;
  }
  form h2, h2 {
    font-family: Calibri, Arial, sans-serif;
		font-size: 1.8em;
		font-weight: none !important;
		padding: 0;
		margin: 20px 0 0 0;
		color: #3E466B;
  }
  form h3 {
    font-family: Calibri, Arial, sans-serif;
		font-size: 1.5em;
		font-weight: none !important;
		padding: 0;
		line-height: 10%;
		margin: 0 0 10px 0 !important;
		color: #176096;
  }

/* -------------------------------------------------------------------------- */
/* Submit buttons                                                             */
.submitdiv {
	margin-top: 0;
	text-align: right;
	padding: 20px 0;
}
.submitdiv input,
.submitlink {
  background-color: #d2ca07;
  border: 2px double #3E466B;
	border-top: 1px solid #A6AAC4;
	border-right: 1px solid #A6AAC4;
  color: #3E466B;
  font-size: 1.5em;
  padding: 0.3em 0.3em;
  font-weight: bold;
  text-decoration: none;
}

/* -------------------------------------------------------------------------- */
/* basic form style                                                           */
    div.form-row {
      margin: 0 0;
			overflow: hidden; /* clear float hack */
			width: 100%; 			/* important for IE < 7*/
			background-color: #EDEDED;
			padding: 10px 0;
    }
		div.form-row-over {
			background-color: #ccc;
		}
      div.label-area {
        float: left;
        width: 250px;
        text-align: right;
        margin-right: 10px;
        color: #000;
      }
        div.label-area label {
          font-size: 1.1em;
          font-weight: normal;
          display: block;
					color: #444;
        }
				div.input-area {
					margin-left: 175px;
				}
        div.input-area input,
        div.input-area select,
        div.input-area textarea {
          border: 1px solid #ddd;
          background-color: #f8f8f8 !important;
        }
      div.form-row br {
				clear: left;
				font-size: 1px;
				line-height: 1px;
				height: 0 !important;
				margin: 0 !important;
				padding: 0 !important;
      }
		div.form-row-2 {
			float: left;
			width: 40%;
		}
		div.form-row-3 {
			float: left;
			width: 33%;
		}
      div.form-row-3 div.label-area {
        float: left;
        width: 70px;
        text-align: right;
        margin-right: 10px;
        color: #000;
      }
			div.form-row-3 div.input-area {
				margin-left: 75px;
			}
			
			
			div.input-area input.text-line {
				width: 420px;
			}
			div.input-area textarea {
				font-family: Calibri, Arial, sans-serif;
				width: 420px;
				height: 100px;
			}
			
			.default-hide {
				display: none;
			}
div.area-radio div div, div.area-checkboxes div div {
	margin-right: 15px;
	margin-bottom: 5px;
	background-color: #dde2e6;
	padding: 2px 5px;
	cursor: pointer;
}
div.area-radio div div {
	float: left;
}

.long-label div.label-area {
	float: none;
	width: 100%;
	text-align: left;
	margin-right: 10px;
	color: #000;
}
.long-label div.input-area {
	margin-left: 5px;
}
	.long-label div.label-area label {
		padding: 5px;
	}
	
#errors-box {
	border: 2px solid #ffd006;
	list-style: none;
	background-color: #faff85;
	margin: 20px 0;
}
	#errors-box li {
		margin: 5px;
	}

