/*
Theme Name: Persona WP
Theme URI: http://www.designova.net/wordpress/persona
Description: A Premium Responsive Parallax wordpress theme
Author: Designova Studio
Author URI: http:http://www.designova.net
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 2.0.0

Designed & Handcrafted by Designova Studio for designova.net
All files, unless otherwise stated, are released under the GNU General Public License
version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)
*/

.successmsg, .loader{ 
	display: none;background-color: #000; 
	border-radius:5px; 
	top:10%;
	height: 10%;
	opacity:0.7;
	position:absolute;
	width: 99%;
	line-height: 50px;
	color: #FFF;
	text-align: center;
	font-size: 20px;
}
.formError{position: absolute;z-index: 999;cursor: pointer;}
.formErrorContent{background: #EE0101;padding: 10px;color:#FFF;-moz-border-radius:10px;border-radius:10px;
-webkit-border-radius:10px;-o-border-radius:10px;position: relative;}
.formErrorContent:after{width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:8px solid #EE0101;content:"";position:absolute;bottom:-7px;left:10%;margin-left:-3px
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {}
.gallery-caption {}
.bypostauthor {}
.aligncenter {}

<style type="text/css">
.cssbutton {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #83b7f7), color-stop(1, #4278ff) );
	background:-moz-linear-gradient( center top, #83b7f7 5%, #4278ff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#83b7f7', endColorstr='#4278ff');
	background-color:#83b7f7;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #5c6aff;
	display:inline-block;
	color:#fff5ff;
	font-family:Georgia;
	font-size:24px;
	font-weight:normal;
	padding:8px 28px;
	text-decoration:none;
}.cssbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4278ff), color-stop(1, #83b7f7) );
	background:-moz-linear-gradient( center top, #4278ff 5%, #83b7f7 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4278ff', endColorstr='#83b7f7');
	background-color:#4278ff;
}.cssbutton:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */
</style>