.wprc-container {
    display: block;
	position:absolute;
	top:0;
	right:0;
    width: 600px;
    margin: 93px 0 5px;
	z-index:400;
}
.wprc-container.red-colorscheme .wprc-content{
    border-top: 4px solid #EB652E;
}
.wprc-container.blue-colorscheme .wprc-content{
    border-top: 4px solid #bd0000;
}
.wprc-container.green-colorscheme .wprc-content{
    border-top: 4px solid #6CBE56;
}
.wprc-container .wprc-content {
	background: #F6F6F6;
    border-top: 4px solid #0084ff;
    width: 100%;
    padding: 20px;
    display: none;
    clear:both;
    box-shadow: 0 3px 3px #B8B8B8;
}
.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;
}
.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;
}

.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:135px;
}

.wprc-container .wprc-switch{
    float: right;
	cursor:pointer
}
.wprc-message.error,
.wprc-message.success{
    background-image: url("../img/sprites.png");
    background-repeat: no-repeat;
    color: #FFFFFF;
    padding: 10px 10px 10px 50px;
    margin-bottom: 10px; 
}
.wprc-message.error {
    background-color: #E85E2B;
    background-position: 10px 7px;
}
.wprc-message.success {
    background-color: #6CBE56;
    background-position: 10px -39px;
}
.wprc-content .loading-img{
    vertical-align: middle;
    box-shadow: none;
    border: 0 none;
}

.wprc-container.red-colorscheme button.wprc-switch,
.wprc-container.red-colorscheme button.wprc-switch:hover,
.wprc-container.red-colorscheme button.wprc-switch:active,
.wprc-container.red-colorscheme button.wprc-submit,
.wprc-container.red-colorscheme button.wprc-submit:hover,
.wprc-container.red-colorscheme button.wprc-submit:active{
    background: #EB652E;
    border: 1px solid #EB652E;
    color: #FFFFFF;
}

.wprc-container.blue-colorscheme button.wprc-switch,
.wprc-container.blue-colorscheme button.wprc-switch:active,
.wprc-container.blue-colorscheme button.wprc-submit,
.wprc-container.blue-colorscheme button.wprc-submit:active{
	background: #bd0000;
	border: 1px solid #bd0000;
	color: #FFFFFF;
	padding: 4px 10px 4px;
	margin-bottom: -3px;
	font-size:12px;
	width: 200px;
	height: 24px;
	cursor: pointer;
	border-radius: 3px;
	transition: all 0.2s;
}
.wprc-container.blue-colorscheme button.wprc-switch:hover,
.wprc-container.blue-colorscheme button.wprc-submit:hover{
	background: #910000;
	border: 1px solid #910000;
	color: #FFFFFF;
	padding: 4px 10px 4px;
	margin-bottom: -3px;
	font-size:12px;
	width: 200px;
	height: 24px;
	cursor: pointer;
	border-radius: 3px;
	transition: all 0.2s;
}

.wprc-container.green-colorscheme button.wprc-switch,
.wprc-container.green-colorscheme button.wprc-switch:hover,
.wprc-container.green-colorscheme button.wprc-switch:active,
.wprc-container.green-colorscheme button.wprc-submit,
.wprc-container.green-colorscheme button.wprc-submit:hover,
.wprc-container.green-colorscheme button.wprc-submit:active{
    background: #6CBE56;
    border: 1px solid #6CBE56;
    color: #FFFFFF;
}

.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 {
	padding: 4px 10px;
    background: #0084ff;
    border: 1px solid #0084ff;
    border-radius: 3px;
    color: #fff;
    box-shadow: none;
	margin-bottom: -4px;
	min-width: 200px;
	cursor: pointer;
}