	
	/*
	                                                 
	-> Project: Dobbin web shop                  
	-> Author: Igor Gotal-Luksa / Dobbin (www.dobbin.hr)			 
	-> Copyright (c) 2010: Dobbin
	                   							                         
	*/
	
	.jqismoothfade { 
		position: absolute; 
		background-color: #333; 
		}
	
	div.jqismooth { 
		width: 350px; 
		font: normal 1.3em/1.4 Georgia, "Times New Roman", Times, serif; 
		position: absolute; 
		background-color: #efece5; 
		padding: 7px; 
		border: 5px solid #fff;
		}

	div.jqismooth .jqismoothclose { 
		position: absolute; 
		top: 0; 
		right: 0; 
		width: 18px; 
		cursor: default; 
		text-align: center; 
		padding: 2px 0 4px 0; 
		color: #727876; 
		background-color: #fff; 
		}

	div.jqismooth .jqismoothmessage { 
		padding: 10px; 
		line-height: 20px; 
		color: #444; 
		}

	div.jqismooth .jqismoothbuttons { 
		text-align: right; 
		padding: 5px 0 5px 0; 

		}

	div.jqismooth button {  
		margin: 0 10px; 
		background-color: #538798; 
		border: solid 1px #f4f4f4; 
		color: #fff; 
		font-weight: bold; 
		font-size: 11px; 
		width: 130px; 
		height: 25px; 
		position: relative;
		left: -20px;
		}

	div.jqismooth button:hover { 
		background-color: #728A8C;
		}
		
	div.jqismooth button.jqismoothdefaultbutton { 
		background-color: #ac2b03;
		}
		
	.jqismoothwarning .jqismooth .jqismoothbuttons { 
		background-color: #BF5E26;
		}
