/*-------------------- General Layout Styles --------------------*/
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.knowledgeBaseAnswerHeading {
margin:10px 0;
}
.knowledgeBaseRelatedAnswers h3 {
margin:20px 0 10px 0;
}
.knowledgeBaseRelatedAnswers a {
display:block;
margin:5px 0 0 0;
}

.customFormInputCell input {
margin:0px 10px 0px 0;
position:relative;
top:2px;
}
.customFormInputCell {
text-indent:-23px;
border-bottom:1px dashed #ccc;
padding:10px 0 10px 23px;
}
.customFormBothCells h2 {
margin:10px 0 7px 0;
border-bottom:1px dotted #fbb250;
padding:0 0 4px 0;
}
.customFormDescCell {
width:20%;
}
.customFormContainerDiv {
width:734px;
overflow:hidden;
}