/*!
 * jQuery UI CSS Framework 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming
 */

/*@import "jquery.ui.base.css";*/
/*@import "jquery.ui.theme.css";*/


.ui-widget {
    border: 5px solid #35aa47;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.ui-widget-content{
	color: #19375d;
}

.ui-widget-header{
	background: none;
	border: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	background: none;
	border: none;
}

.ui-dialog .ui-dialog-titlebar-close{
	background: url('images/popup_layout/close.png') no-repeat center center;
	width: 27px;
	height: 29px;
	top: 12px;
	right: 5px;
}

.ui-state-default .ui-icon{
	background: none;
	padding: 0;
	margin: 0;
	
}

/*.ui-widget-content {
    background: green;
}*/

/*.ui-dialog {
   background: blue;
}*/