/*
 Theme Name:   Point Child
 Description:  Point Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     point
 */


 .fixedBar {
 	background: #000; 
 	bottom: 0px; 
 	color:#fff; 
 	font-family: Arial, Helvetica, sans-serif; 
 	left:0; 
 	padding: 0px 0; 
 	position:fixed; 
 	font-size:16px; 
 	width:100%; 
 	z-index:99999; 
 	float:left; 
 	vertical-align:middle; 
 	margin: 0px 0 0; 
 	opacity: 0.95; 
 	font-weight: bold;
 }
 .boxfloat {
 	text-align:center; 
 	width:920px; 
 	margin:0 auto;
 }

 #tips, #tips li {
 	margin:0; 
 	padding:0; 
 	list-style:none
 }
 #tips {
 	width:920px; 
 	font-size:20px; 
 	line-height:120%;
 }
 #tips li {
 	padding: 15px 0; 
 }
 #tips li a{
 	color: #fff;
 }
 #tips li a:hover {
 	text-decoration: none;
 }


 .gform_wrapper .submit_game ul li.gfield {
 	margin-bottom: 15px;
 }


 .gform_wrapper .submit_game .gfield_html.login_message{
 	border: 1px solid red;
 	padding: 10px 20px;
 	text-align: center;
 }