* {
	font-family: Segoe UI;
	/* color: #5f5f5f; */
}

a:link,a:active {
	font-family: Georgia, Times New Roman, Times, serif;
	color: blue;
	font-size: 1em;
	text-decoration: none;
}

a:hover {
	color: #000;
	font-size: 1.0em;
	text-decoration: underline;
}

a:visited {
	color: blue;
	font-size: 1.0em;
	text-decoration: underline;
}

.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 1em .5em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	-webkit-border-radius: .5em;
	/* -moz-border-radius: .5em; */
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
/* 	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2); */
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.button:hover {
	text-decoration: none;
}

.button:active {
	position: relative;
	top: 1px;
}

.red {
	color: #ffffff;
	border: solid 1px #e93428;
	background: #e93428;
}

.red:hover {
	background: #e93428;
}

.red:active {
	color: #fcd3a5;
}

textarea {
	font-family: Segoe UI;
	color: #fcd3a5;
}

.ui-dialog>.ui-widget-header {
	background: #efefef; /*#e93428;*/
	color: #e93428;
	border: 1px solid;
}

