/* Global GUI styles */

div.button {
	height: 50px;
	line-height: 50px;
	display: inline;
}
div.button a {
	border-width: 1px;
	background: #f2f2f2 url("/gfx/button/white-grad.png") repeat-x scroll left top;
	border: 1px solid #999;
	border: 1px solid #999;
	-moz-border-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-khtml-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	text-align: center;
	text-decoration: none;
	padding: 5px;
	font-size: 12px;
	color: #666;
	margin-top: 5px;
	margin-bottom: 5px;
}
div.button a:hover {
	background: #f2f2f2 url("/gfx/button/white-grad-active.png") repeat-x scroll left top;
	color: #333;
}

form input[type=text],
form textarea {
	padding: 5px;
	color: #666;
	font-size: 14px;
	border: 1px solid #ccc;
}
form h4 {
	color: #666;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 2px;
	padding-top: 10px;
	text-transform: uppercase;
}
form hr {
	height: 1px;
	color: #ccc;
	border: 0px;
	background-color: #ccc;
	margin-top: 10px;
	margin-bottom: 10px;
}
form textarea {
	width: 350px;
	height: 100px;
}
form p {
	font-size: 12px;
	color: #666;
	padding-top: 5px;
	padding-bottom: 5px;
}
form span.hint {
	font-size: 12px;
	color: #3399ff;
	padding-bottom: 5px;
	display: block;
}
form label {
	text-transform: uppercase;
	font-size: 11px;
	color: #333;
}
div#message {
	margin-bottom: -15px;
	width: 100%;
	position: relative;
	z-index: 200;
	color: #fff;
}
div.gui-msg-footer {
	background-image: url("/gfx/gui/msg-ext.png");
	background-repeat: no-repeat;
	background-position: left top;	
	height: 20px;
}
div#message h1 {
	font-size: 22px;
	margin: 0px;
	padding: 0px;
}
div#message div.padding {
	padding: 10px;
	background-color: #66cd66;
}
div.form-box {
	padding: 10px;
	border: 1px solid #ccc;
	background-image: url("/gfx/gui/form-bd.png");
	background-repeat: repeat-x;
	background-position: left top;
}
iframe {
	display: none;
}