ul.form {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.form li {
    clear: both;
    margin-bottom: 10px;
}

ul.form li label {
    width: 30%;
    float: left;
}
/*
.tx-polariscontact-pi1 {
    margin: 40px 0 0 140px; 
}
*/
.tx-polariscontact-pi1 p {
    margin-bottom:10px;
}

.tx-polariscontact-pi1 input {
	height:16px;
	border: 1px solid #012C57;
	font-size:10px;
	color: #012C57;
	font-family: verdana;	
	width: 200px;
}

.tx-polariscontact-pi1 textarea {
	border: 1px solid #012C57;
	font-size:10px;
	color: #012C57;
	font-family: verdana;
	width: 200px;
	height: 100px;
}

.tx-polariscontact-pi1 select {
	font-family: verdana;
	color: #012C57;
	font-size:10px;	
}

.tx-polariscontact-pi1 .submit {
    width: auto;
}

.tx-polariscontact-pi1 label {
    font-weight: bold;
    color: #012C57;
	
}

.tx-polariscontact-pi1 select {
    width: 330px;  
}

ul.form li .products label {
    width: auto;
    float: none;
    display: block;
    font-weight: normal; 
    clear: both;
    vertical-align: top;
    line-height: 2px;
    padding: 0;
    margin: 0;
    /*background-color: rgb(204,255,102);*/
    /*border: 1px solid red;*/
    height: 20px;
    width: 180px;
}

.products imput {
    display: inline;
    float: none;
    clear: both;
    width: auto;
    height: auto;
    border: 1px solid red;
    display: none;
}

.products {
    float: left;
    margin:10px;
    width: 180px;
    min-height:100px;
    _height:100px; 
}

.products input, ul.form li.check input {
    width: auto;
    border: none;
}

ul.form li .opt {
display: inline;
}

ul.form li .opt label {
    width: auto;
    position: static;
    float: none;
    display: inline;
}

ul.form li .opt input {
    width: auto;
    position: static;
    float: none;
    display: inline;
    height: auto;
    border: none;
}

ul.form li.check label {
    width: auto;
    position: static;
    float: none;
    display: inline;
    vertical-align: top;
    line-height: 20px;
    padding: 0;
    margin: 0;
}

.highlight1 {
    color: #8ACFFC;
}

.tx-polariscontact-pi1 .compulsory {
    color: red;
}

.tx-polariscontact-pi1 .submit {
    border: none;
    width: 67px;
    height: 15px;
    
}


