*{
	font-family: opensans, Arial, sans-serif;
}
body{
	background: url("/iwov-resources/images/backgrounds/page-background.png")
}
#container{
	padding: 20px 0;
}
#container > *{
	padding-left: 20px;
}
.red{
	color: #C00;
}
.redBack{
	color: #FFF;
	background-color: #C00;
	padding:3px;
}
.redBack > a{
	color: #FFF;
}
.redBack > a:hover, .redBack > a:visited{
	color: #FFF;
}
.blankTD{
	border: none;
}
.tick{
	width: 40px;
	height: 40px;
	background-color: #F00;
}
.closeBtn{
	color: #FCFCFC !important;
	text-shadow: 0 -1px 0 #300;
	background-color: #C00;
	background-image: none;
	border-bottom: 2px solid #7F0000;
	padding: 7px 12px !important;
	line-height: 20px;
	font-size: 18px;
}
.closeBtn:hover{
	cursor: pointer;
}
#container{
	height: auto;
	background-color: #FFF;
	width: 660px;
	display: block;
	margin: 0 auto;
}
#outterContain{
	width: 700px;
	display: block;
	margin: 0 auto;
}
#footer{
	margin: 20px 0 50px 0;
	height: 20px;
}
#footer a, #footer p{
	text-decoration: none;
	margin: 0 6px 20px 0;
}
.floatLeft p, .floatLeft a, .floatLeft span, .floatRight p, .floatRight a, .floatRight span{
	display: inline-block;
	color: #999 !important;
	font-size: 14px;
	line-height:  20px;
}
#footer .floatLeft span{
	margin: 0 6px 20px 0;
}
#footer .floatLeft{
	float: left;
}
#header{
/*	width: 700px;*/
	height: 70px;
	display: block;
	margin: 10px auto;
	background: #000 url("/iwov-resources/images/logos/full-logo.png") no-repeat;
	border-bottom: 10px solid #C00;
}
.ui-loader{
	display: none;
}
.ui-page, .ui-page-theme-a, .ui-page-active{
  outline: none;
}