.proforms{
	position:relative;}

.proforms p, .proforms li{
	font-size:14px;}

.proforms .pf-smallest{
	width:10% !important;}
.proforms .pf-smaller{
	width:19% !important;}
.proforms .pf-small{
	width:29% !important;}
.proforms select.pf-small{
	width:30% !important;}
.proforms .pf-medium{
	width:47% !important;}
.proforms .pf-medium2{
	width:63% !important;}
.proforms .pf-big{
	width:96% !important;}
.proforms .submit.pf-big{
	width:100% !important;}

.proforms .pf-xxxs{
	font-size:11px;
	line-height:14px;
	padding:2px;}

.proforms select.pf-xxxs{
	padding:1px;}

	
.proforms .pf-xxs{
	font-size:14px;
	line-height:18px;
	padding:2px;}

.proforms select.pf-xxs{
	padding:1px;}
	
.proforms .pf-xs{
	font-size:16px;
	line-height:20px;
	padding:4px;}

.proforms select.pf-xs{
	padding:3px;}

.proforms .pf-xm{
	font-size:20px;
	line-height:24px;
	padding:6px;}
.proforms select.pf-xm{
	padding:5px;}
.proforms .pf-xl{
	font-size:26px;
	line-height:30px;
	padding:8px;}
.proforms select.pf-xl{
	padding:7px;}
	
.proforms .pf-input-isnotok{
	border:1px solid #F00;
	box-shadow: 0 0 4px rgba(255, 0, 0, 0.5);}

.proforms fieldset{
	position:relative;
	width:inherit;
	border:none;
	border:1px solid #ddd;
	padding:10px;
	margin-bottom:20px;
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-khtml-border-radius: 0px !important;}
	
.proforms fieldset.nobord{
	border:none;
	padding:0px;
	}

.proforms fieldset legend{
	color:#777;
	font-size:16px;
	padding:0 10px;
	margin-bottom:4px;}

.proforms fieldset p{
	margin:0px 0px 15px 0px;}


.proforms fieldset fieldset{
	vertical-align:top;
	position:relative;
	border: 1px solid #eee;
	padding:10px;
	margin-bottom:20px;
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-khtml-border-radius: 0px !important;
	display:inline-block;}

.proforms fieldset fieldset legend{
	color:#888;
	font-size:18px;
	padding:0 10px;
	margin-bottom:10px;}
	

.proforms fieldset label{
	text-align:right;
	font-size:16px;
	color:#666;
	font-weight:normal;
	width:230px;
	margin-right:10px;
	display:inline-block;}

.pf-vertical fieldset label{
	text-align:left;
	font-size:16px;
	color:#333;
	font-weight:normal;
	padding-bottom:4px;
	display:block;}
	
.proforms fieldset .infotext{
	font-size:12px;
	color:#777;
	display:block;
	margin-left:250px;
	margin-bottom:20px;
}

.pf-vertical fieldset .infotext{
	margin-left:0px;
	margin-bottom:20px;
}

.pf-inline{
	vertical-align:top;
	display:inline-block !important;
	}
	
.pf-inline-middle{
	vertical-align: middle;
	display:inline-block !important;
	}

.pf-block{
	display:block !important;}
	
.pf-left{
	float:left;}

.pf-right{
	float:right;}
	
.pf-round-xs{
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;}
	
.pf-round-xm{
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;}
	
.pf-round-xl{
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;}


select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
	font-family: Arial,Helvetica,sans-serif;
	position:relative;
	padding:4px;
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-khtml-border-radius: 0px !important;
	
	color: #444;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 3px;
	
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;

    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
    border-color: rgba(1, 145, 165, 0.6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 4px rgba(1, 145, 165, 0.4);
    outline: 0 none;
}
	
	
input.submit{
	position:relative;
	background: #05b0c6;
	background: -moz-linear-gradient(top,  #05b0c6 0%, #007e8e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#05b0c6), color-stop(100%,#007e8e));
	background: -webkit-linear-gradient(top,  #05b0c6 0%,#007e8e 100%);
	background: -o-linear-gradient(top,  #05b0c6 0%,#007e8e 100%);
	background: -ms-linear-gradient(top,  #05b0c6 0%,#007e8e 100%);
	background: linear-gradient(to bottom,  #05b0c6 0%,#007e8e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05b0c6', endColorstr='#007e8e',GradientType=0 );
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	border:1px solid #007e8e;
	text-shadow:-1px -1px 0px #00537d;
	padding:4px 0;
	border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	-webkit-border-radius: 2px !important;
	-khtml-border-radius: 2px !important;
	box-shadow: 1px 1px 5px rgba(255,255,255,0.2) inset;
	transition: box-shadow 0.2s linear 0s;
	cursor:pointer;
	text-align:center;
}

input.submit:hover{
	background: #00a0b2;
	background: -moz-linear-gradient(top,  #00a0b2 0%, #00727f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00a0b2), color-stop(100%,#00727f));
	background: -webkit-linear-gradient(top,  #00a0b2 0%,#00727f 100%);
	background: -o-linear-gradient(top,  #00a0b2 0%,#00727f 100%);
	background: -ms-linear-gradient(top,  #00a0b2 0%,#00727f 100%);
	background: linear-gradient(to bottom,  #00a0b2 0%,#00727f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a0b2', endColorstr='#00727f',GradientType=0 );
	box-shadow: none;
	border:1px solid #00727f;
}

	
/* ALERTS NOTICES ETC*/


#pf-error-box, .pf-error-box{
	position: absolute;
	z-index:20;
	background: rgba(204,0,0,0.8);
	padding:10px;
	border:1px solid #900;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	max-width:300px;
	text-shadow:-1px -1px 0px #900;
	}

#pf-error-static, .pf-error-static{
	margin:10px auto;
	background: rgba(204,0,0,0.8);
	padding:10px;
	border:1px solid #900;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	width:97%;
	text-shadow:-1px -1px 0px #900;
	}
	
#pf-msg-static, .pf-msg-static{
	margin:10px auto;
	background: rgba(126,187,0,0.9);
	padding:10px;
	border:1px solid #4f7600;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	width:97%;
	text-shadow:-1px -1px 0px #4f7600;
	}
	
#pf-notice_static, .pf-notice-static{
	margin:15px auto 30px auto;
	background: #dbf0ff;
	padding:10px;
	border:1px solid #8ebbdb;
	color:#2773a8;
	font-size:14px;
	line-height:18px;
	font-weight: normal;
	width:97%;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	}

#pf-notice-static p, .pf-notice-static p{
	margin:0px 0px 15px 0px;
}

#pf-notice-static p:last-child, .pf-notice-static p:last-child{
	margin:0px 0px 0px 0px;
}


/* MAIN FORM BUTTONS */


.pf-button{
	overflow:hidden;
	position:relative;
	display:block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border:1px solid #CCC;
	text-align:center;
	color:#777777;
	
	background: #f9f9f9;
	background: -moz-linear-gradient(top,  #f9f9f9 0px, #e9e9e9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0px,#f9f9f9), color-stop(100%,#e9e9e9));
	background: -webkit-linear-gradient(top,  #f9f9f9 0px,#e9e9e9 100%);
	background: -o-linear-gradient(top,  #f9f9f9 0px,#e9e9e9 100%);
	background: -ms-linear-gradient(top,  #f9f9f9 0px,#e9e9e9 100%);
	background: linear-gradient(to bottom,  #f9f9f9 0px,#e9e9e9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0 );
	text-shadow:1px 1px 0px rgba(255,255,255,1);
	box-shadow:0px 1px 0px rgba(255,255,255,1) inset;
	transition: color 0.2s linear 0s, border 0.2s linear 0s;
	}
.pf-button:hover{
	color:#555;
	cursor:pointer;
	
	background: #e9e9e9;
	background: -moz-linear-gradient(top,  #e9e9e9 0px, #f9f9f9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0px,#e9e9e9), color-stop(100%,#f9f9f9));
	background: -webkit-linear-gradient(top,  #e9e9e9 0px,#f9f9f9 100%);
	background: -o-linear-gradient(top,  #e9e9e9 0px,#f9f9f9 100%);
	background: -ms-linear-gradient(top,  #e9e9e9 0px,#f9f9f9 100%);
	background: linear-gradient(to bottom,  #e9e9e9 0px,#f9f9f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0 );
	}
	
.pf-button:active{
	position:relative;
	top:1px;
	}

.pf-button .pf-button-icon{
	position: relative;
	float:left;
	background:#e87427;
	background: -moz-linear-gradient(top,  #e87427 0%, #bf5818 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e87427), color-stop(100%,#bf5818));
	background: -webkit-linear-gradient(top,  #e87427 0%,#bf5818 100%);
	background: -o-linear-gradient(top,  #e87427 0%,#bf5818 100%);
	background: -ms-linear-gradient(top,  #e87427 0%,#bf5818 100%);
	background: linear-gradient(to bottom,  #e87427 0%,#bf5818 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e87427', endColorstr='#bf5818',GradientType=0 );
	border-right:1px solid #d5681f;
	box-shadow:0px 1px 0px #e87427 inset;
	border-radius: 1px 0 0 1px;
	-moz-border-radius: 1px 0 0 1px;
	-webkit-border-radius: 1px 0 0 1px;
	-khtml-border-radius: 1px 0 0 1px;
	}

.pf-button:hover .pf-button-icon{
	background: #bf5818;
	background: -moz-linear-gradient(top,  #bf5818 0%, #e87427 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bf5818), color-stop(100%,#e87427));
	background: -webkit-linear-gradient(top,  #bf5818 0%,#e87427 100%);
	background: -o-linear-gradient(top,  #bf5818 0%,#e87427 100%);
	background: -ms-linear-gradient(top,  #bf5818 0%,#e87427 100%);
	background: linear-gradient(to bottom,  #bf5818 0%,#e87427 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf5818', endColorstr='#e87427',GradientType=0 );
}

.pf-button.pf-button-disabled{
	color:#999;
	cursor:default;
}
.pf-button.pf-button-disabled .pf-button-icon{
	border:none;
	box-shadow:none;
	background:#CCC;
}

.pf-button .pfb_text{
	float:right;
	height:30px;
	width:169px;
	color:#555;
	font-weight: normal;
	font-size:17px;
	line-height:28px;
}
.pf-invisible{
	visibility:hidden;}
	
.pf-button-margin-r{
	margin-right:10px;
	}
.pf-button-margin-rb{
	margin-right:20px;
	}
.pf-button-margin-rbb{
	margin-right:35px;
	}
.pf-button-margin-l{
	margin-left:10px;
	}
.pf-button-margin-lb{
	margin-left:20px;
	}
.pf-button-margin-lbb{
	margin-left:35px;
	}
.pf-button-margin-lbbb{
	margin-left:60px;
	}
.pf-button-margin-t{
	margin-top:10px;
	}
.pf-button-margin-tb{
	margin-top:20px;
	}
.pf-button-margin-b{
	margin-bottom:10px;
	}

.pf-button-margin-bb{
	margin-bottom:20px;
	}

.pf-button-margin-bbb{
	margin-bottom:35px;
	}

.pf-button-right{
	float:right;}
.pf-button-left{
	float:left;}
	
.pf-button-big{
	width:300px;
	height:50px;
	font-size:26px;
	line-height:46px;}
.pf-button-medium{
	width:250px;
	height:40px;
	font-size:20px;
	line-height:40px;}
.pf-button-small{
	width:180px;
	height:30px;
	font-size:16px;
	line-height:30px;}

.pf-button-smallest{
	width:130px;
	height:26px;
	font-size:13px;
	line-height:26px;
	font-weight:bold;}
	
.pf-button-big .pf-button-icon{
	width:50px;
	line-height:50px;

}
.pf-button-medium .pf-button-icon{
	width:40px;
	line-height:36px;
	padding-top:4px;
}
.pf-button-small .pf-button-icon{
	width:30px;
	line-height:22px;
	padding-top:5px;
}

.pf-button-smallest .pf-button-icon{
	width:26px;
	line-height:18px;
	padding-top:3px;
}