ul#srbformul, .srbform ul {
 	padding: 0;
	margin: 0;
	list-style-type: none;
}

.srbform label {
	display: block;
}

.srbform li p {
   font-size: small;
   color: #999;
}

.loginform li {
	display: inline;
	float: left;
}

.loginform.cf:before,
.loginform.cf:after {
    content: ""; 
    display: table;
}

.loginform.cf:after {
    clear: both;
}
.loginform.cf {
    *zoom: 1;
}
:focus {
	outline: 0;
}

.srbform .field-item {
    width: 176px;
    float: left;
}

#update_niche {
    background: transparent url("../images/niche_save.jpg") no-repeat scroll 0 5px;
    padding-top: 0px;
    border: 0;
    height: 16px;
    width: 16px;
}

#update_niche.loading {
    background-image: url("../images/l.gif");
}

.srbform input:not([type=submit]) {
	padding: 5px;
	margin-right: 10px;
	width: 80%;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 
				0px 1px 0px 0px rgba(250, 250, 250, 0.5) ;
}

.srbform input[type=submit] {
	border: 1px solid rgba(0, 0, 0, 0.3);
	background: #64c8ef; /* Old browsers */
	background: -moz-linear-gradient(top,  #64c8ef 0%, #00a2e2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#64c8ef), color-stop(100%,#00a2e2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #64c8ef 0%,#00a2e2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #64c8ef 0%,#00a2e2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #64c8ef 0%,#00a2e2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #64c8ef 0%,#00a2e2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64c8ef', endColorstr='#00a2e2',GradientType=0 ); /* IE6-9 */
	color: #fff;
	padding: 5px 15px;
	margin-right: 0;
	border-radius: 3px;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}

input.field-error { border: 2px solid red; }

/* paypal signup form */

.paypal-button { 
	white-space: nowrap; 
}

.paypal-button button { 
	white-space: nowrap; 
	overflow: hidden; 
	border-radius: 13px; 
	font-family: "Arial", bold, italic; 
	font-weight: bold; 
	font-style: italic; 
	border: 1px solid #ffa823; 
	color: #0E3168; 
	background: #ffa823; 
	position: relative; 
	text-shadow: 0 1px 0 rgba(255,255,255,.5); 
	cursor: pointer; 
	z-index: 0; 
}

.paypal-button button:before { 
	content: " "; 
	position: absolute; 
	width: 100%; 
	height: 100%; 
	border-radius: 11px; 
	top: 0; 
	left: 0; 
	background: #ffa823; 
	background: -webkit-linear-gradient(top, #FFAA00 0%,#FFAA00 80%,#FFF8FC 100%); 
	background: -moz-linear-gradient(top, #FFAA00 0%,#FFAA00 80%,#FFF8FC 100%); 
	background: -ms-linear-gradient(top, #FFAA00 0%,#FFAA00 80%,#FFF8FC 100%); 
	background: linear-gradient(top, #FFAA00 0%,#FFAA00 80%,#FFF8FC 100%); 
	z-index: -2; 
}

.paypal-button button:after { 
	content: " "; 
	position: absolute; 
	width: 98%; 
	height: 60%; 
	border-radius: 40px 40px 38px 38px; 
	top: 0; 
	left: 0; 
	background: -webkit-linear-gradient(top, #fefefe 0%, #fed994 100%); 
	background: -moz-linear-gradient(top, #fefefe 0%, #fed994 100%); 
	background: -ms-linear-gradient(top, #fefefe 0%, #fed994 100%); 
	background: linear-gradient(top, #fefefe 0%, #fed994 100%); 
	z-index: -1; 
	-webkit-transform: translateX(1%);-moz-transform: translateX(1%); 
	-ms-transform: translateX(1%); 
	transform: translateX(1%); 
}

.paypal-button button.small { 
	padding: 3px 15px; 
	font-size: 12px; 
}

.paypal-button button.large { 
	padding: 4px 19px; 
	font-size: 14px; 
}

img.ur, img.wr, img.gpr-up, img.bpr-up, img.gpr-dn, img.bpr-dn {
    width: 12px; height: 12px; background: transparent url(../images/pgicon1.png) no-repeat 0px 0px;
}

img.gpr-dn, img.bpr-dn {
    background-position: -12px 0px;
}

img.wr{
    background-position: -24px 0px;
}

img.ur{
    background-position: -36px 0px;
}

#campaginprogress .progress ul,
#alternatehistory .progress ul,
#campaginprogress .progress ul li,
#alternatehistory .progress ul li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


#campaginprogress h3.normal { text-align: center; font-size: 26px; margin: 24px 10px 50px; }
.red { color: red; }
.message { font-weight: bold; font-size: 15px; }
.green {color: #047904; }
.blue {color: #0049E4; }

.analysis.completed { width: 70%; margin: 0 auto; }
.analysis ol { list-style-type: decimal; }
.analysis ol li { font-size: 14px; margin: 25px 15px; }
.analysis ol li b { text-transform: capitalize; }

.campaign-paid-up { padding: 50px 5px; }
.campaign-paid-up .thankyoumsg { font-size: 18px; color: darkblue; margin-bottom: 17px; text-align: center; }
.inputelement label { float: left; margin: 0 11px;  padding-top: 2px; font-size: 14px; }

div#campaginprogress { margin: 0 auto;}
#alternatehistory .progress ul,
#campaginprogress .progress ul {list-style-type: none; margin: 0; padding: 0;}
#alternatehistory .progress ul li,
#campaginprogress .progress ul li {list-style-type: none; margin: 0; padding: 5px;}
#alternatehistory .progress ul.fr,
#campaginprogress .progress ul.fr,
#alternatehistory .progress ul.rh,
#campaginprogress .progress ul.rh { width: auto; float: left;}
#alternatehistory .progress ul li.col,
#campaginprogress .progress ul li.col { width: 120px; float: left; padding: 0;}
#alternatehistory .progress .frozen,
#campaginprogress .progress .frozen { width: auto; float: left; padding: 0;}
#alternatehistory .progress .scrollable,
#campaginprogress .progress .scrollable { width: auto; overflow: auto; }
#alternatehistory .progress ul.fr li,
#campaginprogress .progress ul.fr li,
#alternatehistory .progress ul.rh li,
#alternatehistory .progress .col ul li,
#campaginprogress .progress ul.rh li,
#campaginprogress .progress .col ul li { border-bottom: 1px black solid; border-right: 1px black solid; }
#alternatehistory .progress ul.fr li.last,
#campaginprogress .progress ul.fr li.last,
#alternatehistory .progress ul.rh li.last,
#alternatehistory .progress .col ul li.last,
#campaginprogress .progress ul.rh li.last,
#campaginprogress .progress .col ul li.last { border-bottom: 0; margin-bottom: 5px;}
#alternatehistory .progress li.th,
#campaginprogress .progress li.th { font-weight: bold; text-align: center; font-size: 11px; }

#scrollerpadding { float: left; height: 20px; }
#scrollwrapper { height: 20px; width:auto; overflow:auto; }
#scrollwrapper .scroller { height: 1px; }

#TB_ajaxContent div.prerunmsg { width: 70%; margin: 0 auto; }
#TB_ajaxContent div.prerunmsg p { font-size: 18px; line-height: 140%; color: #0A7FA3;}

#campaignActivate .activatecampaignbtn { margin: 0 auto; }

.showforrunning.notify-link { margin-left: 0px; color: yellow; background-color: #3354FD; font-size: 10px; padding: 2px 6px; font-weight: bold; border-radius: 16px; border: 1px solid #5D8DF1; cursor: pointer; }
.showforrunning.notify-link:hover { background-color: #5D8DF1; color: #000000;}

.xlebtn { width: 32px; height: 32px; background: transparent url(../images/xle.gif) no-repeat 0px 0px; }

.clear {clear: both;}

/* simple start */
.srb-simple-start { width: 100%; background-color: #0DA732; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding: 6px 5px 5px 20px; /*height: 70px;*/ }
.srb-simple-start2 { width: 100%; float: center; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding: 6px 5px 5px 20px; /*height: 70px;*/ }
.form-field.field-url { color: #0DA732; width: 100%; float: left; }
.form-field.field-url input { color: #0DA732; width: 95%; }
.form-field.field-keyword { color: #0DA732; width: 100%; float: left; }
.form-field.field-keyword input { color: #0DA732; width: 95%; }
.form-field.field-niche { color: #0DA732; width: 100%; float: left; }
.form-field.field-niche input { color: #0DA732; width: 95%; }
.form-field.field-country { color: #0DA732; width: 100%; float: left; }
.form-field.field-country input { color: #0DA732; width: 95%; }
.form-field label { display: block; color: white; }
.form-field input {border: 0; height: 20px;}
.form-field .button-simple-start { font-size: 14px; background-color: #F07D00; color: white; margin: 6px 0px 0px 12px; width: 90px; height: 35px; }
.form-field .button-save-mail { font-size: 14px; background-color: green; color: white; margin: 6px 0px 0px 12px; width: 90px; height: 35px; }
.form-field .field-is-error { border: 2px solid red; }
/*body.home .srb-simple-start .field-url {margin-left: 30px;}*/
.form-field.field-url2 { width: 100%; float: left; }
.form-field.field-url2 input { width: 95%; }
.form-field.field-keyword2 { width: 100%; float: left; }
.form-field.field-keyword2 input { width: 95%; }
.form-field.field-niche2 { width: 100%; float: left; }
.form-field.field-niche2 select { width: 95%; }
.form-field.field-country2 { width: 100%; float: left; }
.form-field.field-country2 select { width: 95%; }


/* stabilizing */
#TB_ajaxContent h2 { line-height: 100%; }