@charset "utf-8";


/*---------------------
Color Pallette

light tan = rgb(255,204,154)
tan = rgb(204,153,102)
medium tan = rgb(197,151,106)
dark brown = rgb(108,87,53) 
really dark brown = rgb(25,20,15)
---------------------*/
* {padding:0; margin:0}
body {background:url(images/backgroundPattern.gif);}
h1 {font:bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif; color:rgb(25,20,15); padding:10px 0;}
p {font:bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif; color:rgb(25,20,15); padding:0 0 10px 0;}
p.disclaim {font-size:10px; text-align:center; color:rgb(255,204,154);}
#splashWrap {width:600px; margin:80px auto;}
#splash {float:left; position:relative; width:600px; height:426px; background:url(images/palmSplash.png) no-repeat;}
#userInfo {width:575px; float:left; position:absolute; left:12px; bottom:40px;}
#disclaimer {float:left; position:relative; width:600px; top:420px;}
/*Credits: Bit RepositoryCSS Library: http://www.bitrepositiry.com/*/
.notification_error {height:auto; width:90%; padding:4px; background:#F8F0F1; text-align:left;}
.notification_ok {height:auto; width:90%; padding:8px; background:#f5f9fd; text-align:center;}
.info_fieldset {border:none;}
.info_fieldset legend {color:black; font:13px Verdana; padding:2px 5px 2px 5px;}
.button {border:1px solid rgb(108,87,53); border-top-color:rgb(108,87,53); border-left-color:rgb(108,87,53); background:rgb(255,204,154); font:bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif; color:rgb(25,20,15); -moz-border-radius:3px; cursor:pointer;}
.button:hover {background:rgb(25,20,15); color:rgb(108,87,53);}
/* Label */
label {font:bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif; color:rgb(25,20,15); width:50px; padding:0; margin:5px; float:left; position:relative; text-align:left;}
/* Input, Textarea */
input, textarea {background:rgb(204,153,102); margin:0; padding:0px; border:1px solid rgb(255,204,154); border-top-color:rgb(255,204,154); border-left-color:rgb(255,204,154); font:bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif; color:rgb(25,20,15); -moz-border-radius:3px;}
/* BR */
br {clear:left;}


