
button, input[type="button"], input[type="submit"]{
	cursor:pointer;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    inherit;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    inherit;
    opacity:  1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    inherit;
    opacity:  1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    inherit;
}

.abfc_none{
	display:none;
}

#abfc_form{
	clear:both;
	margin-left:auto;
	margin-right:auto;
	max-width:310px;
	margin-top: 40px;
	overflow:hidden;
}
#abfc_form div{
	clear:both;
	overflow:hidden;
}

.abfc_inputtext{
	width:100%;
	max-width:310px;
	height:50px;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 20px;
	
	color:#fff;
	background-color:#ccc;
	font-size:17px;
	font-family:'Open Sans';
	font-style:italic;
	
	border:0px none transparent;
}

.abfc_inputtext.abfc_invalid{
	background-color:#f6abab;
}

.form-control.abfc_invalid{
	background-color:#f6abab;
}

.abfc_textarea{
	width:100%;
	max-width:310px;
	height:150px;
	margin:0px 0px 10px 0px;
	padding:10px 0px 0px 20px;
	
	color:#fff;
	background-color:#ccc;
	font-size:17px;
	font-family:'Open Sans';
	font-style:italic;
	
	border:0px none transparent;
	resize:none;
}

.abfc_textarea.abfc_invalid{
	background-color:#f6abab;
}

.abfc_button{
	width:80px;
	height:30px;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	float:right;
	
	color:#fff;
	background-color:#ccc;
	font-size:17px;
	font-family:'Open Sans';
	font-style:italic;
	
	border:0px none transparent;
}

.abfc_button:hover{
	background-color:#aaa;
}

#abfc_okform{
	width:400px;
	left:50%;
	top:50%;
	margin-left:-200px;
	margin-top:-100px;
	z-index:999999;
	position:fixed;
}

h3.abfc_h3{
	margin:20px;
	
	font-size:30px;
	font-family:'Calibri', sans-serif;
	color:#fff;
	text-align:center;
}

p.abfc_p{
	margin:20px;
	
	font-size:16px;
	font-family:'Calibri', sans-serif;
	color:#fff;	
	text-align:center;
}
p.abfc_p span{
	font-size:12px;
}

#of_menuloader{
	position:fixed;
	width:200px;
	height:50px;
	left:50%;
	top:50%;
	overflow:hidden;
	margin-top:-25px;
	margin-left:-100px;
	z-index:99999;
	font-size:14px;
	color:#fff;
}

#of_menuloaderbar{
	width:0px;
	height:20px;
	margin-top:3px;
    -webkit-animation-name: loader;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    /* Standard syntax */
    animation-name: loader;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-play-state: running;
	background-color:#3498db;
	border-radius:3px;
	overflow:hidden;
}


/* Chrome, Safari, Opera */
@-webkit-keyframes loader {
    0%   {width:0px;}
    100% {width:200px;}
}

/* Standard syntax */
@keyframes loader {
    0%   {width:0px;}
    100% {width:200px;}
}

#of_shadowloader{
	position:fixed;
	z-index:88888;
	width:100%;
	height:100%;
	background-color:#000;
	opacity:0.6;
	left:0px;
	top:0px;
}


