/* CSS Document for Alagames 2005 Forms */
/* START OF THE FORM CSS */
/***********************************************/
/* MAIN SECTION STYLES                         */
/***********************************************/
#formwrap {
	float:left;
	clear:left;
	overflow:hidden;
	width:620px;
	margin: 10px;
	border:1px solid #000000;
	background-image:url(../art/formfade.jpg);
	background-repeat:repeat-y;
	/* background-color: #EBEFFF ; */
}

#formhead {
	background-color:#FFFFFF;
}

#formfooter {
	clear:left;
	display: block;
	padding: 5px;
	height: 25px;
	background-color:#787878;
	border-top: 1px solid #000000;
}

.tabcontent {
	display: none;
}

#tabcontentcontainer {
	width: 620px;
}
	
#formsection {
	border-top: 2px solid #000000;
	padding:0px 0px;
	clear:left;
	display: block;
	vertical-align:top;
} /* adds the line above each section and provides vertical spacing */


#formelement {
	border-top: 1px solid #000000;
	clear:left;
	padding: 5px;
}

/***********************************************/
/* FORM WRAP STYLES                            */
/***********************************************/
#formwrap h3 {
	margin:20px 0 0 10px; 
	font-weight:bold; 
	font-size:.8em;
} /* adjust top margin for your context */

#formwrap h4 {
	margin:0 0 5px 10px; 
	font-weight:normal; 
	font-size:.75em;
}

#formwrap form  {
	border-top: 2px solid #000000; 
} /* the top border is visually 1 px thicker because it touches the div.clearfix bordertop */

/***********************************************/
/* FORM HEAD STYLES                            */
/***********************************************/
#formhead h1 {
	font-size:1.0em;
	color:#FFFFFF;
	height: 25px;
	text-indent: 10px;
	line-height: 25px;
	background-color:#787878;
}

#formhead h4 {
	color:#FF0000;
	background-color:#FFFF00;
	height: 18px;
	line-height: 18px;
	font-size: .8em;
	font-weight: bold;
	text-align:center;
	margin: 0;
}

#formhead p {
	font-size: .8em;
	color:#505050;
	padding: 5px 10px 5px 10px;
}

/***********************************************/
/* FORM SECTION STYLES                         */
/***********************************************/
#formsection h1 {
	font-size:.8em;
	color:#FFFFFF;
	height: 18px;
	text-indent: 10px;
	line-height: 18px;
	background-color:#787878;
}

#formsection h3 {
	color:#000000;
	font-size: .8em;
	font-weight: bold;
	text-align:left;
	margin: 0px 10px 0px 10px;
}

#formsection h5 {
	color:#FF0000;
	font-size: .8em;
	font-weight: bold;
	line-height: 20px;
	background-color:#FFFF00;
	text-align:left;
	padding: 0px 0px 0px 10px;
	margin-bottom: 5px;
}

#formsection p {
	color:#000000;
	font-size: .8em;
	margin: 0px 10px 0px 20px;
	text-indent: -10px;
	padding: 2px 0px 2px 0px;
}

#formsection a:link, #formsection a:visited {
	color: #FFFF00;
	text-decoration:none;
}

#formsection img {
	margin-left:auto;
	margin-right:auto;
	padding: 10px;
}

/***********************************************/
/* FORM ELEMENT STYLES                         */
/***********************************************/
#formelement label {
	width:120px; 
	float:left;
	clear: left;
	display: block;
	font-size:.75em;
	font-weight:bold;
	color: #505050;
	padding: 0px 5px 5px 5px;
} /* this is the text label on the left of each input */

#formelement .req {
	color:#FF0000;
}

#formelement p {
	font-size:.65em; 
	color: #505050;
	padding: 0px 5px 5px 5px;
} /* this is the text label on the left of each input */

#formelement input {
	font-size: .75em;
	padding-left: 0.3em;
	padding-right: 0.6em;
}

#formelement input:focus {
	background-color:#FFFFCC;
}

#formelement select {
}

#formelement select:focus {
	background-color:#FFFFCC;
}

#formelement textarea {
	background-color:#FFFFFF;
	border: 2px solid #969696;
	padding: 2px 2px 2px 2px;
	overflow:auto;
}

#formelement textarea:focus {
	background-color:#FFFFCC;
}

#formelement .buttongroup {
	float:left;
	margin-bottom:5px; 
	font-size:.75em; 
	margin:0px; 
	padding:0px 0px 5px 0px ;
}

#formelement .buttongroup input {
	margin-right:5px;
}

#formelement h3 {
	color:#FF0000;
	background-color:#FFFF00;
	font-size:.8em;
	text-align:center;
	height: 18px;
	text-indent: 0px;
	line-height: 18px;
	margin: 0 0 10px 0;
	padding: 0px;
}
/***********************************************/
/* FORM FOOTER STYLES                          */
/***********************************************/
/*
#formfooter input[type="submit"] {
	display:inline;
	float:right;
	padding: 2px;
	line-height:25px;
}
*/

#formfooter #button1, #formfooter #button2, #formfooter #button3 {
	float: right;
	text-align:center;
	color: #000000; 
	padding-right:0.5em; 
	cursor:pointer; 
	width:150px; 
	margin-left:8px;
}

#formfooter #button1:hover, #formfooter #button2:hover, #formfooter #button3:hover {
	background-position:center;
	background-color: #FFFFCC; 
	color:#000;
}

/*
#formfooter input[type="submit"] {
	display:block; 
	margin-left:auto; 
	margin-right:10px;
	line-height:25px;
} 


#formwrap div.clearfix h5 {
	color:#FF0000;
	font-size: .8em;
	font-weight: bold;
	line-height: 20px;
	background-color:#FFFF00;
	text-align:left;
	padding: 0px 0px 0px 10px;
	margin-bottom: 5px;
}
*/
/***********************************************/
/* MINI-TABS  Styles                         */
/***********************************************/
#minitabs {
	margin: 5px 0 0 0;
	padding: 0 0 18px 5px;
	}

#minitabs li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#minitabs a:link, #minitabs a:visited, #minitabs .active {
	float: left;
	font-size: .8em;
	line-height: 14px;
	font-weight: bold;
	margin: 0 2px 0px 2px;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	color: #969696;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	}

#minitabs a:hover {
	padding-bottom: 2px;
	background-color: #FFFF99;
	color: #787878;
	}
	
#minitabs a.active:link, #minitabs a.active:visited, #minitabs .active {
	background-color: #000000;
	color: #FFFFFF;
}

/***********************************************/
/* SEARCH_AREA  Styles                         */
/***********************************************/
#search_area {
	position: relative;
	float:left;
	font-size: .8em;
	left: 30px;
}

#search_area form {
	line-height: 20px;
}

#search_area form input.txt {
	width: 100px;
	height: 12px;
	font-size: .8em;
	padding: 0 2px 0 2px;
}

#search_area form input.btn {
	width: 40px;
	height: 18px;
	font-size: .8em;
}

#search_area form label {
	color: #787878;
	font-size: .8em;
	vertical-align: middle;
}

#search_area img {
	vertical-align: middle;
}

/***********************************************/
/* small_login  Styles                         */
/***********************************************/
#small_login {
	padding: 10px 10px 5px 10px;
	margin: 0px;
	border-bottom: 1px solid #787878;
	font-size: .8em;
}

#small_login h1 {
	font-size: .9em;
	font-variant:small-caps;
	line-height: 16px;
	background-color: #00CC00;
	color: #FFFFFF;
	padding: 0 0 0 .2em;
	margin-bottom: 5px;
}
#small_login a {
	color:#FF0000;
	text-decoration: none;
}

#small_login p {
	color: #787878;
	font-size: .8em;
	line-height: 11px;
	text-align:center;
	padding: 2px 0 0 0;
}

#small_login form {
	line-height: 20px;
}

#small_login form input.txt {
	width: 100px;
	height: 12px;
	font-size: .8em;
	padding: 0 2px 0 2px;
}

#small_login form input.btn {
	position:relative;
	left: 50px;
	width: 70px;
	height: 18px;
	margin: 2px 0 0 0;
	font-size: .8em;
	font-weight:bold;
	color: #787878;
}

#small_login form label {
	width:70px;
	height: 12px;
	float:left;
	clear: left;
	color: #787878;
	font-size: .8em;
	padding: 0px;
}

#small_login img {
	vertical-align: middle;
}

.register {
        display: block;
		padding: 5px 0px;
}

.register ul {
        border: 3px solid #969696;
        background-color: #ddd;
        -moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}

.register li {
       background: transparent url(../art/btn_register_red.png) no-repeat;
       height: 50px;
       line-height: 50px;
	   list-style:none;
}

.register li.download {
       background: transparent url(../art/btn_download_blue.png) no-repeat;
       height: 50px;
       line-height: 50px;
}

.register li:hover {
       background: transparent url(../art/btn_register_green.png) no-repeat;
}

.register li:hover.download {
       background: transparent url(../art/btn_download_green.png) no-repeat;
}

.register a {
       text-decoration: none;
       padding-left: 150px;
       font-size: 14px;
	   font-weight: bold;
       color: #505050;
}

.register a:hover {
       text-decoration: none;
       padding-left: 150px;
       font-size: 14px;
       color: #fff;
}

.register h2 {
    padding: 4px 10px 0px 10px;
	color: green;
}

.register p {
    padding: 5px 10px;
	color: #707070;
}

.register p.address {
    padding: 0px 20px;
}
