/****************************************************************************

	Global.css vs. 0.5.0 RC5

	Parts of the content is provided by Chris Apers (Chrilith)
	WebApp.Net -- http://webapp-net.com/

	This work is licenced under a Creative Commons Licence
	http://creativecommons.org/licenses/by/2.0/uk/

	Adaptions by Safog.com

*****************************************************************************/	

*[dir=rtl] #iHeader .iTab {margin-left:40px;margin-right:15px }
#iHeader .iTab {margin-right:55px}

.iPanel label + input[type] {
	padding-left:95px;
}

*[dir=rtl] .iPanel label + input[type] {
	padding-right:95px;
}

#waProgressive div {
	margin:5px auto;width:302px
}

#waProgressive img { border:solid 1px #b3b3b3 }
#waProgressive img[load] { background:#d6dce6 url(../images/webapp/bg-img.png) repeat-x  }

/* Fix to test in firefox

.iPanel label + input[type] {
	padding-bottom:0;
	padding-top:0;
	top:-16px;
}

*/

.iTab li { width:33%}
.iTab li:first-child { width:34%}

.msg {
	background-color:#080;
	color:#fff;
	font-size:11px;
	padding:5px;
	-webkit-border-radius:4px;
	margin:8px;
}
.err {
	background-color:#800;
	color:#fff;
	font-size:11px;
	padding:5px;
	-webkit-border-radius:4px;
	margin:8px;
}
