/* 
INWERS CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

/*********************/
/*   Form elements   */
/*********************/



label { display: inline; float: left; clear: left; font: 12px "Lucida Grande", Lucida, Verdana, sans-serif; color: #c0c0c0; margin-bottom: 10px; margin-top: 10px;}

input.in_small { height: 25px; width: 130px; float: left; display: inline; left; border: 1px solid #000000; padding-top: 10px;  }

input.in_medium { height: 25px; width: 260px; display: inline; float: left; left; border: 1px solid #000000; padding-top: 10px; background-color: #808080; }

input.in_big { height: 25px; width: 390px; display: inline; float: left;  left; border: 1px solid #000000; padding-top: 10px; background-color: #808080; }

textarea.in_textarea { display: inline; border: 1px solid #000000;  left; width: 100%; padding-top: 10px; line-height: 20px; background-color: #808080; }

select.pull_small { float: left; display: inline; clear: left; width: 130px; height: 20px; }

select.pull_medium { float: left; display: inline; clear: left; width: 260px; height: 20px; }

select.pull_big { float: left; display: inline; clear: left; width: 390px; height: 20px; }

input.submit { float: left; clear: left; background-image: url(images/b_small.jpg); width: 92px; height: 32px; margin-top: 10px; text-align: center; font-size: 13px; color: black; margin-bottom:15px; }

input.in_search { float: right; display: inline; width: 147px; height: 24px; margin-top: 10px; color: #7e7e7e; padding-left: 15px; padding-right: 30px; background: url(images/searchfield.png) no-repeat; font-size: 13px; padding-top: 9px; }


/* CSS for testimonials */
#sfstest-sidebar blockquote { padding: 2px; }
#sfstest-sidebar cite { font-style: italic; }
#sfstest-page blockquote { padding: 10px; }
#sfstest-page cite { font-style: italic; }
#sfstest-sidebar .sfststreadmore { text-align: center; margin-top: 5px; }
#sfstest-sidebar .sfststreadmore a { line-height: 35px; font-size: 14px; color: #930b0f; }
#sfstest-sidebar .sfststreadmore a:hover { border-bottom: 1px solid #808080; }
#sfstest-sidebar .sfststreadmore a.sub_active { color: #930b0f; }
