﻿.ui-widget-content {
	background: url("../../smoothness/images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x #FFFFFF;
	border: 3px solid #99cdff;
	color: #333399;
}

.ui-dialog
{
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}

.ui-widget-header {
	border: 3px solid #99cdff;
	background: #c4deeb;
	color: #1B5D9B;
	font-weight: bold;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default 
{
	/*background: none;
	font-weight: bold;*/
	
	/*color: white;
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	cursor: pointer;
	font-family: inherit;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 1.25em;
	position: relative;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	padding-top: 0.7em;
	padding-right: 1.25em;
	padding-bottom: 0.6em;
	padding-left: 1.2em;
	font-size: 1em;
	background-color: #1774a2;
	background-image: linear-gradient(bottom, rgb(53,144,189) 39%, rgb(151,202,229) 70%);
	background-image: -o-linear-gradient(bottom, rgb(53,144,189) 39%, rgb(151,202,229) 70%);
	background-image: -moz-linear-gradient(bottom, rgb(53,144,189) 39%, rgb(151,202,229) 70%);
	background-image: -webkit-linear-gradient(bottom, rgb(53,144,189) 39%, rgb(151,202,229) 70%);
	background-image: -ms-linear-gradient(bottom, rgb(53,144,189) 39%, rgb(151,202,229) 70%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.39, rgb(53,144,189)),
	color-stop(0.7, rgb(151,202,229))
	);
	border-color: rgb(11,109,158);
	text-shadow: 2px 0px 8px rgba(51, 102, 204, 1);
	letter-spacing: 0.02em;
	color: #FFFFFF;*/
}

.ui-button-text-only .ui-button-text {
	padding: 0 0;
}