




/*
     FILE ARCHIVED ON 9:50:44 Jan 25, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 5:51:32 Apr 1, 2015.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
form {
    display: inline;
    margin: 0;
    padding: 0;
}
form label { margin:12px; width:145px; float:left}
input[type="text"] {
    background: url("http://www.gotchagps.com.au/layout/input_bg.gif") repeat scroll 0 0 transparent;
    border: 1px solid #AAAAAA;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 2px #DDDDDD;
    color: #555555;
    margin: 6px;
    padding: 4px;
}
input[type="password"] {
    background: url("http://www.gotchagps.com.au/layout/input_bg.gif") repeat scroll 0 0 transparent;
    border: 1px solid #AAAAAA;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 2px #DDDDDD;
    color: #555555;
    margin: 6px;
    padding: 4px;
}
input[type="submit"] {
    background: -moz-linear-gradient(center top , #FFFFFF, #CCCCCC) repeat scroll 0 0 transparent;
    border: 1px solid #AAAAAA;
    border-radius: 12px 12px 12px 12px;
    color: #111111;
    font-weight: bold;
    margin-left: 14px;
    padding: 3px 7px;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
}
input[type="submit"]:hover {
    background: -moz-linear-gradient(center top , #CCCCCC, #DDDDDD) repeat scroll 0 0 transparent;
    cursor: pointer;
    position: relative;
}
input[type="submit"]:active {
    left: 1px;
    position: relative;
    top: 1px;
}
form textarea {
    font-family: Tahoma, sans-serif;
    width: 100%;
	height: 120px;
	border: 1px solid #AAAAAA;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 2px #DDDDDD;
    color: #555555;
    margin: 6px;
    padding: 4px;
	resize: none;
}

form fieldset {
	background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #AAAAAA;
    border-radius: 4px 4px 0 0;
    /*box-shadow: 1px 1px 2px #FFFFFF inset;
    /*margin-top: 1em;*/
    padding: 1.5em;
    text-shadow: 0 1px 0 #FFFFFF;
}
fieldset fieldset {
    background: none repeat scroll 0 0 #E8E8E8;
    border: 1px solid #AAAAAA;
    /*margin: 0.8em;*/
}
fieldset legend {
    background-color: #FFFFFF;
    border: 1px solid #AAAAAA;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 3px 3px 15px #BBBBBB;
    color: #F00;
    font-weight: normal;
	padding: 5px 10px;
	font-size: 1.5em;
	font-family: arial;
}

form fieldset.tblFooters {
    background: pink;
	margin-top:         0;
    margin-bottom:      0.5em;
    /* avoid a thick line since this should be used under another fieldset */
    border-top:         0;
    text-align:         right;
    float:              none;
    clear:              both;
    -webkit-border-radius:0 0 4px 4px;
    -moz-border-radius:0 0 4px 4px;
    border-radius: 0 0 4px 5px;
}

.radio label {width:75px;}