.generalButton{
text-align:center; 
-webkit-font-smoothing:antialiased;
font-size:14px;
font-family:'Helvetica Neue',Arial,Helvetica,Geneva,sans-serif;
font-weight:bold;
color:white;
margin:0 auto;
height:26px;
width:160px;
line-height:18px;
background-color:silver;

/* Safari 4-5, Chrome 1-9 */
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(silver), to(grey));
/* Safari 5.1, Chrome 10+ */
background: -webkit-linear-gradient(top, silver, grey);
/* Firefox 3.6+ */
background: -moz-linear-gradient(top, #80C080, #339933);
/* IE 10 */
background: -ms-linear-gradient(top, #80C080, #339933);
/* Opera 11.10+ */
background: -o-linear-gradient(top, #80C080, #339933);

border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
}

.generalButton:hover{
cursor:hand;
}

.generalButton:active, 
.generalButton:focus {
background:-webkit-linear-gradient(top, #ededed, #a9a9a9);
color:white;
}

/*#########*/

.adminSearchButton,.userCreateButton{
text-align:center; 
-webkit-font-smoothing:antialiased;
font-size:14px;
font-family:'Helvetica Neue',Arial,Helvetica,Geneva,sans-serif;
font-weight:bold;
color:white;
margin:0 auto;
height:24px;
width:120px;
line-height:12px;
background-color:silver;

/* Safari 4-5, Chrome 1-9 */
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(silver), to(grey));
/* Safari 5.1, Chrome 10+ */
background: -webkit-linear-gradient(top, silver, grey);
/* Firefox 3.6+ */
background: -moz-linear-gradient(top, #80C080, #339933);
/* IE 10 */
background: -ms-linear-gradient(top, #80C080, #339933);
/* Opera 11.10+ */
background: -o-linear-gradient(top, #80C080, #339933);

border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
}

.adminSearchButton:hover,.userCreateButton:hover{
cursor:hand;
}

.adminSearchButton:active,.userCreateButton:active, 
.adminSearchButton:focus,.userCreateButton:focus {
background:-webkit-linear-gradient(top, #ededed, #a9a9a9);
color:white;
}


#flash-success-content {
	overflow:hidden;
	text-align:center;
	min-height:1.1em;
	max-width:800px;
	margin: 0em auto 10px auto;
	
	font-size: 18px;
	line-height: 18px;
	color: #FFF;
	background-color: #3387c8;
	padding: 12px 12px;

	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

#flash-notice-content {
	overflow:hidden;
	text-align:center;
	min-height:1.1em;
	max-width:800px;
	margin: 0em auto 10px auto;
	
	font-size: 18px;
	line-height: 18px;
	color: #FFF;
/*	background-color: #C14E4E;*/
	background-color: #3387c8;
	padding: 12px 12px;

	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;	
}

#flash-error-content {
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	text-align:center;
	font-weight: bold;
	color:darkorange;
	padding:0.5em;
	margin: 0em auto 10px auto;
	border: 4px solid #161616;
	/* background: #bdc url(/images/header.jpg) repeat-x; */
	/*	background: #234567 url(/images/flash.jpg) repeat-x;*/
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.c5-standard-field{
	color:#565656;font-weight:bold;font-size:14px;width:180px;height:18px;padding:0px 2px;
}
.c5-standard-area{
	color:#565656;font-weight:bold;font-size:14px;width:380px;height:98px;padding:0px 2px;
}
.c5-standard-table-label{
	color:#676767;
}
.c5-standard-dropdown{
font-size:13px;
width:200px;
height:24px;
float:left;
border:solid 1px #c8c8c8;
padding:2px 6px;
line-height:20px;
}

/*.c5-low-height-dropdown{
font-size:13px; 
width:210px; check
height:28px; check
float:left;
border:solid 1px #c8c8c8; check
padding:2px 6px;
line-height:20px; check
}
*/

.c5-low-height-dropdown{
float:left;
border:solid 1px #c8c8c8;
color: #999;
border-radius: none;
font-size: 14px;
line-height: 20px;
padding: 2px 30px 2px 12px;
-webkit-border-radius: 0;
background: #FFF url(/images/icons/select-icon.png) no-repeat 97% center;
height:28px;
width:180px;
cursor: pointer;
margin-bottom: 2px;
vertical-align: middle;
}


.c5-standard-dropdown-short{
font-size:13px;
width:80px;
height:24px;
float:left;
border:solid 1px #c8c8c8;
padding:2px 6px;
line-height:20px;
}
.c5-standard-dropdown-long{
font-size:13px;
width:250px;
height:24px;
float:left;
border:solid 1px #c8c8c8;
padding:2px 6px;
line-height:20px;
}

.lead-thank-you-text{
	font-size:16px;
	font-weight:bold;
	color:#676767;
	padding:0px 20px;
	margin-bottom:20px;
}
