/** * Copyright 2008 Grestul Group All rights reserved * Powered by Grestul * admin panel styled by: Imad Jomaa **/ img { border: none; } /* fieldset tags */ fieldset { margin-top: 15px; padding: 1em; border: 1px solid #cccccc; background: #f8f8f8; } fieldset:hover { margin-top: 15px; padding: 1em; border: 1px solid #0080b4; background: #f8f8f8; } /* legend tags */ legend { color: #000; font-weight: bold; } /* label tags */ label { display: block; padding-bottom: 5px; padding-top: 5px; } /* input tags between fieldset */ fieldset input { width: 200px; height: 20px; font-size: 14px; border: 1px solid #ccc; } fieldset input:hover { width: 200px; height: 20px; font-size: 14px; border: 1px solid #0080b4; } /* submit buttons */ .submit { margin-top: 5px; margin-left: 2px; padding: 3px; border: 1px solid #ccc; background-color: #fff; color: #898989; } .submit:hover { padding: 3px; border: 1px solid #0080b4; color: #0080b4; background-color: #fff; }