
/* form style */
#myform 
{
    font-family:Segoe UI;
	font-size:14px;	
	padding:15px 20px; 
	color:#666;
	width:100%;
	margin:0 auto 0 10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
} 

/* nested fieldset */
#myform fieldset {
	border:0;
	margin:0;
	padding:0;
	background:#333333 url(../images/shl.jpg) no-repeat scroll 215px 40px;	
}

/* typography */
#myform h3 	{ margin-top:0px; }
#myform p 	{ font-size:11px; }
#myform td {padding: 5px;}

/* input field */
#myform input,  #myform select 
{
    font-family:Segoe UI;
	border:1px solid #444;
	padding:5px;

	
	/* CSS3 spicing */
	-moz-border-radius:4px;
	-webkit-border-radius:4px;

}


#myform label {
	border:1px solid #444;
	padding:5px;
	font-size:12px;
	
	/* CSS3 spicing */
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	
}


/* button */
#myform button {
	outline:0;
	border:1px solid #666;	
	color: #000;
}

#myform button:hover {
	outline:0;
	border:1px solid #f09f00;	
}




#myform textarea 
{
    font-family:Segoe UI;
    overflow:auto;
	border:1px solid #444;
	padding:5px;
	width:400px;
	height: 130px;


/* e
	/* CSS3 spicing */
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}



/* es:4px;
	-webkit-bordng:4px 10lack;
	padding:4px 10radius:4px;
	
}


/* error message */
.error {
	height:15px;
	background-color:orange;
	font-size:11px;
	border:1px solid black;
	padding:4px 10px;
	color:black;
	margin-left:-2px;
	font-family:Segoe UI;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px; 
	-moz-border-radius-bot: 4px;
	margin-left:-2px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px; 
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-topleft:0;	
	-webkit-border-bottom-left-radius:0; 
	-webkit-border-top-left-radius:0;
	
	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd;	
}

/* field label */
label {
	display:block;
	font-size:11px;
	color:#ccc;
}

#terms label {
	float:left;
}

#terms input {
	margin:0 5px;
}


/* simple css-based tooltip */
.tooltip {
	background-color:#000;
	border:1px solid orange;
	padding:10px 15px;
	width:200px;
	display:none;
	color:#fff;
	text-align:left;
	font-size:12px;
	font-family:Segoe UI;

	/* outline radius for mozilla/firefox only */
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
}

#exposeMask {
	background:#666 url(../images/mask_gradient_1000.png) no-repeat;
	background-position:13% 160px;
}


