*{
	outline:0;
}
body{
	margin:0px;
	padding:0px;
	font-family:"Space Mono","Lucida Console", Monaco, monospace;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size:18px;
	line-height:26px;
}
input, button{
	font-family:"Space Mono","Lucida Console", Monaco, monospace;
}
a{
	color:#0000FF;
	text-decoration:none;
}
a:hover{
	font-style:italic;
}
p{
	margin:0px;
	padding:0px;
}
h1 {
	font-size: 18px;
	padding-left: 30px;
	padding-right: 80px;
	line-height: 140%;
	font-weight: 400;


}

/*****DIALOGS*****/
.ui-dialog, .ui-dialog-new{
	background-color:#fff;
	border:1px solid #9d9c9e;
	font-size:18px;
	line-height:28px;
	-webkit-box-shadow: 7px 7px 13px 1px rgba(0,0,0,0.5);
	-moz-box-shadow: 7px 7px 13px 1px rgba(0,0,0,0.5);
	box-shadow: 7px 7px 13px 1px rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
	outline: 0;
}
.ui-dialog-new{min-width:800px;}
.ui-dialog:focus, , .ui-dialog-new:focus {outline:0;}
.ui-dialog-titlebar{
	background-color:#dfdfdf;
	padding:10px;
	border-bottom:1px solid #9d9c9e;
}
.ui-dialog-title{
		line-height:16px;
}
.ui-button{
	position: absolute;
	right: 10px;
	top: 10px;
	text-indent: -9999px;
	content:"x";
	border:none;
	background-color:transparent;
	color:#0000FF;
	background-image:none;
	background-repeat:no-repeat;
	width:15px;
	height:28px;
	background-position:top center;
	cursor:pointer;

}

.simple-popup{
	padding:55px;
}
.ui-widget-overlay {
   position: fixed;
}


.simple-popup button{
	background-color:transparent;
	border:1px solid #9d9c9e;
	line-height:40px;
	text-align:center;
	width:30%;
	padding:0px;
	font-size: 16px;
	margin: auto;
}
.simple-popup button:hover{
	background-color:#000;
	color:#fff;
}
.yes{
	margin-right:2%;
}
.main_buttons{
	padding-top: 45px;
}
#main_popup{
	display:none;
}

#wrap{
	width: 900px;
	height: 100px;
margin:auto;
margin-top: 20%;
}



.select-style {
	font-family:"Space Mono","Lucida Console", Monaco, monospace;
    width: 310px;
font-size: 18px;
    overflow: hidden;


}

.select-style select {
		font-family:"Space Mono","Lucida Console", Monaco, monospace;
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}

.select-style select:focus {
    outline: none;
}


.button {
		width: 300px;
    padding: 10px 10px;
    text-align: center;
    font-size: 16px;
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
}

.button1 {
		width: 235px;
    padding: 10px 10px;
    text-align: center;
    font-size: 18px;
		margin-top: 10px;
		border-right:1px solid #9d9c9e transparent;
}
.button2 {
		width: 290px;
    padding: 10px 10px;
    text-align: center;
    font-size: 18px;
		margin-top: 10px;
		border-right:1px solid #9d9c9e transparent;
}
.button3 {
		width: 320px;
    padding: 10px 10px;
    text-align: center;
    font-size: 18px;
		margin-top: 10px;
		border-right:1px solid #9d9c9e transparent;
}
.button4 {
		width: 250px;
    padding: 10px 10px;
    text-align: center;
    font-size: 18px;
		margin-top: 10px;
		border-right:1px solid #9d9c9e transparent;
}

.button1:hover {
color: #fff;
background-color: #000;
border:1px solid #9d9c9e;
}

.button2:hover {
color: #fff;
background-color: #000;
border:1px solid #9d9c9e;
}

.button3:hover {
color: #fff;
background-color: #000;
border:1px solid #9d9c9e;
}
.button4:hover {
color: #fff;
background-color: #000;
border:1px solid #9d9c9e;
}
