#myform { padding:10px;}

/* This section will style the box where the form title appears. */
#myform legend {
color: #ffffff;
padding: .5em .5em .5em .5em;
border: 2px solid #3366cc;
text-align: center;
background-color: #333;
font-family:Tahoma, Geneva, sans-serif;
border-left: 8px #555 solid;
border-top: 1px #555 solid;
border-bottom: 1px #555 solid;
border-right: 1px #555 solid;
font-size: 1em;
font-weight: bold;
letter-spacing: 1px;
}
/* This section will style the form's framing. Also known as the fieldset. */
#myform fieldset {
border: 1px solid ;
border-left: 8px #555 solid;
border-top: 1px #555 solid;
border-bottom: 1px #555 solid;
border-right: 1px #555 solid;
padding: 10px;
color: #ffffff;
background:url(1pxtrans.png) repeat top left;
}
/* This section will style the field labels */
#myform label {
float:left;
color: #ffffff;
width: 140px;
margin-right: 10px;
text-align:left;
font-weight: bold;
font-family:Tahoma, Geneva, sans-serif;
font-size: .7em;
}
/* This section will style any required text fields */
#myform .required {
text-decoration:none;
font-size: .9em;
font-weight: bolder;
color: #FF0000;
}
/* This section will style any instructions you wish to add to your form */
#myform .instructions {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
color: yellow;
line-height: 150%;
}
/* Add a little padding to the divs in general */
#myform div {
padding: 10px;
}
/* This section will create the help box display event */
#myform div.link a {
text-decoration: none;
color: #ffffff;
}
#myform div.link a:hover {
text-decoration: none;
color: #ffffff;
}
#myform div.link a:visited {
text-decoration: none;
color: #ffffff;
}
#myform div.links a span {
display: none;
}
/* Here is our mighty help box display. Making changes here will change the look of the actual display of the
help text */
#myform div.links a:hover span {
display: block;
position: absolute;
left: 5%;
width: 160px;
border: thin #666 solid;
padding: 3px;
margin: 2px;
z-index: 100;
color:#FFF !important;
background:#333;
font: .6em Verdana, sans-serif !important;
text-align: justify;
text-decoration: none;
top: auto;
bottom: auto;
}

div.links span { font-size:11px !important; color:#F00 !important; font-family:Tahoma, Geneva, sans-serif !important;}

#myform  input {
            border: 1px solid #666; /* Whatever color you want */
            color: #FFF; /* This will color the text */
			background:url(1pxtrans2.png) repeat top left;
            font-weight: bold;
            font-family: "Lucida Grande" ,Verdana,sans-serif;
            height: 1.2em;
            width: 250px;
            font-size: 0.7em;
            vertical-align: middle;
            text-decoration: none;
}

#myform input#checkbox10, #myform input#checkbox20, #myform input#checkbox30 {
	       height:auto;
		   width:auto;
}
#myform input#gender0, #myform input#gender1 { width:auto; height:auto; }
#myform label#gender0, #myform label#gender1 { width:auto; height:auto;}

#myform .checklabl { width:460px;}
#antispam { margin:0 0 20px 10px;}
#captcha { margin:0 0 20px 10px;}
.links img { border:1px solid #666;}

#myform  textarea {
            border: 1px solid #666; /* Whatever color you want */
            color: #FFF; /* This will color the text */
			background:url(1pxtrans2.png) repeat top left;
            font-weight: bold;
            font-family: "Lucida Grande" ,Verdana,sans-serif;
            font-size: 0.7em;
            vertical-align: middle;
            text-decoration: none;
}

#myform input#reset, #myform input#submit {
	        border: 1px solid #666; /* Whatever color you want */
            color: #FFF; /* This will color the text */
			background:url(1pxtrans2.png) repeat top left;
            font-weight: bold;
            font-family: "Lucida Grande" ,Verdana,sans-serif;
            height: 2em;
            width: 150px;
            font-size: 0.7em;
            vertical-align: middle;
            text-decoration: none;
			cursor:pointer;
}

#myform input#imgupload {
	height:auto;
	width:auto;
	color:#000;
	}
	
#myform .linksradio { margin-bottom:10px;}

/*----------------- [ TOOLTIPS ] ------------------*/
#tooltip {background:url(mytip.png) no-repeat top left; width:152px; height:39px; color:#FFF; position:absolute;}
#tooltip h3 { font-family:Tahoma, Geneva, sans-serif; font-size:10px; padding:1px 2px 0 7px; }