@charset "utf-8";
@import url("w3c.css");

/* these work with browsers supporting CSS-3 only (IE: Opera 10) */


@font-face {
  src: url('fonts/cataneon.ttf') format('truetype');
  font-family: 'Cataneo BT';
  font-style: normal;
  font-weight:bold;
}

body {
	background: #000;
}

#box {
	width: 470px;
	text-align:left;
	margin:0 auto;
	color: #eee;
	background-color: #000;
	padding: 2px;
}
#mailform #box #innerbox {
	width: 454px;
	border: 2px solid #fff;
	padding: 4px;
	margin: 4px auto;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
}

.bearcavelogo {
	padding-left: 0px;
}
#box .bearcavelogo {
	margin:0;
	background-color:#000;
/*	background: #000 url(img/h3-bg.gif) no-repeat left top;*/
	text-align: center;
}
.formContainer {
	text-align: left;
	margin:0 auto;
	padding: 0px 0px 0px 10px;
	width: 100%;
	background-color:#000;
	}
#claimformcontainer, #autoquotecontainer  {
	text-align: left;
	margin:0 auto;
	padding: 0px 0px 0px 10px;
	width: 530px;
}
#mailform h1, #replyform h1 {
    font-family:"Cataneo BT", "Monotype Corsiva", "Brush Script", Arial, Helvetica, sans-serif;
    font-size:1.6em;
	color: #006600;
	background-color: #eee;
	text-shadow: #aaa 1px 1px 5px;
	margin: 6px auto 0px;
	padding:0 10px;
	width: 400px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	
 }
	
#mailform .sub-header_text, #replyform .sub-header_text {
	font-family:"Cataneo BT", "Monotype Corsiva", "Brush Script", Arial, Helvetica, sans-serif;
    font-size:16px;
	color: #663;
	/*	padding: 0.2em;
	background-color: #eee;*/
	text-shadow: #aaa 1px 1px 5px;
	display: inline-block;
	padding-top: 0px;
	padding-bottom: 0px;
}
#mailform p {
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
}	

.text {
	font-family: Helvetica, Arial, sans-serif;
	font-color: blue;
	font-size: small;
	font-weight: bold;
	line-height: normal;
	color: #dadada;
	padding-bottom: 5px;
}

.text-red  {
	color: #FF0000;
	margin-left: 0px;
	font-size: x-small;
}

.text-centre {
	text-align: center;
	color: #eee;
}
	
.text-centre a{
	color: #eee;
	text-decoration:underline;
	font-weight: bold;
}

.text-centre a:hover{color: #fff;}
	
input {
	/*display: block;*/
	/*float: left;*/
	/*width: 170px;*/
	margin-bottom: 2px;
}

.input-radio {
	display: block;
	float: left;
	width: 200px;
	margin-bottom: 2px;
}


.input-text {
	width: 90px;
	float: right;
}
.input-text-left {
	width: 90px;
	float: left;
}


label {
	text-align: right;
	display: block;
	float: left;
	width: 170px;
	padding-right: 20px;
	font-size: small;
	padding-bottom: 3px;
	padding-top: 3px;
	border-top: 1px dotted #ccc;

}

br {
	clear: left;
}
em {
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}
#cont h4 {
	font-size: larger;
	font-weight: bold;
	color: #CC0033;
	font-style: italic;
	padding-top: 20px;
}


.buttonSubmit {
	width: 318px;
	margin-left: auto;
	margin-right: auto;
}
.companyName {
	width: 100%;
	left: 0px;
	font: bold 16px "Terminator Cyr", Verdana, Arial, sans-serif;
	color: #FF0000;
	clear: both;
	text-transform: uppercase;
}
