/* -------------
 * Buttons
 * ------------- */
button {margin:0;padding:0;border:none;background-color:transparent;cursor:pointer;overflow:visible;outline:none;moz-outline:none;}
*:first-child+html button[type]{width:1;} /* IE7 */

button span {
	background: transparent;
	display: block;
	float: left;
	padding: 3px 0 0; /* sliding doors padding */
	margin: 2px 0 0;
}

button span span {
	background:transparent;
	color: #FFFFFF;
	padding: 1px 6px 0px 8px;
	font-weight: bold;
	font-size: 11px;
	line-height: 26px;
	display: block;
	text-decoration: none;
	text-indent:-3px;
	font-family:arial,verdana,sans-serif;
}

/* -------------
 * Inputs
 * ------------- */
.jNiceInputWrapper {
	background:#fff;
	border:2px solid #4385b1;
	float:left;
}
.jNiceInputWrapper:hover {
	background:#ebf4fa;
}

.jNiceInputInner {
	padding: 2px 4px 2px 0;
	margin: 0 0 0 4px;
}

.jNiceInputInner input {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#404040;	
	line-height: 17px;
	height: 17px;
	*line-height: 15px;/* IE Hacks */
	*height: 15px;/* IE Hacks */
	vertical-align:middle;padding:0;margin:0;background:none;border:none;outline:none;
}

.jNiceInputWrapper_hover { background-position: left bottom; }
.jNiceInputWrapper_hover .jNiceInputInner { background-position: right bottom; }


/* -------------
 * Radios
 * ------------- */
.jRadioWrapper { 
	/*float: left;*/
	z-index: 2;
	}
.jNiceRadio {
	background: transparent url(../graphics/template/checkbox/radio_out.png) no-repeat left top;
	height: 18px;
	width: 15px;
	position:absolute;
	left:0px;
	top:-2px;
	cursor:pointer;
	vertical-align:middle;
}
.jNiceRadioFocus {
	background: transparent url(../graphics/template/checkbox/radio_hover.png) no-repeat left top;
}
.jNiceRadioChecked { 
	background: transparent url(../graphics/template/checkbox/radio_active.png) no-repeat left top;
	}


/* -------------
 * Checkboxes
 * ------------- */
.jNiceCheckbox {
	background: transparent url(../graphics/template/checkbox/checkbox_out.png) no-repeat top left;
	height: 17px;
	width: 17px;
	position:absolute;
	left:0px;
	top:-2px;
	z-index:2;
	cursor:pointer;
}

/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
.jNiceCheckbox:hover{
	background: transparent url(../graphics/template/checkbox/checkbox_hover.png) no-repeat center top;
	}
.jNiceChecked { 
	background: transparent url(../graphics/template/checkbox/checkbox_active.png) no-repeat center top;
	}

/* -------------
 * Selects
 * ------------- */
.jNiceWrapper select {
	border:none;
	margin:0;
	padding:0;
	}

.jNiceSelectWrapper {
	height: 27px;
	left:0px;
	top:0px;
	position:absolute;
}

.jNiceWrapper iframe {
	position:absolute;
	width:100%;
	left:0px;
	top:0px;
	}

.jNiceSelectWrapper .jNiceSelectText {
	height: 27px;
	line-height: 27px;
	padding: 0px 3px;
	/*border: 1px solid #CCCCCC;*/
	border-right: none;
	/*background-color: #FFF;*/
	background:url(../graphics/template/select/select_left.jpg) center left;
	overflow:hidden;
	float:none;
	position:absolute;
	z-index:100;
	text-indent:5px;
	width:150px;
}

.jNiceSelectWrapper .jNiceSelectOpen {
	width: 60px;
	height: 27px;
	background: url(../graphics/template/select/select_right.jpg) no-repeat center right;
	z-index:100;
	display:block;
	position:absolute;
	right:0px;
	float:right;
}

.jNiceSelectWrapper ul {
	top: 27px;
	top:0;
	background-color: #FFF;
	height: 130px;
	position:absolute;
	left:0px;
	list-style:none;
	display: none;
	margin:0;
	padding:0;
	overflow:hidden;
	overflow-y:auto;
	z-index:50;
	width: 156px;
}

.jNiceSelectWrapper ul a {
	color:#0099CC;
	background-color: #ecf3f8;
	border-bottom:2px solid #ffffff;
	display:block;
	height:20px;
	padding:5px;
	width:100%;
	text-decoration:none;
	text-align:center;
}

.jNiceSelectWrapper ul a:hover { 
	background:#c7dbe9;
	color:#000000;
	}
.jNiceSelectWrapper ul a.selected {
	background: #ecf3f8;
	color:#649ac2;
	}

.jNiceFocus { border: dotted 1px #666666; }

.jNiceHidden {opacity:0;z-index:-1;position:relative;}
.jNiceWrapper {position:relative;vertical-align:top;}
.jNiceWrapper input {outline:none;moz-outline:none;}

#contactSubmit{
	color:#4586b6;
	background:url(../graphics/template/bullet.png) no-repeat center left;
	padding:0;
	padding-left:15px;
	line-height: 12px;
	margin:0;
	}
#contactSubmit span {
	background: transparent;
	display: block;
	padding: 0; /* sliding doors padding */
	margin: 0;
}
#contactSubmit span span{
	color:#4586b6;
	text-transform:normal;	
	background:transparent;
	padding:0;
	margin:0;
	font-weight: bold;
	font-size:12px;
	line-height: 12px;
	display: inline;
	text-decoration: none;
	}
	
.games_ok{
	display:block;
	width:25px;
	height:26px;
	line-height:26px;
	text-align:center;
	color:#fff;
	background:url(../graphics/template/ok.png) no-repeat center center;
	margin:0;
	padding:0;
	}
