/* Override some defaults */
html, body {
	background-color: #eee;
	height: 100%;
	font-size: 16px;
}
body {
	padding-top: 40px; 
}
.container {
	width: 90%;
	max-width: 100%;
	height: 60%;
	max-width: 1000px;
	max-height: 600px;
}
.container input {
	width: 95%;
}

/* The white background content wrapper */
.container > .content {
	background-color: #fff;
	padding: 20px 20px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
	box-shadow: 0 1px 2px rgba(0,0,0,.15);
	float: top;
}

.ui-pnotify > .alert-warning {
	color: #333333;
}
