﻿div#captcha { margin: 5px; }
div#LBD_CaptchaDiv { margin-bottom: 10px; }
div#LBD_CaptchaDiv div#LBD_CaptchaImage img { border: solid 1px #A5ACB2; }

/* IE6 does not understand these selectors as they are CSS2 so the default buttons will be used in IE6 only */
div#LBD_CaptchaDiv div#LBD_CaptchaIcons a:first-child img,
div#LBD_CaptchaDiv div#LBD_CaptchaIcons a + a img { visibility: hidden; padding: 0; }
div#LBD_CaptchaDiv div#LBD_CaptchaIcons a:first-child { background: url('/App_Themes/Images/captcha-speak.png') no-repeat 0 0; }
div#LBD_CaptchaDiv div#LBD_CaptchaIcons a + a { background: url('/App_Themes/Images/captcha-refresh.png') no-repeat 0 0; margin-top: 8px; }