/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */
.cform {
	width: auto;
	padding-right: 15px;
	padding-left: 10px;
	margin: 0px;
}
ol.cf-ol li	{
	background:none!important; 
	margin:10px 0!important;
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.3em;
}

/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	width:90px; 
	margin:4px 10px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:right;
	vertical-align:top;
}

.cform label span {
	width:90px; /* must be the same as above!*/
	display:block; 
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */
input.google {
}
.cform input,
.cform textarea, 
.cform select,
.cform option { 
	padding: 5px 5px;
	background: #f9f9f9; 
	border: 1px solid #ccc; 
	vertical-align:top;
}
/* added by nick */
.cform .single {
	width: 200px;
}
.cform .m_area {
	width:365px;
	height: 100px;
	font-size: 105%;
}
.cform .area {
	width:365px;
	height: 200px;
	font-size: 105%;
}
.cform .radiob {	
	margin:3px 0 0 3px;
}
.cform .areanumbers {
	width:200px;
	height: 100px;
	font-size: 105%;
}

.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus,
.cform option:focus	{ 
	background:#fff; 
	border: solid 1px #333;
}

 
.cform textarea {
	font-family: arial;
	font-size: 0.9em;
	overflow:auto;
}
/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */
span.reqtxt {
	font-size:75%;
	display: -moz-inline-box;
	line-height:1;
	color: #2955A3;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 3px;
	margin-top: 2px;
}

/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 100px;
}

.cform input.sendbutton	{
	width:100px;
	padding:0px;
	border:0px!important;
	background-image: url(../images/button.png);
	height: 30px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 5px;
	font-weight: bold;
	color: #2955A3;
	cursor: pointer;
	background-repeat: no-repeat;
}
p.cf-sb_login {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 100px;
}
.cform input.sendbutton_login	{
	width:100px;
	padding:0px;
	border:0px!important;
	background-image: url(../images/button.png);
	height: 30px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
	color: #2955A3;
	cursor: pointer;
	background-repeat: no-repeat;
}
.cform input.sendbutton:hover{
	width:100px;
	padding:0px;
	border:0px!important;
	height: 30px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 5px;
	font-weight: bolder;
	color: #000000;
}
/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html ol.cf-ol,
* html ol.cf-ol li,
* html span.reqtxt,
* html span.emailreqtxt { 
	display: inline-block;  /*for ie6*/
}
*+html .cform label,
*+html ol.cf-ol,
*+html ol.cf-ol li,
*+html span.reqtxt,
*+html span.emailreqtxt {
	display: inline-block; /*for ie7*/
}

.upload input.submitinfo {
	padding:5px;
	margin: 10px 0px 0 5px;
	font-size: 100%;
	border:1px solid #adadad!important;
	font-weight: bold;
}

.upload input.submit	{
	width:100px;
	padding:0px;
	border:0px!important;
	background-image: url(../images/button.png);
	height: 30px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 5px;
	background-color: #FFFFFF;
	font-weight: bold;
	color: #2955A3;
	cursor: pointer;
}
.upload input.submit:hover{
	width:100px;
	padding:0px;
	border:0px!important;
	height: 30px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 5px;
	color: #000000;
}
.h_rule {
	background-color: #FFFFFF;
	margin-top: 4px;
	margin-bottom: 2px;
	border: 1px solid #FFFFFF;
}	
.button {
	width:60px;
	text-align: center;
}