/*
body
{
	font-family: "Segoe UI", Tahoma, Helvetica, freesans, sans-serif;
	font-size: 90%;
	width: 70%;
	margin: 10px;
	# margin: 0px auto;
	color: #333;
	background-color: #cccccc;
        # background-image:url("images/iorder-bg-1.jpg");
        # background-color:rgba(255,255,255,0);
        background-position:center center;
        background-repeat:no-repeat;
        padding-top:0px;
        border-top-width:0px;
        border-bottom-width:0px;
        border-color:#eae9e9;
        border-top-style:solid;
        border-bottom-style:solid;
        -webkit-background-size:cover;
        -moz-background-size:cover;
        -o-background-size:cover;
        background-size:cover;
}
*/
/*
button
{
	border-radius: 7px;
	display:inline;
	padding: 5px;
}
*/
/*
h1, h2
{
	font-size: 1.5em;
	font-weight: normal;
}

h2
{
	font-size: 1.3em;
}
*/
/*
legend
{
	font-weight: bold;
	color: #333;
}
*/

#filedrag
{
	display: none;
	/* font-weight: bold; */
	text-align: left;
	padding: 1em 0;
	margin: 1em 0;
	/* color: blue; */
	background: #f1f1f1;
	border: 2px dashed blue;
	border-radius: 7px;
	/* cursor: default; */
}

#filedrag.hover
{
	background: #ddd;
	border-color: #92b0b3;
	border-style: solid;
	box-shadow: inset 0 3px 4px #888;
	color: #92b0b3;
}

/*
img
{
	max-width: 100%;
}
*/

/*
pre
{
	width: 95%;
	height: 8em;
	font-family: monospace;
	font-size: 1.3em;
	padding: 1px 2px;
	margin: 0 0 1em auto;
	border: 2px inset #666;
	background-color: #eee;
	overflow: auto;
}
*/

#messages
{
	padding: 0 10px;
	margin: 1em 0;
	border: 1px solid #999;
	font-size: 1.3em;
}

#info
{
	padding: 0 10px;
	margin: 1em 0;
	border: 1px solid #999;
}

#progress p
{
	display: block;
	width: 240px;
	padding: 2px 5px;
	margin: 2px 0;
	border: 1px inset #446;
	border-radius: 5px;
	background: #eee url("progress.png") 100% 0 repeat-y;
}

#progress p.success
{
	background: #0c0 none 0 0 no-repeat;
}

#progress p.failed
{
	background: #c00 none 0 0 no-repeat;
}
