/* CSS Document */

/*-------------Custom Global Tags-----------------*/

body {
padding: 0px;
margin: 0px;
font-family: "Trebuchet MS", sans-serif; 
}

a img,:link img,:visited img { border: none; }

a:link {
font-size: 14px;
text-decoration: underline;
color: #0f19ad;
}

a:visited {
font-size: 14px;
text-decoration: underline;
color: #0f19ad;
}

a:hover {
color: #000;
text-decoration: underline;
}

#content input {
background-attachment: fixed;
background: #FFF url(images/input_bg.gif) bottom left repeat-x;
color: #555;
border: 1px solid #444;
margin: 0px;
padding: 2px;
}

#contentAsk input:focus {
background: #FFF;
border: 1px solid #444;
}

#contentAsk input {
background-attachment: fixed;
background: #FFF url(images/input_bg.gif) bottom left repeat-x;
color: #555;
border: 1px solid #444;
margin: 0px;
padding: 2px;
}

#content input:focus {
background: #FFF;
border: 1px solid #444;
}

textarea {
width: 2.8in;
height: 10.4em;
margin: 0px;
padding: 5px;
border: 1px solid #444;
background: #FFF url(images/textarea_bg.gif) bottom left repeat-x;
overflow: auto;
font-family: "Trebuchet MS", sans-serif; 
font-size: 14px;
}

textarea:focus {
background: #FFF;
}

/*-------------Layout Divs--------------*/

#content {
padding: 20px;
padding-top: 10px;
background: url(../images/share_bg.jpg);
}

#contentOpt {
padding: 20px;
padding-top: 10px;
background: url(../images/opt_card_bg.jpg);
}

#contentAsk {
padding: 20px;
padding-top: 10px;
background: url(../images/ask_bg.jpg);
}
