.twitter-message {
	border: 1px solid #999;
	margin-top: 20px;
	padding: 5px;
}

div#register-form {  
	font-family: Helvetica Neue, Helvetica, Arial !important;  
	width: 400px;
}

div#register-form input[type="text"],
div#register-form input[type="password"] {  
    display: block;  
    border: 1px solid #ccc;  
    margin: 5px 20px;  
    padding: 9px 4px;  
    -moz-border-radius: 4px;  
    -webkit-border-radius:4px;  
    width: 200px;  
    font-family: Helvetica Neue, Helvetica, Arial !important;   
}  
  
div#register-form input[type="text"]:hover ,
div#register-form input[type="password"]:hover{  
    border-color: #b1b1b1;  
}  
  
div#register-form input[type="text"]:focus,
div#register-form input[type="password"]:focus {  
    -moz-box-shadow: 0 0 3px #ccc;  
    -webkit-box-shadow: 0 0 3px #ccc;  
} 

div#register-form input[type="submit"]#register {  
	border: 0;  
	clear: both;  
	cursor: pointer;  
	margin: 10px 20px;
}  
div#register-form input[type="submit"]#register:hover {  
	background-position: 0 -32px;  
} 



div#wpi-payment-details {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 2px solid rgb(225, 225, 225);
	border-radius: 10px;
	padding: 10px;
}

div#wpi-payment-details p {
	margin-bottom: 2px;
}

div#wpi-payment-method {
	padding: 5px;
}

div#wpi-payment-method input[type="radio"]{
	margin: 0px 10px 0px 15px;
}

div#wpi-payment-method .img_paymenth_method {
	height: 40px;
	border: 2px solid rgb(190, 190, 190);
	border-radius: 8px;
}

div#wpi-payment-method p {
	margin-bottom: 10px;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 2px;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}