.wprc-container {
    display: block;
    float: right;
    width: 100%;
    margin: -15px 0 20px 0;
   
}
.wprc-container.red-colorscheme .wprc-content{

}
.wprc-container.blue-colorscheme .wprc-content{

}
.wprc-container.green-colorscheme .wprc-content{

}
.wprc-container .wprc-content {
    background: #F6F6F6;
    padding-top: 5px;
    width:100%;
    padding: 20px;
    display: none;
    clear:both;
    line-height: 28px;
}
.wprc-content .left-section,
.wprc-content .right-section{
    width:50%;
}
.wprc-content .left-section{
    float:left;
}
.wprc-content .right-section{
    float:right;
    padding-left: 20px;
        line-height: 28px;
}
.wprc-content .right-section li{
    height:100%;
}
.clear{
    clear: both;
}
div.wprc-content li{
    list-style: none outside none;
    margin: 0;
}
.wprc-content textarea, 
.wprc-content input[type='text'],
.wprc-content input[type='email'],
.wprc-content input[type='password'],
.wprc-content select {
    resize: none;
    width: 100%;
    padding: 5px;
    border: none;
}

.wprc-content textarea { margin-top: 5px;}


.wprc-content,
.wprc-content textarea, 
.wprc-content input,
.wprc-content select,
.wprc-content .left-section,
.wprc-content .right-section {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
}

.wprc-content .required-sign {
    color: #FF0000;
}

.wprc-content .input-details{
    height:139px;
}

.wprc-container .wprc-switch{
    float: right;
}
.wprc-message.error,
.wprc-message.success{
    color: #FFFFFF;
    padding: 5px;
    margin-bottom: 10px; 
}
.wprc-message.error {
    background-color: #FC4847;
}
.wprc-message.success {
    background-color: #29C733;
}
.wprc-content .loading-img{
    vertical-align: middle;
    box-shadow: none;
    border: 0 none;
}


.wprc-content .wprc-submit{
    margin-top: 10px;
}
.wprc-container button.wprc-switch,
.wprc-container button.wprc-switch:hover,
.wprc-container button.wprc-switch:active,
.wprc-content button.wprc-submit,
.wprc-content button.wprc-submit:hover,
.wprc-content button.wprc-submit:active {
    background: #fff;
    border: 1px solid #FFF;
    border-radius: 0;
    box-shadow: none;
}

.wprc-container button.wprc-submit, .wprc-content button.wprc-submit:hover{ background: #e4e4e4;
	border: 1px solid #888;
	margin-top: 10px; 
	padding: 5px;}