@CHARSET "ISO-8859-1";

a.link-button, 
a.link-button:hover 
{
	background: url(../images/buttons/button.png) no-repeat left;
	line-height: 24px;
	display: block;
	display: inline-block;
	vertical-align: middle;
	color: #333;
	cursor: pointer;
	width: 110px;
	text-align: center;
	text-decoration: none;
}

a.link-button:hover 
{
	text-decoration: underline;	
}	
	
a.link-button .add
{
	background: url(../images/icons/add.png) no-repeat left;
	padding-left: 16px;
}

.button
{
	border: 1px solid #777;
	background: url(../images/table-header.gif) #FFF repeat-x bottom;
	color: #333;
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}

.button.disabled
{
	color: #777;
	background: #EEE;
	cursor: default;	
}

.button.submit
{
	border-bottom: 2px solid #33AB2D;
}


.button.cancel
{
	border-bottom: 2px solid #DB7B16;
}


/* ============ Survey Builder buttons when taking survey ===================== */

/* (Prev) button */
.button.prev
{
	border-bottom: 2px solid #000;	
}	

/* (Finish & Save) button */
.button.end
{
	color: #000;
	border-bottom: 2px solid #000;	
}

/* (End & Dont't Save) button */
.button.abort
{
	background: #EEE;
	color: #555;
	border-bottom: 2px solid #666;
}	
	
/*  (Next), (Finish + Save) buttons */
.button.next
{
	border-bottom: 2px solid #1B4BD8;
	background: url(../images/table-header-glow.png) #FFF repeat-x bottom;
}