#form{
	width:840px;
	text-align: left;
margin:10px auto 0 auto;
}

#form td{
	white-space:nowrap;
		text-align:left;
		padding:5px;

}

#radio_box{
	clear:both;
}

#data_field_4_0 {
	margin-right:10px;
	margin-left:20px;
	width:7px !important;
}

#data_field_4_1 {
	margin-right:10px;
	margin-left:20px;
	width:7px !important;
}

#data_field_4_2 {
	margin-right:10px;
	margin-left:20px;
	width:7px !important;
}

#data_field_4_3 {
	margin-right:10px;
	margin-left:20px;
	width:7px !important;
}

label {
	margin-right:10px;
	margin-left:3px;
}


/*#form label{
	float:left;}*/
	

	
#form input{
	/*width:480px;
	height:20px;*/
	margin-left: 5px;
	margin-right:10px;}

	
#form .text, textarea, .dropdown{
    border:1px solid #777;
    padding: 5px;
    color: #999;
    background: #fff;
    border-radius: 5px;
     
    /* Webkit */
/*    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#CCC),
        to(#fff)
        );*/
     
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 1px #fff;
     
     /*Firefox*/ 
 /*   background: -moz-linear-gradient(
        top,
        #eee,
        #fff
        );*/
     
    -moz-border-radius: 5px;
    -moz-box-shadow: 1px 1px 1px #fff;
     
    /* IE */
 /*   filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ffeeeeee,endColorstr=#ffffffff);
    zoom: 1;*/
}

#form .text, textarea{
	width:460px;
	height: 200px;
	margin:5px;}
#form .submit{
    border:1px solid #777;
    padding: 4px 16px;
    color: #000;
    cursor: pointer;
    background: #fff;
    border-radius: 5px;
	width:200px;
	height: 30px;
     
 /*Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#e2e2e2),
        to(#efefef)
        );
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 1px #fff;
         
/* Firefox */
    background: -moz-linear-gradient(
        top,
        #e2e2e2,
        #efefef
        );
    -moz-border-radius: 5px;
    -moz-box-shadow: 1px 1px 1px #fff;
     
/* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#E2E2E2,endColorstr=#efefef);
    zoom: 1;
}
#form table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 12px;
}
#form li{
	 float:left;
	 margin-left:10px;}

#form table td {
    padding: 10px;
	color:#333;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
}
 
#form table th{
    background: #ebf7ff;
    vertical-align: middle;
    text-align: left;
    min-width: 150px;
	width:30%;
    overflow: visible;
    position: relative;
    color: #333;
    font-weight: normal;
    font-size: 15px;
	padding:15px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
}
 
#form table th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color:  #ebf7ff;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() { 
    table th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left:  #ebf7ff 10px solid;
        margin-top: -10px;
    }

 
#form table td {
    background: #efefef;
    width: 300px;

}
