.modal_bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  background-color: rgba(0,0,0,.5);
  display: none;
}

.modal_form {
  max-width: 800px;
  border-radius: 5px;
  margin: 50px auto;
  background-color: white;
  display: none;
  overflow: auto;
  max-height: 90%;
}

.modal_login {
  width: 600px;
  margin: 130px auto;
  background-color: white;
  border-radius: 5px;
  padding: 20px;
  -webkit-box-shadow: 0 0 30px 0 #fff;
  -moz-box-shadow: 0 0 30px 0 #fff;
  box-shadow: 0 0 30px 0 #fff;
  display: none;
}

.modal_left {
  width: 58%;
  padding: 40px 30px 30px 50px;
  display: table-cell;
}

.modal_right {
  width: 40%;
  padding: 40px 30px 30px 30px;
  display: table-cell;
}

.modal_left_jur {
  width: 40%;
  padding: 10px 20px 20px 40px;
  float: left;
}

.modal_right_jur {
  width: 42%;
  padding:10px 20px 20px 40px;
  float: right;

}

.modal_form p {
  font-weight: 700;
  font-size: 16px;
}

.cp_status {
  font-weight: 700;
  color: red;
}

.modal_form .head {
  position: relative;
  height: 56px;
  background-color: #7dc01d; 
}
.modal_form .head .tabs a {
  margin: 0;
  display: block;
  float: left;
  padding: 0 50px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 56px;
  color: #f9f4e5;
  text-shadow: -1px -1px rgba(27, 23, 22, 0.5);
  
}
.modal_form .head a.close {
  position: absolute;
  top: 0;
  right: 8px;
  color: #ede2d1;
  font-size: 20px;
}
.modal_form .head .tabs a.selected {
  background-color: #fff;
  color: #4d3b3b;
  text-shadow: 0 0 0 transparent;
}

.modal_form a {
margin: 10px;
    font-weight: 700;
    font-size: 12px;
    text-decoration: none;
}

.modal_form span {
  margin: 0 0 0 0px;
  width: 100%;
  font-size: 15px;
}

.modal_form input{
  float: inherit;
  margin: 10px auto;
  display: block;
  border: 1px solid #ccc;
}

.modal_form select {
  float: inherit;
  margin: 0 0 0px 0px;
  font-weight: bold;
  display: inline-block;
  border: 0;
  width: 100%;
  background-color: transparent;
}

.td_30
{
padding: 17px 9px 0px 45px;
}

.modal_bot
{
padding: 7px 36px 2px 46px;
}

.modal_form .tx-small
{
font-size: 1.1em;
}

.td_30_fr

{
	padding: 0px 0px 0px 47px;
}

@media only screen and (max-width: 31.25em) { /* 500 */

.modal_login {
  width: 70%;
  margin: 130px auto;
  background-color: white;
  border-radius: 5px;
  padding: 20px;
  -webkit-box-shadow: 0 0 30px 0 #fff;
  -moz-box-shadow: 0 0 30px 0 #fff;
  box-shadow: 0 0 30px 0 #fff;
  display: none;
}

.modal_left {
        width: 100%;
    padding: 15px 8px 21px 10px;
    display: table-cell;
    float: left;
}

.modal_form {
    max-width: 400px;
    border-radius: 5px;
    margin: 50px auto;
    background-color: white;
    display: none;
    overflow: auto;
    max-height: 90%;
}

.modal_form input {
    float: inherit;
    width: 93%;
    margin: 10px auto;
    display: block;
    border: 1px solid #ccc;
}

.modal_form .head .tabs a {
  margin: 0;
  display: block;
  float: left;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 56px;
}

input[type="checkbox"], input[type="radio"]
{
width: 20px;	
}

.modal_right {
    width: 100%;
    padding: 15px 8px 21px 10px;
    display: table-cell;
}

}

@media only screen and (max-width: 75em) 

{
	
}