@charset "utf-8";
/* CSS Document */

h1#ftitle{
	font-family: "Arial", Helvetica, sans-serif !important;
font-size:28px !important;
	color: #383420 !important;
	text-align: center !important;
}
h1#redtitle{
	font-family: "Arial", Helvetica, sans-serif !important;
font-size:28px !important;
margin:0;
	color: #ff0000 !important;
	text-align: center !important;
}

p.redtxt{
	color: #ff0000 !important;
	text-align: center !important;
        font-size:23px;
line-height:33px;
}

p.redtxt span.bg_yellow{
	color: #ff0000 !important;
	text-align: center !important;
        background-color: #ffff00;
        background-repeat: no-repeat;
        font-size:23px;
}

.formhere{
background-image: url(/images/istockcone.jpg);
background-repeat: no-repeat;
background-position: left center;
height:252px;
margin:30px 0 0 53px;
/* margin:0 auto; */
padding:123px 0 0 243px;
width:515px;
}

.enterhereform{
        background-color: #ffff99;
        width: 490px;
        height:222px;
        border:4px dashed #800000;
}

ul#listhere{
margin:30px auto;
width:650px;
}
ul#listhere li{
font-size:18px;
line-height:28px;
}
.enterhereform p{
color:#FF0000 !important;
font-size:23px;
font-weight:bold;
margin:10px 0;
text-align:center;
}

.enterhereform table{
margin: 10px 0px 0px 30px;
width:450px;
}
.enterhereform table td label{
font-size: 15px;
font-weight: bold;
}
.enterhereform table td{
padding: 3px 0px;
}
input.inptext{
height:25px;
width:300px;
font-size:18px;
}