/**
 * Theme Name: Stilcoach
 * Theme URI: http://www.stilcoach.de/
 * Description: A Hybrid framework child theme, made for Stilcoach, Hamburg, Caroline Gillert.
 * Author: Oliver Bockelmann
 * Author URI: http://www.fob-marketing.de/
 * Version: 1.0
 * Tags: threaded-comments, microformats, two-columns, fixed-width
 * Template: hybrid
 *
 * Copyright (c) 2008 Justin Tadlock (Hybrid Framework).  All rights reserved.
 * http://justintadlock.com
 * Copyright (c) 2009 Oliver Bockelmann (Stilcoach Theme). All rights reserved.
 * http://www.fob-marketing.de/
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 */

/* Get base CSS */
@import url('../hybrid/library/css/21px.css');

/* Get Layout CSS */
/* @import url('../hybrid/library/css/3c-c-fixed.css'); */

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Uncomment the below line if using the Hybrid Tabs plugin */
/* @import url('tabs.css'); */

/* Body */
body {
	min-width: 600px;      /* 2x LC width + RC width */
	font: 12px/21px Verdana, Arial, sans-serif;
	color: #666;
	background: #FDE1C3 url(images/saeulen.gif) center top repeat-y;
	}

body.front-page {
	background: #FDE1C3 url(images/saeulen.gif) center top repeat-y;
	}

#body-container {
	overflow: hidden;
	width: 950px;
	margin: 0 auto;
	}

/* Wrapper */ 

#wraptop { width: 100%; height: 178px; background: #FDE1C3 url(images/topline.jpg) center bottom no-repeat; }
#wrapbottom { width: 100%; padding-bottom: 32px; background: transparent url(images/bottomline.jpg) center bottom no-repeat; }
#finish { background: #FDE1C3; width: 100%; height: 40px; }

/* Links */
a:link, a:visited {
	color: #4b6e85;
	text-decoration: none;
	}
a:hover, a:active {
	text-decoration: underline;
	}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-family: arial, verdana, sans-serif;
	}
#content h2, #content h3, #content h4 {
	font-size: 1.4em;
	font-weight: bold;
	}

/* Lists */
#content ul {
	list-style: none;
	margin-left: 12px;
	}
#content ul li {
	overflow: hidden;
	height: 100%;
	padding: 2px 0 2px 15px;
	background: url(images/bullet.png) no-repeat 0 8px;
	}
#content ul li li {
	background: url(images/bullet-alt.png) no-repeat 0 8px;
	}

/* Blockquotes */
blockquote {
	margin: 0 24px 0  0;
	padding: 6px 0 0 24px;
	background: url(images/quotes.gif) no-repeat 0 0;
	border: none;
	}
.post blockquote {
	font-style: italic;
	color: #777;
	}
.post blockquote em {
	font-style: normal;
	}

/* Code */
code {
	font-size: 12px;
	padding: 0 3px;
	background: #FAF1E6;
	}
pre {
	font-size: 12px;
	overflow: auto;
	padding: 9px;
	background: #FAF1E6;
	border: 1px solid #e2e2e2;
	}
pre code {
	padding: 0;
	background: transparent;
	}

/* Tables */
table {
	width: 100%;
	background: #0C2E3B;
	border: 1px solid #e2e2e2;
	}
caption {
	font-size: .8em;
	font-style: italic;
	text-align: right;
	color: #666;
	}
td {
	padding: .3em;
	border: 1px solid #e2e2e2;
	}
tr {
	background: #FAF1E6;
	}
th {
	padding: .3em;
	color: #fff;
	background: #113644;
	border: 1px solid #e2e2e2;
	}
td a, th a {
	font-weight: bold;
	}

/* Forms */
textarea {
	width: 98%;
	font: normal normal normal 15px/21px arial, verdana, sans-serif;
	}
input {
	font: normal normal normal 13px/21px arial, verdana, sans-serif;
	}
.text-input {
	display: block;
	width: 300px;
	font-size: 15px;
	}
.page-template-quick-post .text-input {
	width: 98%;
	}
.button {
	margin: 0 10px 0 0;
	padding: 6px 19px;
	font-weight: bold;
	color: #fff;
	background: #0A2934;
	border: 1px solid #000;
	}
.button:hover {
	cursor: pointer;
	background: #113644;
	}

/* Drop caps */
.drop-cap {
	float: left;
	line-height: 39px;
	margin-right: 3px;
	font-size: 48px;
	font-family: "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
	color: #666;
	}

/* Notes */
.note {
	padding: 6px 9px;
	background: #FAF1E6;
	border: 1px solid #e2e2e2;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 6px 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
	}

/* Errors */
.error {
	padding: 6px 9px;
	background: #ffebe8;
	border: 1px solid #C00;
	}

/* Downloads */
.download {
	padding: 6px 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
	}

/* Alignment */
.left, .alignleft {
	float: left;
	margin: 0 15px 0 0;
	}
.right, .alignright {
	float: right;
	margin: 0 0 0 15px;
	}
.center, .aligncenter {
	display: block;
	margin: 0 auto 21px auto;
	}
.block, .alignnone {
	display: block;
	margin: 0 0 21px 0;
	}
.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
	}
span.pullquote {
	float: none;
	margin: 0;
	}

/**
* Images
************************************************/
img, a img {
	padding: 5px;
	}
.post img {
	max-width: 510px;
	padding: 4px;
	background: #FAF1E6;
	border: 1px solid #e2e2e2;
	}

/* WP Smilies */
img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}

/* Thumbnails */
.thumbnail {
	float: left;
	width: 200px;
	height: 200px;
	margin: 0 15px 10px 0;
	padding: 4px;
	background: #FAF1E6;
	border: 1px solid #e2e2e2;
	}

/* WP Captions [caption] */
.wp-caption {
	overflow: hidden;
	max-width: 520px;
	padding: 6px;
	/* background: #FAF1E6; */
	background: #FDE1C3;
	border: 1px solid #e2e2e2;
	text-align: center;
	}
.wp-caption img, .wp-caption a img {
	max-width: 520px;
	margin: 0;
	padding: 0;
	border: none;
	}
.wp-caption p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-style: italic;
	text-align: right;
	}

/* Gallery [gallery] */
.gallery {
	display: block;
	text-align: center;
	margin-bottom: 21px !important;
	}
.gallery img {
	padding: 4px;
	background: #FAF1E6;
	border: 1px solid #e2e2e2;
	}

/* Avatars */
.avatar, .avatar-80 {
	float: left;
	margin: 0 15px 5px 0;
	padding: 4px;
	border: 1px solid #e2e2e2;
	}
.avatar-80 {
	background: #FDE1C3;
	margin-left: 10px;
	}

/**
* Header
************************************************/
#header-container {
	overflow: hidden;
	width: 100%;
	height: 148px;
	background: #FDE1C3; 
	margin-bottom: 34px;
	/* background: transparent url(images/header-top.png) repeat-x 0 0; */ 
	/* background: url(images/header_bg.jpg) no-repeat center top; */
	}
#header {
	overflow: hidden;
	width: 950px;
	height: 148px;
	margin: 0 auto;
	padding: 0 20px;
	}	
.logo, .logo a, .logo a:visited {
	float: left; 
	width: 410px;
	margin: 0; 
	padding: 0; 
	border: none;
	}
#site-title {
	float: left;
	width: 262px;
	margin: 0;
	}
#site-title a {
	display: block;
	width: 262px;
	height: 55px;
	margin: 0 0 0 0;
	background: url(images/site-title.png) no-repeat 0 0;
	}
#site-title a span {
	display: none;
	}
#site-description {
	float: left;
	margin: 5px 10px;
	font-size: 13px;
	color: #4b6e85;
	}
	
/* Search form */

#secondary .search, #secondary .search-form, #secondary .search div, form#secondary  {
	/* text-align: center; */
	width: 184px;
	margin: 0;
	padding: 0;
	}
#secondary #search-text, #secondary input #search-text, #secondary .search-text {
	width: 166px;
	margin: 4px 0 10px 4px;
	background: #FDE1C3;
	}
.search-submit {
	background: #FDE1C3;
	color: #857468;
	}

/** 
* RSS */

/*
.rsswidget {
	border-top: 1px solid #F7B56C;
	border-bottom: 1px solid #F7B56C;
	}
img.rsswidget {
	background: none;
	}
*/

/**
* Navigation
************************************************/
#navigation {
	width: 520px;
	height: 33px;
	margin: 0;
	}
#page-nav {
	height: 33px;
	margin: 0 auto;
	}
#page-nav ul {
	list-style: none;
	margin: 0;
	}
#page-nav li {
	float: left;
	}
#page-nav a {
	display: block;
	padding: 10px 35px 11px 35px;
	background: url(images/nav-border.png) repeat-y right 0;
	}
#page-nav li.current_page_item a {
	color: #fff;
	}
#page-nav li.current_page_item li a {
	color: #4b6e85;
	}

/* Drop-down styles */
#page-nav ul ul, .menu ul {
	width: 180px;
	background: #0A2934;
	}
#page-nav li li:hover ul, #page-nav li li li:hover ul {
	left: 180px;
	}
#page-nav li li {
	border-top: 1px solid #09232c;
	}
#page-nav li li a {
	padding: 7px 10px;
	background: transparent;
	}
#page-nav li:hover ul, #page-nav li.sfHover ul  {
	top: 33px;
	}
#page-nav li li:hover ul, #page-nav li li.sfHover ul, #page-nav li li li:hover ul, #page-nav li li li.sfHover ul  {
	top: -1px;
	}
	
/**
* Containers
************************************************/

#container_topline {
	margin: 0;
	padding: 0;
	height: 12px;
	background: url(images/content_topbg.gif) repeat-y center bottom;
	}	
#container_bottomline {
	margin: 0;
	padding: 0;
	height: 12px;
	background: url(images/content_botbg.gif) repeat-y center top;
	}
#container {
	clear: both;
	overflow: hidden;
	padding-left: 214px;   /* LC width */
	padding-right: 214px;  /* RC width */
	background: url(images/content_whitebg.gif) repeat-y center top;
	}	
#container a {
	color: #01527a;
	}

/* Breadcrumb trail */
.breadcrumb {
	width: 500px;
	margin: 0 20px;
	padding: 4px 0;
	font-size: 11px;
	color: #999;
	}

/* Posts (and other general sections) */
.post, .page, .attachment, .series, .related, .category-info, .tag-info, .author-info, .date-info, .search-info, .single .author-profile {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
	}
#search, .no-data, #search-form-1 {
	padding-left: 40px;
	}

/* Post title (and other titles) */
.entry-title, .series-title, .related-title {
	margin: 0 0 5px 0;
	font: normal normal bold 18px/21px arial, verdana, sans-serif;
	}
.single-title, .attachment-title, .page-title, .series-title, .related-title, .home .entry-title, .blog .entry-title, 
.category-title, .tag-title, .author-title, .date-title, .search-title, .page-template-blog .post-title  {
	margin: 0 0 4px 0;
	font: normal normal bold 18px/21px arial, verdana, sans-serif;
	}
h1.page-title {
	margin-bottom: 25px;
	}
.series-title, .category-title, .tag-title, .author-title, .date-title, .search-title {
	color: #FDE1C3;
	border-bottom: 1px solid #FDE1C3;
	}

/* Byline */
.byline {
	font-size: 11px;
	color: #999;
	}
.byline a {
	color: #486472 !important;
	}

/* Post meta data */
.entry-meta {
	clear: both;
	font-size: 11px;
	color: #999;
	padding: 4px 5px 0 0;
	border: 1px solid #FDE1C3;
	border-left: none;
	}
.entry-meta a {
	color: #486472 !important;
	}

/* Using <!--nextpage--> */
p.pages a {
	margin: 0 0 0 3px;
	padding: 4px 7px;
	color: #486472 !important;
	background: #e7e7e7;
	border: 1px solid #ddd;
	}

/* Page Templates */
.page-template-authors .author-profile, .single .author-profile {
	overflow: hidden;
	margin: 0 0 20px 0;
	}
.page-template-authors .author-name, .single .author-profile .author-name {
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	}
.no-widgets #container, .no-default-widgets #container {
	width: 950px;
	padding-left: 0;
	padding-right: 0;
	}
.page-template-no-widgets #content, .no-widgets #content, .primary-inactive.secondary-inactive #content {
	width: 950px; 
	}
.post-box, .page-template-widgets #content .widget {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 19px 19px 0 19px;
	background: #fff;
	border: 1px solid #e7e7e7;
	}

/* Navigation links */
.navigation-attachment {
	overflow: hidden;
	margin: 0 0 21px 0;
	}
.navigation-links {
	overflow: hidden;
	padding: 19px;
	background: #fff;
	/* border: 1px solid #e7e7e7; */
	}
.navigation-links a {
	color: #000;
	}
.navigation-links .previous {
	float: left;
	max-width: 49%;
	text-align: left;
	}
.navigation-links .next {
	float: right;
	max-width: 49%;
	text-align: right;
	}

/* Paged comments navigation */
#comments-template {
	margin-left: 40px;
	}
#comments-template .paged-navigation {
	overflow: hidden;
	margin: 0 0 20px 0; 
	}
#comments-template .paged-navigation .page-numbers, 
#comments-template .paged-navigation .next, #comments-template .paged-navigation .prev {
	float: left;
	margin: 0 6px 0 0;
	padding: 4px 12px;
	color: #486472 !important;
	background: #fff;
	border: 1px solid #FDE1C3;
	}

/* WP PageNavi */
.wp-pagenavi {
	overflow: hidden;
	}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi a, .wp-pagenavi .extend {
	float: left;
	margin: 0 6px 0 0;
	padding: 4px 12px;
	color: #486472 !important;
	background: #fff;
	border: 1px solid #FDE1C3;
	}

/**
* Primary/Secondary and utility widgets
************************************************/

.content, #primary, #secondary {
	position: relative;
	float: left;
	}
.content {
	width: 100%;
	min-height: 600px;
	background: #fff;
	}
.no-widgets .content, .no-default-widgets .content {
	position: relative;
	width: 950px;
	padding-left: 0;
	padding-right: 0;
	}
#primary {
	width: 183px;          /* LC width */
	right: 210px;          /* LC width */
	margin-left: -100%;
	padding: 0 8px;
	/* background: #FBD2A4 url(images/point_dark.gif) repeat;
	background: #FBD2A4 url(images/perl_grey8.gif) repeat; */	
	}
#secondary {
	width: 183px;          /* RC width */
	margin-right: -216px;  /* RC width */
	margin-left: 12px;
	padding: 0 8px;
	/* background: #FBD2A4 url(images/point_light.gif) repeat; 
	   background: #FBD2A4 url(images/perl_creme8.gif) repeat; */	
	}
#secondary .widget, #secondary .widget ul, #secondary .widget li {
	background: #FBD2A4;
	border: none;
	}
#primary .widget, #primary .widget ul, #primary .widget li {
	background: #B3ABA5;
	border: none;
	}
#primary .widget, #secondary .widget, #primary .widget a, #secondary .widget a, 
#primary .widget ul, #primary .widget li, #secondary .widget ul, #secondary .widget li {
	margin: 0;
	padding: 0;
	}
#primary .widget ul, #secondary .widget ul, #primary .textwidget, #secondary .textwidget {
	padding-bottom: 10px;
	}
#primary h1, #primary h2, #primary h3, #primary h4, 
#secondary h1, #secondary h2, #secondary h3, #secondary h4 {
	padding-top: 15px;
	}
#secondary .wiget-inside, #secondary .widget-inside ul, #secondary .widget-inside li, 
#secondary .widget-title, #secondary .widget-title a, #secondary .widget-title a:visited, 
#primary .wiget-inside, #primary .widget-inside ul, #primary .widget-inside li, 
#primary .widget-title, #primary .widget-title a, #primary .widget-title a:visited {
	border: none;
	}
#primary .widget-inside li, #secondary .widget-inside li {
	margin: 6px 5px;
	}

/*** IE6 Fix ***/
* html #secondary {
	left: 214px;           /* RC width */
	}
.widget {
	margin: 0 0 21px 0;
	padding: 20px 0 0 0;
	}
.widget-title {
	margin: 0 0 6px 0;
	padding: 0 6px 9px 6px;
	font: normal 18px/21px arial, verdana, sans-serif;
	color: #67615B;
	border-bottom: 1px solid #e2e2e2;
	}
.widget-title a {
	color: #67615B;
	}
.widget ul {
	list-style: none;
	margin: 0 0 21px 0;
	}
.widget li {
	margin: 0 0 6px 0;
	padding: 0 0 6px 15px;
	background: url(images/folder.png) no-repeat -4px 2px;
	border-bottom: 1px solid #e2e2e2;
	}
.widget ul ul {
	margin: 6px 0 0 0;
	}
.widget li li {
	margin: 0 0 3px 0;
	padding: 0 0 3px 15px;
	background: url(images/folder.png) no-repeat -4px 2px;
	border-bottom: none;
	}
	
/*
#primary .textwidget li {
	background: url(images/link.png) no-repeat -4px 2px;
	}
*/

/* Textwidget */
.textwidget p {
	margin: 8px 10px;
	line-height: 1.2em;
	}
.widget-inside p {
	margin: 8px 5px;
	}

/**
* Comments template
************************************************/
#comments-number {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 19px 0 5px 0;
	background: #fff;
	/* border: 1px solid #e7e7e7; */
	border-bottom: 1px solid #FDE1C3;
	font: normal normal bold 18px/21px arial, verdana, sans-serif;
	}
#comments ol {
	list-style: none;
	margin-left: 0;
	}
#comments li, p.comments-closed {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 19px 19px 0 19px;
	background: #fff;
	/* border: 1px solid #e7e7e7; */
	border: 1px solid #FDE1C3;
	}
#comments li.thread-even, #comments li.thread-odd {
	padding-bottom: 9px;
	}
p.comments-closed {
	padding: 19px;
	}
#comments-template p.comments-closed {
	border: none;
	padding: 0;
	}
#comments li li, #comments li li li li {
	margin: 0 15px 15px 15px;
	padding: 15px 15px 0 15px;
	background: #FAF1E6;
	/* border: 1px solid #e7e7e7; */
	border: 1px solid #FDE1C3;
	}
#comments li li li, #comments li li li li li {
	margin: 0 15px 15px 15px;
	padding: 15px;
	background: #fff;
	/* border: 1px solid #e7e7e7; */
	border: 1px solid #FDE1C3;
	}

/* Comment avatars */
#comments .avatar {
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 15px 5px 0;
	padding: 4px;
	background: #FAF1E6;
	border: 1px solid #FDE1C3;
	}

/* Comment meta data */
#comments .comment-meta-data {
	margin: 10px 0;
	}
#comments .comment-meta-data cite {
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	}
#comments .comment-meta-data a {
	color: #486472 !important;
	}

/* Comment text */
#comments .comment-text {
	clear: both;
	margin: 0 15px;
	}

/* Comment form */
#respond {
	overflow: hidden;
	padding: 19px 19px 0 19px;
	margin: 0 0 20px 40px;	
	}
#reply {
	margin: 0 0 10px 0;
	padding: 0 6px 5px 0;
	font: normal normal bold 18px/21px arial, verdana, sans-serif;
	}
.comments-header {
	color: #FDE1C3;
	}
.submit-comment, .reset-comment {
	background: #FDE1C3;
	color: #000;
	}
.submit-comment:hover, .reset-comment:hover, .form-submit .button:hover {
	background: #FEECA8;
	}

/**
* Subsidiary widgets (footer)
************************************************/
#subsidiary {
	overflow: hidden;
	width: 950px;
	margin: 0 auto 20px auto;
	}
#subsidiary a {
	color: #4b6e85;
	}
#subsidiary .widget {
	float: left;
	width: 200px;
	margin: 0 20px 0 0;
	padding: 0;
	background: transparent;
	border: none;
	}
#subsidiary .widget-title {
	margin: 0 0 6px 0;
	padding: 0 6px 9px 6px;
	font: normal normal bold 18px/21px arial, verdana, sans-serif;
	color: #aaa;
	border-bottom: 1px solid #213a4b;
	}
#subsidiary .widget ul, #subsidiary .widget ul ul {
	list-style: none;
	margin: 0 0 21px 0;
	}
#subsidiary .widget li, #subsidiary .widget li li {
	margin: 0 0 9px 0;
	padding: 0 6px 9px 6px;
	background: transparent;
	border-bottom: 1px solid #213a4b;
	}

/**
* Footer
************************************************/
#footer-container {
	overflow: hidden;
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
	color: #000;
	}
#footer-container a {
	color: #000;
	}
#before-footer {
	width: 100%;
	padding: 0;
	margin: 0;
	height: 35px;
	}
#footer {
	overflow: hidden;
	clear: both;
	width: 100%;
	}
#after-footer {
	width: 100%;
	padding: 0;
	margin: 0;
	height: 20px;
	}
#footer .copyright {
	float: left;
	width: 700px;
	margin-left: 18px;
	padding: 20px 0 8px 0;
	color: #000;
	}
#footer .credit {
	float: right;
	width: 190px;
	margin-right: 18px;
	text-align: left;
	padding: 20px 0 8px 0;
	color: 000;
	}
	
/** Other Stuff  */ 

#utility-header a:link, #utility-header a:active, #utility-header a:visited {
	color: #fff;
	text-decoration: none;
	}
.bold { 
	font-weight: bold;
	}
#footer span a:link, #footer span a:active, #footer span a:visited, .red {
	font-weight: bold; 
	color: #CC0000;
	}
	
/* vcard */
.vcard {
	margin-left: 20px;
	}
.byline .vcard {
	margin-left: 0px;
	}
	
/* wordPress.com Stats */
img#wpstats { 
	width: 1px;
	height: 1px;
	margin: 0;
	padding: 0;
}
	
/* WP Contact Form 7 */ 
div.wpcf7 {
	margin: 0;
	padding: 0;
}
div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}
div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}
div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}
div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}
div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}
span.wpcf7-form-control-wrap {
	position: relative;
}
span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}
span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}
span.wpcf7-list-item {
	margin-left: 0.5em;
}
.wpcf7-display-none {
	display: none;
}
.author-profile p {
	font-size: 0.8em;
}

/********* Kontaktformular ********/

.stilcoachcontactform {
	width: 375px;
	padding-bottom: 40px;
}
.stilcoachcontactform input, input.stilcoachcontactform {
	background: #FDE1C3;
	border: none;
}
#si_contact_message {
	background: #FDE1C3;
	border: none;
}
.labelformdiv {
	text-align: left; padding-top: 10px;
	}
.captchadiv {
	float: left; width: 220px; padding-top: 5px;
}
.captchaimg1 {
	float: left; width: 175px; border: none; margin: 0; padding: 0 0 10px 0;
}
.captchaimg2 {
	float: left; width: 22px; padding: 2px 0 0 0; border: none; margin: 0;
}
.captchaimg3 {
	float: left; width: 22px; border: none; margin: 0; vertical-align: top;
}

