﻿@charset "utf-8";
/* CSS Document */
.content{
    /*background-image:url(../images/Main/backbround.jpg);*/
    background-image:url(../images/Main/GolfCourse.jpg);
     background-size:100% 100%;
     background-repeat:no-repeat;
}
#table_content1{
	font-size:14px;
	width:100%;
}

#table_content2{
	width:48%;
	border:0.5px solid #CCCCCC;
	background-color:#dad9d5;
	float:right;
	height:300px;
}
#content_table1{
background-color:#9C0;
float:left; 
width:96%; 
height:34px; 
font-size: 21px;
color: #FFF;
padding-left: 17px;
padding-top: 8px;

}
#content_table2{
background-color:#CCC;  
height:34px; 
font-size: 21px;
color: #FFF;
padding-left: 17px;
padding-top: 8px;
}
#fieldset{
background-color:#f7f7f7;
height:100%;
}
#heading{
color:#000;
font-size:16px;
text-align:center;
margin-top:10px;
margin-bottom:10px;
width:100%;
float:left;
font-weight:bold;
}
#fieldset2 span{
color:#000;
font-size:19px;
margin-bottom:10px;
font-weight:bold;
}
#register{
	font-weight:bold;
}
#register a{
color:#3C0;
font-weight:bold;
font-size:15px;
text-decoration:underline;
}

#register a:hover{
color:red;
font-weight:bold;
font-size:15px;
text-decoration:underline;
}
.guest{
background-color:#555555;
color:#ffffff;
height:30px;
}
.forgot{
color:#FF8040;
float:right;
}

#fieldset2 p{
	font-size:11px;
}