.buttons a, .buttons button
{
    display: block;
    float: left;
    /* margin:0 7px 0 0; */ /* Not needed for ie7 and firefox 3.  Causes a strange vertical shift in safari for resource info page.*/
    margin: 0; /* safari has some kind of margin applied. */
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 100%;
    /* font-size: 14px; */ /* This is the same as: font-size: 100%; */
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color: #565656;
    cursor:pointer;  
    padding:5px 10px 6px 7px; /* Links.  No effect on buttons in any browser */    
}
.buttons button
{
    width:auto;
    overflow:visible;
    padding: 4px 10px 3px 7px;   /* IE6    IE7 height is affected also */    
}
.buttons button[type]
{
    /* padding:5px 10px 5px 7px; */  /* Firefox */
    /* padding: 4px 10px 5px 7px; */ /* Firefox 3 */
    padding: 4px 8px 5px 7px; /* Firefox 3  the 3 pixels makes ff3 and ie7 matchup on width. */
    /* line-height:17px; */  /* Safari */
    line-height: 19px; /* adjusted for Safari 3.1 */
}
/* targets all webkit browsers.  safari and opera etc.  safari 3 and 4 render much differently */
/* @media screen and (-webkit-min-device-pixel-ratio:0){
	.buttons button
	{*/
		/* border: 1px solid purple;
		font-size: 20px; */
		/* letter-spacing: -0.1em; */
		/* letter-spacing: -0.05em; */
		/* font-size: 95%; */
		/* font-size: 98%; */
		/* font-size: 98%; */ /* a little too big */
		/* letter-spacing: -1px; */
		/* letter-spacing: -0.02em; */
/*
	}
}*/
*:first-child+html button[type]
{
    padding: 4px 10px 3px 7px;  /* IE7 only */
}
.buttons button img, .buttons a img
{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
	width:16px;
    height:16px;
}
/* Portal Blue Button */
.buttons a.portal_blue, button.portal_blue{	
	color: #2B71B5;
	font-weight: normal;
	border:1px solid #c2e1ef;
}
.buttons a.portal_blue:hover, button.portal_blue:hover
{
    background:#518BC2;
    /* border: 1px solid #000000; */
    border: 1px solid #2B71B5;
    color:#FFFFFF;
}
.buttons a.portal_blue:active
{
    background-color: #2B71B5;
    border:1px solid #2B71B5;
    border:1px solid #c2e1ef;
    color: #fff;
}



/* POSITIVE */
button.positive, .buttons a.positive
{
    color:#529214;    
}
.buttons a.positive:hover, button.positive:hover
{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active
{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */
.buttons a.negative, button.negative
{
    color: #d12f19;
}
.buttons a.negative:hover, button.negative:hover
{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active
{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}



/* Agent Submit Form Button */
.buttons a.agent_submit_form, button.agent_submit_form
{
	font-family: Arial, Verdana, sans-serif;
	background-color:#f5f5f5;
	border: 1px solid #aaa;
	color: #000;
	display: block;
	width: 120px;
	height: 26px;	
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
.buttons a.agent_submit_form span, button.agent_submit_form span
{
	line-height: 10px;	
}
.buttons a.agent_submit_form:hover, button.agent_submit_form:hover
{
    /*background: #529214;*/
    /*background: #565656;*/
    background-color:#f5f5f5;
    border: 1px solid #000000;
    /* color: #FFFFFF; */
    color: #000000;
}
.buttons a.agent_submit_form:active
{
    background-color: #f2ab1c;
    border:1px solid #f2ab1c;
    color: #fff;
}


/* Emanee Submit Form Button */
.buttons a.emanee_submit_form, button.emanee_submit_form
{
	font-family: Arial, Verdana, sans-serif;
	background-color: #f2ab1c;	
	border: 1px solid #B28C50;
	color: #FFFFFF;
	display: block;
	width: 120px;
	height: 26px;	
	font-size: 12px;	
	font-weight: bold;
	font-style: italic;
}
.buttons a.emanee_submit_form span, button.emanee_submit_form span
{
	line-height: 10px;
}
.buttons a.emanee_submit_form:hover, button.emanee_submit_form:hover
{
    background: #f2ab1c;
    border: 1px solid #000000;
    color: #000000;
}
.buttons a.emanee_submit_form:active
{
    background-color: #f2ab1c;
    border:1px solid #f2ab1c;
    color: #fff;
}