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

.wprc-container.red-colorscheme .wprc-content {
	border-top: 4px solid #EB652E;
}

.wprc-container.blue-colorscheme .wprc-content {
	border-top: 4px solid #4785CC;
}

.wprc-container.green-colorscheme .wprc-content {
	border-top: 4px solid #6CBE56;
}

.wprc-container .wprc-content {
	background: #F6F6F6;
	border-top: 5px solid #c62641;
	width: 100%;
	padding: 20px;
	/*display: none;*/
	clear: both;
	text-align:left;
	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;
}

.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:hover,
.wprc-container.blue-colorscheme button.wprc-switch:active,
.wprc-container.blue-colorscheme button.wprc-submit,
.wprc-container.blue-colorscheme button.wprc-submit:hover,
.wprc-container.blue-colorscheme button.wprc-submit:active {
	background: #4785CC;
	border: 1px solid #4785CC;
	color: #FFFFFF;
}

.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;
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
	text-align:center;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    margin: 0 auto;
    padding: 20px;
    display: inline-block;
   /* width: 500px;*/
       max-width: 500px;
}

/* The Close Button */
.close {
	color: #FFF;
    border-radius: inherit;
    float: right;
    font-size: 28px;
    font-weight: bold;
    height: 30px;
    position: relative;
    background: #c62641;
    text-align: center;
    width: 30px;
    margin-bottom: -20px;
    line-height: 30px;
    margin-right: 0;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}