@font-face {
    font-family: 'OpenSans';
    src: url("/iwov-resources/flp/fonts/opensans/OpenSans-Regular.eot") format("embedded-opentype");
    src: url("/iwov-resources/flp/fonts/opensans/OpenSans-Regular.eot?#iefix") format("embedded-opentype"),url("/iwov-resources/flp/fonts/opensans/OpenSans-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'OpenSans';
    src: url("/iwov-resources/flp/fonts/opensans/OpenSans-SemiBold.eot") format("embedded-opentype");
    src: url("/iwov-resources/flp/fonts/opensans/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"),url("/iwov-resources/flp/fonts/opensans/OpenSans-SemiBold.ttf") format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'OpenSans';
    src: url("/iwov-resources/flp/fonts/opensans/OpenSans-SemiBold.eot") format("embedded-opentype");
    src: url("/iwov-resources/flp/fonts/opensans/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"),url("/iwov-resources/flp/fonts/opensans/OpenSans-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'OpenSans';
    src: url("/iwov-resources/flp/fonts/opensans/OpenSans-Bold.eot") format("embedded-opentype");
    src: url("/iwov-resources/flp/fonts/opensans/OpenSans-Bold.eot?#iefix") format("embedded-opentype"),url("/iwov-resources/flp/fonts/opensans/OpenSans-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'OpenSans';
    src: url("/iwov-resources/flp/fonts/opensans/OpenSans-Light.eot") format("embedded-opentype");
    src: url("/iwov-resources/flp/fonts/opensans/OpenSans-Light.eot?#iefix") format("embedded-opentype"),url("/iwov-resources/flp/fonts/opensans/OpenSans-Light.woff2") format("woff2"),url("../fonts/opensans/OpenSans-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'OpenSans';
    src: url("/iwov-resources/flp/fonts/opensans/OpenSans-LightItalic.eot") format("embedded-opentype");
    src: url("/iwov-resources/flp/fonts/opensans/OpenSans-LightItalic.eot?#iefix") format("embedded-opentype"),url("/iwov-resources/flp/fonts/opensans/OpenSans-LightItalic.woff2") format("woff2"),url("../fonts/opensans/OpenSans-LightItalic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic
}
*{
	font-family: Opensans, Arial, sans-serif;
}
a{
	color: #E30613!important;
	text-decoration: none!important;
	font-weight: 300!important;
}
h1{
	color: #100F0F;
	font-size: 30px;
	background: #FFF;
	margin: 0;
	padding: 30px 0 20px 0;
}
body #container h1{
	padding: 20px;
}
.frogTable td{
	background-color: #FFF;
	border-top: 1px dotted #cfcece;
	padding: 10px 5px;
	font-size: 15px;
}
#container > *{
	padding: 10px 20px 30px 30px;
}
.holder td{
	border: none;
}
.frogTable tr:first-child td{
	border-top: none;
	border-bottom: 2px solid #C80011;
	font-size: 15px;
	color: #666363;
}
body #container > table {
	padding: 0 15px 30px 20px;
}

body #container > table tr:first-child td{
	border-bottom: 2px solid #c80011;
	border-left:none;
}
body #container > table tr:last-child td{
	border-bottom: none;
}
body #container > table td{
	border-bottom: 1px dotted #cfcece;
	padding: 12px 14px ;
	border-left: 1px solid #f2f1f1;
	font-size: 15px;
}
body #container > table td:first-child{
	border-left: none;
}

.red{
	color: #C00;
}
.blankTD{
	border: none;
}
.tick{
	width: 40px;
	height: 40px;
	background-color: #F00;
}
.ui-page{
	background: url("/iwov-resources/images/backgrounds/page-background.png")
}
.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: 960px;
	display: block;
	margin: 0 auto;
}
#outterContain{
	width: 1000px;
	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: 1000px;
	height: 70px;
	display: block;
	margin: 10px auto;
	background: #000 url("/iwov-resources/images/logos/full-logo.png") no-repeat;
	border-bottom: 10px solid #C00;
}