body{
font-family: helvetica, arial, tahoma, sans-serif;
padding: 0;
margin: 0;
background-color: #fff;
font-size: 11px;
min-height: 600px;
}


#kaContactWidget{
font-family: arial, sans-serif!important;
color: #666;
position: relative;
width: 288px;
height: 539px;
background-repeat: no-repeat;
}

#cButtons{
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	position: absolute;
	width: 288px;
	top: 325px
}
#cButtons .button
{
	width: 200px;
	height: 40px;
	overflow: hidden;
	margin: 0 auto 10px;
	font-size: 11px;
	padding: 5px 0;
	display: block;
	color: #fff;
	text-decoration: none;
}


#cButtons .button span{
display: block;
font-weight: bold;
}

#cForms{
position: absolute;
top: 180px;
width: 288px;
line-height: 1em;
}

#cForm dl{
width: 190px;
margin: 0 auto;
}

#cForm dt{
margin: 5px 0 33px;
position: relative;
}

#cForm dd{
margin: 0 0 12px;
}

#cForm input, #cForm label{
width: 190px;
border: 0;
background: transparent;
}

#cHeadings
{
	padding-top: 40px;
	font-family: tahoma, arial, sans-serif;
	line-height: 1.7em
}

#cHeadings .line{
border-top: 1px solid #666;
margin: 5px auto;
display: block;
width: 200px;
}

#cHeadings p{
width: 200px;
margin: 0 auto;
text-align: center;
text-transform: uppercase;
font-size: 16px;
}
#cHeadings span{
text-transform: none;
}

#cExt{
height: 120px;
width: 188px;
background: transparent url(/img/form_ext.gif) scroll bottom center;
position: absolute;
top: 462px;
left: 51px
}

#cExt .submit{
position: absolute;
bottom: 10px;
right: 12px;
color: #fff;
font-size: 12px;
width: 52px;
text-align: center;
text-transform: uppercase;
text-decoration: none;
padding: 10px;
}

#radioForm{
position: absolute;
padding: 0 15px;
text-transform: uppercase;
}

#name{
position: absolute;
top: 20px;
}

#email{
position: absolute;
top: 64px;
}

#company{
position: absolute;
top: 108px;
}

#radioForm input{
margin: 5px 5px 0 0;
font-size: 11px;
padding:0;
}

#cForm dt span{
position: absolute;
color: red;
right: 0px;
top: 22px;
font-weight: bold;
font-size: 16px;

}

.inline{
text-transform:none;
display: inline!important;
}

#cForm input{
font-size: 12px;
font-family: arial, sans-serif;
}

sup{
font-size: .5em;
}
#contactFormOuter{
    /*border: solid 1px #F00;*/
    width: 440px;
    margin: 0;
    padding: 0;
}
#contact_form{
    width: 100%;
}

#contact_form input, table#multi input {
    width: 95%;
    padding: 2px;
    border: 1px solid #ccc;
    font-size: 12px;
    margin-right: 4px;
}


#contact_form .req {
    position: relative;
    right: 5px;
}

#contact_form .short input, table#multi .short input {
    width: 53px;
    margin-right: 6px;
}
#contact_form .short req {
    right: 0;
}

.reqhide{
    color: #fff;
}

#contact_form select, table#multi select{
    background-color: #d1d2d4;
    color: #00355f;
    border: 1px solid #c1c2c5;
    font-size: 12px;
    width: 96%;
}

.errors{
    color: #ff0000;
    font-size: 14px;
    padding: 10px 0px 20px 0px;
}

table#multi{
    width: 645px;
}

table#multi select{
    width: 97%;
}
#multi input[type="text"], #multi textarea{
    width: 96%;
}
 table#multi .short input {
    width: 120px;
}
