form placeholder{
	color:#F6F6F6 !important;
	
}
#formArea{

	width:620px;
	line-height:1 !important;
	margin-left: auto;
	margin-right: auto;
}

#formArea th,#formArea td{
	border-bottom:1px solid #EEE;
	padding:1em;
}
#formArea th{
	width:250px;
}
#btnArea{
	text-align:center;
	margin:1em;
}

.att{
	font-size:0.8em;
}
.red{
	color:#FF2600;
	font-size:0.8em;
}

.text, textarea, .dropdown{
    border:1px solid #DDD;
    padding: 3px;
    color: #666;
    background: #fff;
    border-radius: 3px;
     
    /* Webkit */
    background: -webkit-gradient(linear,left top,left bottom,from(#FFF),to(#f6f6f6));
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 1px 1px 1px #f2f2f2;
     
    /* Firefox */
    background: -moz-linear-gradient(top,#FFF,#F6F6F6);
    -moz-border-radius: 3px;
    -moz-box-shadow: 1px 1px 1px #f2f2f2;
     
    /* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ffffffff,endColorstr=#fff6f6f6);
    zoom: 1;
}

.submit{
    border:1px solid #DDD;
	padding: 4px 10px;
    color: #fff;
	font-size:1.5em;
    cursor: pointer;
    background: #428ec9;
    border-radius: 5px;
     
/* Webkit */
    background: -webkit-gradient(linear,left top,left bottom,from(#99c9e5),to(#428ec9));
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 1px #eee;
         
/* Firefox */
    background: -moz-linear-gradient(top,#99c9e5,#428ec9);
    -moz-border-radius: 5px;
    -moz-box-shadow: 1px 1px 1px #eee;
     
/* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ff99c9e5,endColorstr=#ff428ec9);
    zoom: 1;
}

.reset{
    border:1px solid #DDD;
	padding: 4px 10px;
    color: #fff;
	font-size:1.5em;
    cursor: pointer;
    background: #666666;
    border-radius: 5px;
     
/* Webkit */
    background: -webkit-gradient(linear,left top,left bottom,from(#DDD),to(#999));
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 1px #eee;
         
/* Firefox */
    background: -moz-linear-gradient(top,#DDD,#999);
    -moz-border-radius: 5px;
    -moz-box-shadow: 1px 1px 1px #eee;
     
/* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ffdddddd,endColorstr=#ff999999);
    zoom: 1;
}


.checkbox,.radio{
    z-index: -1;
    position: absolute;
	
}
    
.CheckBoxLabelClass{
	margin-right:20px;
	background: url("../../inquily/img/checkbox.png") no-repeat top left;
	padding:0 0 3px 22px;
}
     
.radiolabel{
        background: url("../../inquily/img/radio.png") no-repeat top left;
        margin-right:20px;
		padding:0 0 3px 22px;
}

.LabelSelected,.RadioSelected{
    background-position: bottom left;
}

.error{
	clear:both;
	color:#FF0000;
	font-weight:bold;
	padding:5px 0 0 0;
}

#thanks{
	padding:100px 0;
	text-align:center;
}#formDesc {
	padding-top: 50px;
	padding-bottom: 50px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#formDesc p {
	margin-bottom: 1em;
}
#formAle {
	background-color: #f2f2f2;
	padding: 0.8em 0.8em 0 0.8em;
	border: 1px solid #CCC;
}

#form1 li{
	margin:0 0 5px 0;
}
