input[type=radio] { padding: 0 !important; clear: none; cursor: pointer; display: inline-block; line-height: 0; height: 27px; outline: 0; text-align: center; vertical-align: middle; width: 27px; min-width: 18px; background: #fff; border:
   -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
   box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
   -webkit-box-sizing: border-box; 
   -moz-box-sizing: border-box; 
   box-sizing: border-box;
   -webkit-appearance: none;
}
input[type=checkbox] { padding: 0 !important; clear: none; cursor: pointer; display: inline-block; line-height: 0; height: 30px; outline: 0; text-align: center; vertical-align: middle; width: 30px; min-width: 18px; background: #fff;
   -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
   box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
   -webkit-box-sizing: border-box; 
   -moz-box-sizing: border-box; 
   box-sizing: border-box;
   -webkit-appearance: none;
}
input[type=radio] { margin-right: 4px; line-height: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
input[type=checkbox]:disabled,
input[type=radio]:disabled,
input[type=checkbox]:disabled:checked:before,
input[type=radio]:disabled:checked:before { opacity: 0.7 }

input[type=checkbox]:checked:before,
input[type=radio]:checked:before { float: left; display: inline-block; vertical-align: middle; width: 18px; font: 700 15px/1 'Open Sans', Arial; speak: none;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}
input[type=checkbox]:checked:before { margin: 9px 0 0 5px; color: #f28622; content: url(../images/check.png); }
input[type=radio]:checked:before { margin: 8px 0 0 6px; content: url(../images/radio.png); }


/* select dropdown styles */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border-radius: 0px;
	width: 100%; height: 28px; padding: 0 10px; font-size: 13px; cursor: pointer;
	border: 1px solid #ccc;
	background: #fff url(../images/arrow_select.png) no-repeat right;
}




/* input file styles */
.file #inputFile{ background: url('../images/upload.png') no-repeat; height:25px; width:329px; margin:0px; float: left; position: relative; padding: 0; }
.file #inputFile #fileOriginal{ opacity: 0.0; -moz-opacity: 0.0; filter: alpha(opacity=0); width:329px; position: relative; height: 25px; z-index: 100; }
.file #inputFile #fileDuplicate { position: absolute; top: 0; left: 0; z-index: 99; padding: 0; }
.file #inputFile .inputText{ width:295px; height:25px; line-height: 25px; padding: 0 10px; border: none; background: none; font-size: 10px; color: #000; }

/* file upload */
.fileUpload { height: 100%; float: left;
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.fileUpload input.upload {
    width: 150px;
	position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.fileUpload .button { text-align: center; width: 150px; height: 100%; line-height: 30px; border-radius: 5px; background: #720C0E; color: #fff; display: inline-block; }
#uploadFile { height: 30px; background: #ccc; padding: 0 10px; color: #008c46; font-size: 15px; border: none; display: none; }
.close { float: left; display: none; }