
.register-msisdn {
   display: inline-block;
   width: 100%;
}
.global_register {
   display: inline;
   float: left;
   margin-left: 10px;
   margin-right: 10px;
}
.error {
   color: #ff4242;
   display: block;
}
.global_input, input.global_input[type="text"], input.global_input[type="password"], input.global_input[type="email"], textarea.global_input, select.global_input {
   background: none repeat scroll 0 0 #fbfbfb;
   border: 1px solid #eee;
   border-radius: 4px !important;
   box-shadow: 0 0 6px rgba(0, 0, 0, 0.05) inset;
   font-size: 13px;
   padding: 0px 8px;
   transition: all 0.3s cubic-bezier(0.4, 0.1, 0.2, 0.7) 0s;
   width: 275px;
   color:#555;
   height:35px !important;
}
.global_input:focus {
   border: 1px solid #ccc !important;
}
input[type="radio"] {
   -webkit-appearance: checkbox;
   min-height: 0px !important;
}
select.global_input {
   height:35px !important;
   -webkit-appearance: menulist-button;
}
label, legend {
   display: block;
   font-size: 13px;
   font-weight: bold;
}
.required {
   color: #ff4242;
   font-weight: bold;
   padding-left: 2px;
}
#register-pref_country {
   float: left;
   margin-right: 10px;
   width: 100px;
}
#register-mobile {
   width: 165px;
}
.close_img {
   background: url("../images/close.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
   cursor: pointer;
   float: right;
   height: 7px;
   margin: 7px 0 7px 20px;
   width: 7px;
}
.attention {
   background: none repeat scroll 0 0 #fff5cc;
   border: 1px solid #f0e6bf;
   font-size:14px;
}
.glogal_button {
   font-size: 13px;
   background-color: #374045;
   background-image: -moz-linear-gradient(center top , rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.1));
   background-repeat: repeat-x;
   border-radius: 3px;
   border-style: solid;
   border-width: 0;
   color: white;
   cursor: pointer;
   display: inline-block;
   font-size: 16px;
   font-weight: 400;
   line-height: normal;
   padding: 5px 14px;
   text-decoration: none;
   text-shadow: 0 1px rgba(0, 0, 0, 0.4);
   transition: all 0.2s linear 0s;
}
.glogal_button:hover {
   background-color: #34c3e3;
}
.success {
   background: none repeat scroll 0 0 #d6f7e2;
   border: 1px solid #c2ebd1;
}
.success, .warning, .warning_side, .attention, .information {
   border-radius: 4px;
   margin-bottom: 14px;
   margin-top: 6px;
   padding: 8px 14px;
}
.success a, .warning a, .warning_side a, .attention a, .information a {
   color: #444;
}
.warning {
   background: none repeat scroll 0 0 #ffe8e8;
   border: 1px solid #efd9d9;
}
.desc {
   font-style: italic;
   font-size:14px;
}
.b-alert {
   background-color: #fff;
   border-radius: 15px;
   color: #000;
   display: none;
   padding: 20px;
   width: 800px;
   height: 400px;
   box-sizing: content-box;
}
.b-close {
   cursor: pointer;
   border-radius: 7px 7px 7px 7px;
   box-shadow: none;
   font: bold 131% sans-serif;
   padding: 0 6px 2px;
   position: absolute;
   right: -7px;
   top: -7px;
   background-color: #2B91AF;
   color: #FFFFFF;
}
.alert-content{
   overflow-y: scroll;
   height: 400px;
   position: absolute;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
   .b-alert {
      width: 400px;
   }
}
@media only screen and (max-width: 767px) {
   .b-alert {
      width: 300px;
   }
}

