
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> Button Settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
a.button1{
		color:#0066CC;
		font-family:"Verdana","Times New Roman", Times, serif;
		font-size:1.2em;
		text-decoration:none;

		
		}

a:hover.button1{
	
	color:#000;
	text-decoration:none;
	cursor:pointer;
	font-family:"Verdana","Times New Roman", Times, serif;
	font-size:1.2em;
}




/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> Form Settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

form {
	background:#fff;
	padding:1em;
	border:1px solid #eee;
}
p.form{
	color:#000;
	font-size:1em;
	text-align:center;
	text-decoration:underline;
	font-weight:strong;
	font-family:"Verdana","Times New Roman", Times, serif;
	font-size:1.5em;
	color:#000;
}
.login {
	background:url(images/user.gif) no-repeat 100% 1em;
}

fieldset div {
	margin:0.2em 0;
	clear:both;
	
	
}
form {
	margin:1em;
	width:30em;
	background:url(images/bgform.png)repeat-x;
}
label {
	float:left;
	width:6em;
	text-align:left;
	font-family:"Verdana","Times New Roman", Times, serif;
	font-size:1.5em;
	margin-right:0.1em;
	color:#0066CC
}
legend {
	color:#000;
	font-size:1.5em;
	font-family:"Verdana","Times New Roman", Times, serif;

}
legend span {
	width:2em;
	text-align:right;
}
input {
	padding:0.1em;
	width:15em;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 1.2em  sans-serif;
	-moz-border-radius:0.2em;
	-khtml-border-radius:0.2em;
}
input:hover, input:focus {
	border-color:#0066CC;
	background:#f6f6f6;
} 
fieldset {
	border:1px solid #ddd;
	padding:0 0 0;
}

input.default {
	color:#bbb;
}

#submit-go {
	margin-top:1em;
	width:69px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(images/submit-button.gif) no-repeat 0 0;
	display:block;
	cursor:pointer !important; cursor:hand;
}
#submit-go:hover {
	background-position:0 -27px;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> Info box settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

p.box{
	color:#000;
	font-size:1em;
	text-align:center;
	text-decoration:none;
	font-weight:strong;
	font-family:"Verdana","Times New Roman", Times, serif;
	font-size:1.3em;
	color:#000;
}
.holder{
	margin:1em;
	width:100%;
	background:url(images/bgform.png)repeat-x;
	
}
