/*
Theme Name: Beenleigh RSL
Description: Beenleigh RSL Web Site
Author: Zephyrmedia
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:
*/

strong, b
{ font-weight: 800; }
i
{font-style: italic; }
u
{font-decoration: underline}

.page-template-default .gform_wrapper ul {
	list-style: none !important;
	padding: 0 0 20px !important;
}

.page-template-default .gform_wrapper ul li {
	margin-bottom: 10px !important;	
}

.page-template-default .gform_wrapper ul li input[type=text],
.page-template-default .gform_wrapper ul li textarea {
	background: #fff;
	border: 1px solid #aaa;
	padding: 5px 10px;
	font-size: 16px;
}

.page-template-default .gform_wrapper ul li textarea {
	resize: none;
	height: 70px;
}

.page-template-default .gform_wrapper input[type=submit] {
	border: none;
	color: #fff;
	background: #0087CB;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 700;
}

