/* This file covers all of the styles used natively within Formitable. Use what you want and discard the rest. */

/* body{ font-family:arial,verdana,helvetica,sans-serif; font-size: 12px; !important } */

form {
  display: inline;
}
.label {
	font-size:12px;
	letter-spacing:2px;
}

.selectlabel {
	font-size:12px;
	letter-spacing:2px;
}

.textlabel {
	font-size:12px;
	letter-spacing:2px;
}

.checkboxlabel {
	font-size:12px;
	letter-spacing:2px;
}

.radiolabel {
	font-size:12px;
	letter-spacing:2px;
}

.msg {
	font-size:12px;
	width:100%;
}

.err {
	font-size:10px;
	color:red;
}

.msgBox {
	/*width:90%;*/
	padding:10px;
	background-color:#F3F4E9;
	text-align:left;
	color: #888888;
	font-size: 14px;
	border:1px solid #CCCCCC;
}

.msg {
	font-weight: normal;
}

.text {
	font-family:arial,helvetica,verdana,sans-serif;
	font-size:12px;
	color: #888888;
	width:100%;
	height:20px;
	border:1px solid #CCCCCC;
}
.textLogin {
	font-family:arial,helvetica,verdana,sans-serif;
	font-size:12px;
	color: #888888;
	height: 20px;
	border:1px solid #CCCCCC;	
}
.textarea {
	font-family:arial,helvetica,verdana,sans-serif;
	font-size:12px;
	color: #888888;
	width:100%;
	height:125px;
	border:1px solid #CCCCCC;
	overflow:auto;
	scrollbar-track-color: #CCCCCC;
	scrollbar-face-color: white;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: white;
	scrollbar-darkshadow-color: white;
	scrollbar-shadow-color: white;
	scrollbar-arrow-color: #888888;
}

.select {
	font-family:arial,helvetica,verdana,sans-serif;
	font-size:12px;
	color: #888888;
	/* width:90%; */
	height:19px;
}

.multiselect {
	font-family:arial,helvetica,verdana,sans-serif;
	font-size:12px;
	color: #888888;
	width:100%;
	height:75px;
}

.fieldset {
	border:1px solid #CCCCCC;
	padding:3px;
}

.legend {
	font-size:12px;
	border:1px solid #CCCCCC;
	padding:3px;
	color: #FF6600;
}

.button { 
	font-family: "Myriad Condensed Web";
	font-weight: bold;
	text-transform: uppercase;
	text-align:center; 
}
	
.button input {
	font-family:arial,helvetica,verdana,sans-serif;
	font-size:12px;
	color: #888888;
	letter-spacing:2px;
	border:1px solid #CCCCCC;
	background-color:white;
	width:146px;
	margin:2px;
	cursor:hand;
}