@charset "UTF-8";
/* CSS Document */

form { 
	*padding: 4px;
	*margin: 4px;
	*background-color: #f2f2f2;
	*border: solid 1px #cccccc;
	font-size: 11px;
	margin: 0 0 10px 0;
 }

input { border: solid 1px #bdc7d8; background-color:#ffffff; padding: 3px; font-size: 12px;  }
input[type="text"] {  }
input[type="password"] {  }
input[type="checkbox"] {  }
input[type="radio"] {  }
input[type="file"] { font-size: 11px; border: none; background: none;  }

#groupFields { margin: 0 0 5px 0; }

/*buttons*/
div.buttons { display: table; margin: auto 0; padding: 5px 0; }

div.labelButton { display: table-cell; padding: 0 0 0 0; margin: 0 4px 0 0; }

div.spacerButton { display: table-cell; padding: 0 2px 0 2px; }


input[type="submit"], input[type="button"], input[type="reset"] { 
	border-top: 1px solid #494949;
	border-right: 1px solid #898989;
	border-bottom: 1px solid #626262;
	border-left: 1px solid #898989;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2px 10px 2px 10px;
	margin: 0;
	background-color:#fcfcfc;
	font-size:12px;
	*text-transform: capitalize;
	cursor: pointer;
	
}

input[type="submit"].disabled, input[type="button"].disabled, input[type="reset"].disabled { 
	cursor: auto;
	
}



input[type="submit"]::-moz-focus-inner { border: 0; }
input[type="button"]::-moz-focus-inner { border: 0; }
input[type="reset"]::-moz-focus-inner { border: 0; }
/**/

textarea { 
	border: solid 1px #bdc7d8;
	background-color:#ffffff;
	padding: 3px;
	font-size: 11px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

label { 
	display: table-cell;
	margin-bottom: 0;
	font-weight: bold;
	cursor: pointer;
	font-size: 11px;
	color: #333333;
}

