Hi Arun,
If you add the class kk_CreateSearchBox-LeftTextBox with kk_OnEnterSubmit and use the following style rules. This will reset the class to the default style.
.kk_Model .kk_QuestionControlWrapper.kk_TextboxContainer.kk_CreateSearchBox-LeftTextBox.kk_OnEnterSubmit input[type="text"]
{
border: 1px solid #bfc3c8;
border-radius: 2px;
padding: 5px;
width: 96%;
}
.kk_Model .kk_QuestionControlWrapper.kk_TextboxContainer.kk_CreateSearchBox-LeftTextBox.kk_OnEnterSubmit .kk_QuestionText
{
padding: 5px 0.7% 0 0;
width: 35%;
}
.kk_Model .kk_QuestionControlWrapper.kk_TextboxContainer.kk_CreateSearchBox-LeftTextBox.kk_OnEnterSubmit .kk_QuestionControl {
width: 40%;
}
.kk_Model .kk_QuestionControlWrapper.kk_TextboxContainer.kk_CreateSearchBox-LeftTextBox.kk_OnEnterSubmit
{
clear: both;
float: none;
}