 // Rajagonda 

.form_row label.new {
	width: 100%;
	display: block;
}
.form_row label {
	width: 34%;
	display: inline-block;
}
input[type="text"], input[type="password"], textarea, select {
	background: #f2f2f2;
}
input[type="submit"], input[type="button"] {
	padding: 5px 10px;
	-webkit-border-radius: 24px;
	color: #000;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-color: #fff200;
	font-family: 'open_sansextrabold';
	cursor: pointer;
	text-transform: uppercase;
}
input[type="submit"]:hover, input[type="botton"]:hover {
	background: #de1762;
	color: #fff;
}
label.error {
	color: #DE1762;
	width: 100%;
}

.ship_info_lt ul li label.error{ float:none; margin:2px 0; width:100%; }

.reg_cent li label.error {
	color: #DE1762;
	margin: 0 0 0 180px;
	width: auto;
	text-align:left;
}
.wandh li label.error {
	color: #DE1762;
	width: 100%;
}
.ent_q label.error {
	color: #DE1762;
}
.clicker {
	font-size: 20px;
	cursor: pointer;
}
.popbox {
	width: 500px;
	height: 300px;
	background-color: #ccc;
	padding: 10px;
}
.close-btn {
	text-align: right;
	display: block;
	margin-bottom: 5px;
}

.register div.error{
    color:#DD2E6B;
    font-family: 'quicksandregular';
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
}

.pleaseaddaddress{ padding: 10px 0 0 0; color: #252525;
    font-family: 'quicksandregular';
    font-size: 16px;}

.avatarname input[type="submit"]{
	padding: 5px 10px;
	-webkit-border-radius: 24px;
	color: #fff;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-color: #DE1762;
	font-family:'QuicksandBold';
	cursor: pointer;
	text-transform: uppercase;
}

.error{ color: #DE1762;}

.succes{ color: #007800;}