/**
 * Content CSS for the BonusThemes.com Ingeno Template
 *
 * @package bt_ingeno
 * @version 1.0
 * @copyright BonusThemes.com 2008
 * @link http://www.bonusthemes.com/goto/bt_ingeno
 */


/* #######################  GENERAL SETTINGS ############################ */

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #34322c;
	margin-top: 0px;
}

/*  Global Formatting */

h1 {
	font-size: 16px;
	line-height: 1em;
	font-weight: 900;
}

h2 {
	font-size: 15px;
	line-height: 1em;
	font-weight: 900;
}

h3 {
	font-size: 14px;
	line-height: 1em;
	font-weight: 900;
}

h4 {
	font-size: 13px;
	line-height: 1em;
	font-weight: 900;
}

h5 {
	font-size: 12px;
	line-height: 1em;
	font-weight: 900;
}

h6 {
	font-size: 11px;
	line-height: 1em;
	font-weight: 900;
}

td {
	font-size: 12px;
}

th {
	font-size: 12px;
}

a {
	color: #2971a7;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #2971a7;
}

a.image, a.image:hover {
	border: 0;
}

li {
	list-style-type: none;
}

ul {
	list-style: none;
}
ul li {
	background: url(../images/bullet-list.gif) no-repeat 0px 9px;
	line-height: 180%;
	padding-left: 12px;
	margin-left: 0;
}
ol li {
	line-height: 180%;
	padding-left: 12px;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	padding: 0;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

.banneritem img,
.buttonheading img {
	border: none;
}

/* #######################  END GENERAL SETTINGS ############################ */

/* ######################  LAYOUT SETTINGS       ############################## */

/* ######################  LAYOUT SETTINGS       ############################## */

/*##################### NAVIGATION SECTION #####################*/

/* Pathway Breadcrumbs */

.pathway {
	font-size: 11px;
	color: #333;
}

a.pathway:link {
	color: #2b5c97;
}

a.pathway:visited {
	color: #2b5c97;
}

a.pathway:active {
	color: #2b5c97;
}

a.pathway:hover {
	color: #b5d5ff;
	text-decoration: underline;
}

span.pathway {
	display: block;
	line-height: 30px;
	height: 30px;
	font-weight: normal;
	padding-bottom: 5px;
	margin-bottom: 5px;
	background: url(../images/layout/pathway_back.gif) repeat-x bottom left;
}


/* Default Menus for Joomla 1.0 */

.mainlevel, .sublevel {
}

a.mainlevel,
a.sublevel {
	padding: 7px 0 3px 15px;
	text-decoration: none;
	background: url(../images/arrow_dark.gif) no-repeat 0px 9px;
	line-height: 18px;
}
#pos_toolbar a.mainlevel,
#pos_toolbar a.sublevel {
	padding: 0;
	background: none;
}

a.mainlevel:hover, a.sublevel:hover {
	text-decoration: underline;
}

#pos_right a.mainlevel, #pos_right a.sublevel {
	background: url(../images/arrow_light.gif) no-repeat 0px 9px;
}


/* Default Menus for Joomla 1.5 */

ul.menu li {
	list-style-position: outside;
	padding-left: 1.6em;
	margin-left: 0;
	background: url(../images/arrow_dark.gif) no-repeat 0px 6px;
}
#pos_right ul.menu li {
	background: url(../images/arrow_light.gif) no-repeat 0px 6px;
}

ul.menu li a {
	line-height: 18px;
	margin-left: 0px;
	text-decoration: none;
}

ul.menu li a:hover {
	margin-left: 0px;
	text-decoration: underline;
}


/* Add Custom Menus */


/*##################### NAVIGATION SECTION #####################*/

/* ##################### STANDARD MODULE TABLE  #################*/

table.moduletable {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

table.moduletable th {
	background: #2F3E57;
	height: 18px;
	color: #FFFFFF;
}

table.moduletable td {
	height: 18px;
}

div.moduletable, div.module {
margin-bottom: 15px;
}


/* Search module
--------------------------------------------------------------------------------*/

div.search {
	margin-bottom: 20px;
}

input#mod_search_searchword {
	border: none;
	width: 190px;
	height: 33px;
	padding-left: 10px;
	padding-top: 2px;
	color: #7E7E7E;
	background: url('../images/search_bg.gif') no-repeat 0 0;
}

/* End Custom Modules */

/* ##################### END STANDARD MODULE TABLE  #################*/

/* #############  CONTENT - SECTIONS & CATEGORIES ###########################*/

.contentheading {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	font-size: 20px;
	color: #2a5a94;
}

.contentheading a:link, .contentheading a:visited {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	font-size: 20px;
	color: #576676;
	text-decoration: none;
}

.contentheading a:hover {
	color: #4E7EC6;
	text-decoration: underline;
}

/* content title and links */

.contentpagetitle {
	
}

a.contentpagetitle,a.contentpagetitle:link, a.contentpagetitle:visited {
	text-decoration: none;
	font-weight: normal;
	color: #10478c;
	border-bottom: 0px;
}

a.contentpagetitle:hover {
	color: #000;
	border-bottom: 0px  dashed #CCCCCC;
	text-decoration: none;
}

/* top box like a category description */

.contentdescription {
	
}

/* Main Body Text */

.contentpane {
	width: auto;
}

.contentpaneopen h2 {
	padding: 0;
	margin: 0;
}

.contentpaneopen {
	width: 100%;
}

table.contentpane {
	width: 100%;
	margin-bottom: 30px;
}

/* Main Body Text */

/* article rating */

.content_rating {
	font-weight: normal;
	font-size: .8em;
}

.content_vote {
	font-weight: normal;
	font-size: .8em;
}

/* icons */

.buttonheading {
	font-size: 12px;
}

.pop-ups {
	float: right;
}

a.pop-up {
	border-bottom: 0;
}

/* Dates */

.createdate {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	font-size: 10px;
	color: #aaa;
}

.modifydate {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	font-size: 10px;
	color: #aaa;
	padding-top: 10px;
	padding-bottom: 10px;
}

.newsfeeddate {
	font-size: 10px;
	color: #d34807;
	font-weight: normal;
}

/* Dates */

/* Writen by Authors name */

.small {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	font-size: 10px;
	color: #aaa;
}

/* Page navigation links "<<< 1 of 10 next >>>" */

.pagenav {
	padding: 2px;
	color: #999;
}

a.pagenav,
.pagenav_prev a,
.pagenav_next a,
.pagenavbar a {
	padding: 1px 4px;
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-bottom: 1px solid #BABDB6;
	border-right: 1px solid #BABDB6;
	text-decoration: none;
	font-size: 11px;
	background: #f5f5f5;
	color: #999;
	height: 100%;
}

a.pagenav:hover, a.pagenav:active,
.pagenav_prev a:hover, .pagenav_prev a:active,
.pagenav_next a:hover, .pagenav_next a:active,
.pagenavbar a:hover, .pagenavbar a:active {
	padding: 1px 4px;
	border-top: 1px solid #BABDB6;
	border-right: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	border-left: 1px solid #BABDB6;
	text-decoration: none;
	color: #000;
}

th.pagenav_prev a,
th.pagenav_next a {
	color: #999;
	font-weight: normal;
}

th.pagenav_prev a:hover,
th.pagenav_next a:hover {
	color: #000;
	font-weight: normal;
}

.pagenavbar {
	padding-left: 14px;
	font-size: 11px;
}

.pagenavcounter {
	padding: 10px 0 0 0;
	color: #aaa;
}

/* Read more link */

a.readon {
	background: url(../images/readon.gif) no-repeat top;
	color: #fff;
	display: block;
	float: left;
	font-size: 10px;
	height: 33px;
	line-height: normal;
	line-height: 31px;
	text-decoration: none;
	text-indent: 30px;
	width: 108px;
}

a.readon:hover, a.readon:active, a.readon:focus {
	background: url(../images/readon.gif) no-repeat bottom;
	color: #fff;
	text-decoration: none;

}

/* Article index  {mospagebreak} */

table.contenttoc {
	margin: 0 0 30px 30px;
	padding: 0;
	width: 200px;
}

table.contenttoc th {
	padding: 5px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	font-size: 12px;
	background-color: #e8e8e8;
	border-bottom: solid 1px #999999;
	color: #808080;
	text-indent: 5px;
}

table.contenttoc td a:link, table.contenttoc td a:visited {
	display: block;
	width: auto;
}

table.contenttoc td a:hover {
	background: #f1f1f1;
	color: #000;
	text-decoration: none;
	display: block;
	width: auto;
}

table.contenttoc td {
	text-align: center;
	background: #FCFCFC;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}

.toclink {
	font-size: 10px;
	padding: 5px;
}

/* Links article index */

a.toclink:hover, a.toclink:visited, a.toclink:link {
	height: 18px;
}

/* End Article index  */

/*  component heading */

.componentheading {
	font-size: 1.5em;
	font-weight: bold;
	color: #2971a7;
	text-align: left;
	margin-top: 1.5em;
}

/* Sectiontable Table types listings Faqs's, weblink etc..*/

.sectiontableheader {
	background-color: #FF9900;
	background-repeat: repeat;
	border-bottom: solid 1px #993333;
	padding: 2px;
	color: #fff;
	font-weight: bold;
	padding: 2px;
}

/* Table odd and Even Rows */

.sectiontableentry1 {
	background-color: #FAFAFA;
	height: 20px;
}
#pos_right .sectiontableentry1 {
	background-color: #0e508e;
}

.sectiontableentry2 {
	background-color: #E0E9C6;
	height: 20px;
}
#pos_right .sectiontableentry2 {
	background-color: #52697e;
}

.sectiontableentry1 td,
.sectiontableentry2 td {
	padding: 4px;
	border-bottom: 1px solid #ddd;
}

td.sectiontableentry1,
td.sectiontableentry2 {
	padding: 4px;
	border-bottom: 1px solid #ddd;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background-color: #FFFFEA;
}

/* End Sectiontable */

/* Category */

.category {
	color: #333;
}

a.category:link, a.category:visited, a.category:hover {
	height: 15px;
}

/* End category */

/* blogsection */

.blog table {
	padding: 0 5px;
}

.blog_more {
	margin-top: 5px;
	margin-left: 20px;
	margin-bottom: 30px;
}

/* space from bottom of article */

.article_separator, .article_seperator {
	display: block;
	height: 30px;
}

#pos_newsflash .article_seperator,
#pos_newsflash .article_separator,
#pos_top .article_seperator,
#pos_top .article_separator {
	height: 5px;
}


/* End blogsection */

/* Search Form Module*/

.search {
	height: 26px;
}

/* results if not search google */

.searchintro {
	height: 26px;
}

/*Search Form keyword highlight*/

.highlight {
	background: #ffff99;
	padding: 0px 2px 0px 2px;
}

/* End Search Form */

/* wrapper title */

.mosimage {
	margin: 5px 15px 5px 0;
	padding: 0 0 5px;
}

/* mosimage */

* html .mosimage {
	margin: 5px 5px 10px 0;
	padding: 0 !important; /*IE 6*/
}

*+html .mosimage {
	margin: 5px 10px 10px 0;
	padding: 0 !important; /*IE 7*/
}

.mosimage img {
	margin: 0 !important;
	padding: 0 !important;
}

.mosimage_caption {
	margin-top: 3px;
	padding: 1px 2px;
}


/* ############# END CONTENT - SECTIONS & CATEGORIES ###########################*/

/* ##################### FORM SECTION  #####################*/

form {
	font-size: 12px
}

input {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 13px;
	color: #333;
}

.inputbox {
	background: White;
}

.text_area {
	background: White;
}

/* Pull down menu */

.selectbox {
	width: 100%;
}

/* Submit Button */

.button {
	background: url(../images/grad1.gif) repeat-x center #EFEFEF;
	border: 1px solid #DDDDDD;
	border-bottom-color: #CCCCCC;
	color: #666666;
	padding: 2px 8px;
	cursor: pointer;
}

/* Contact Email Form */

.contact_email {
	margin: 0px;
	padding: 5px;
}

/* ##################### END FORM SECTION  ##################### */

/* ###################### TABBED EDITING ###################### */

/*When user login to edit or sumbit articles*/

/* for modifying {moscode} output.  Don't set the colour! */

.moscode {
	background-color: #f0f0f0;
}

.code {
	font-family: courier, serif;
	font-size: 1.2em;
	padding: 2px;
	background-color: #f0f0f0;
	color: blue;
	border: 1px solid #d5d5d5;
	margin: 0px;
	width: 90%;
}

/* Text passed with mosmsg url parameter */

.message {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	color: #666;
	text-align: center;
}

/* Styles for dhtml tabbed-pages */

.ontab {
	background-color: #666666;
	border-left: outset 1px #666;
	border-right: outset 1px #333;
	border-top: outset 1px #666;
	border-bottom: solid 1px #333;
	text-align: center;
	cursor: default;
	font-weight: bold;
	color: #FFFFFF;
	padding: .2em;
}

.offtab {
	background-color: #cccccc;
	border-left: outset 1px #666;
	border-right: outset 1px #333;
	border-top: outset 1px #666;
	border-bottom: solid 1px #333;
	text-align: center;
	cursor: default;
	font-weight: normal;
	padding: .2em;
}

.edit-tabs {
	padding: 1em;
	background: none;
}

.tabpadding {
	padding: 1px;
}

.tabheading {
	background-color: #FF6600;
	text-align: left;
}

.pagetext {
	visibility: hidden;
	display: none;
}

/*Body of the form*/

.adminform {
	background-color: #FFFFFF;
}

/* ###################### End TABBED EDITING ###################### */

/* ######################  TYPOGRAPHY SETTINGS       ############################## */

/* @group typography */


h1 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 24px;
	color: #444444;
	font-weight: normal;
	margin: 5px 0px;
}

h2 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 22px;
	color: #2971a7;
	font-weight: normal;
	margin: 5px 0px;
}

h3 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 16px;
	color: #393833;
	font-weight: normal;
	margin: 5px 0px;
}

h4 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 18px;
	color: #10478C;
	font-weight: normal;
	margin: 5px 0px;
}

h5 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 16px;
	color: #d17d1a;
	font-weight: normal;
	margin: 5px 0px;
}

h6 {
	margin: 15px 0;
	color: #AAAAAA;
	border-bottom: 3px double #EEEEEE;
}

h3.header, h4.header {
	color: #fff;
}

span.alert {
	display: block;
	background: #fff6bf url(../images/bt_exclamation.png) center no-repeat;
	background-position: 15px 50%;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}

span.info {
	display: block;
	background: #f8fafc url(../images/bt_information.png) center no-repeat;
	background-position: 15px 50%;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #b5d4fe;
	border-bottom: 2px solid #b5d4fe;
}

span.download {
	display: block;
	background: #e2f3de url(../images/bt_download.png) center no-repeat;
	background-position: 15px 50%;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #3C6;
	border-bottom: 2px solid #3C6;
}

pre {
	display: block;
	line-height: 100%;
	border-left: 5px solid #ccc;
	background: #f2f2f2;
	padding: 10px;
	font-family: Monaco, "Courier New", monospace;
	font-size: 11px;
	overflow: auto !important;
	overflow: scroll;
	width: 95%;
}

blockquote {
	margin: 20px 0;
	padding: 0 0 0 40px;
	border: none;
	font-style: oblique;
	color: #888;
	background: url(../images/bt_quote.png) no-repeat 10px 0;
}

ul.check1 li,
li.check1 {
	background: url(../images/bullet-1.png) no-repeat 0px 2px; 
}

ul.check2 li,
li.check2 {
	background: url(../images/bullet-3.png) no-repeat 0px 2px; 
}

ul.arrow1 li,
li.arrow1 {
	background: url(../images/bullet-2.png) no-repeat 0px 2px; 
}

ul.arrow2 li,
li.arrow2 {
	background: url(../images/bullet-4.png) no-repeat 0px 2px; 
}

ul.arrow3 li,
li.arrow3 {
	background: url(../images/bullet-5.png) no-repeat 0px 2px; 
}

ul.star li,
li.star {
	background: url(../images/bullet-6.png) no-repeat 0px 2px; 
}

ul.circle li,
li.circle {
	background: url(../images/bullet-7.png) no-repeat 0px 2px; 
	
}

ul.check1,
ul.check2,
ul.arrow1,
ul.arrow2,
ul.arrow3,
ul.star,
ul.circle,
ul.morespace {
	margin-left: 35px;
	padding: 0;
}

ul.check1,
ul.check2,
ul.arrow1,
ul.arrow2,
ul.arrow3,
ul.star,
ul.morespace,
ul.check1,
ul.check2,
ul.arrow1,
ul.arrow2,
ul.arrow3,
ul.star,
ul.morespace,
ul.circle {
	margin: 10px 0;
	padding: 20;
}

ul.check1 li,
ul.check2 li,
ul.arrow1 li,
ul.arrow2 li,
ul.arrow3 li,
ul.star li,
ul.circle li,
li.check1,
li.check2,
li.arrow1,
li.arrow2,
li.arrow3,
li.star,
li.circle
 {
	list-style: none;
	padding-bottom: 5px;
	padding-left: 25px;
}




/* ######################  End TYPOGRAPHY SETTINGS       ############################## */


/* @group miscellaneous position adjustments */

#pos_advert1,
#pos_advert1 a,
#pos_advert1 td,
#pos_advert2,
#pos_advert2 a,
#pos_advert2 td,
#pos_advert3,
#pos_advert3 a,
#pos_advert3 td,
#pos_toolbar,
#pos_toolbar a,
#pos_toolbar td,
#pos_top,
#pos_top a,
#pos_top td,
#pos_header,
#pos_header a,
#pos_header td {
	color: #f2ecde;
}

#pos_right,
#pos_right a,
#pos_right td {
	color: #fff;
}

#pos_advert1 {
	padding-top: 20px;
}
#pos_advert2 {
	padding-top: 4px;
}
#pos_advert3 {
	padding-top: 16px;
}
#pos_top {
	padding-top: 4px;
}


#pos_icon {
	width: 222px;
	height: 178px;
	overflow: hidden;
}

#pos_advert1, #pos_advert1 td,
#pos_advert2, #pos_advert2 td,
#pos_advert3, #pos_advert3 td {
	text-align: center;
}

#pos_toolbar {
	text-align: right;
	padding-top: 5px;
margin-left: 150px;
padding-left: 150px;
}
#pos_toolbar td {
	text-align: right;
}
#pos_toolbar a {
	color: #f2ecde;
}

#pos_banner, #pos_banner td {
	text-align: center;
}

#pos_footer, #pos_footer td {
	text-align: center;
}

#pos_left #form-login input {
	font-size: 10px;
}


/* @group module suffixes */


.moduletable,
.moduletable-style0,
.moduletable-style1,
.moduletable-style2,
.moduletable-style3,
.moduletable-style4,
.moduletable-style5 {
	margin-bottom: 20px;
}
.moduletable-style0 h3 {
	background: url(../images/style0_top.gif) no-repeat 0px 2px;
	padding-left: 20px;
	margin-bottom: 10px;
}

#pos_icon .moduletable {
	margin: 0;
	padding: 0;
}

#pos_advert1 .moduletable h3,
#pos_advert2 .moduletable h3,
#pos_advert3 .moduletable h3,
#pos_toolbar .moduletable h3,
#pos_top .moduletable h3,
#pos_header .moduletable h3,
#pos_right .moduletable h3,
#pos_right .moduletable-style0 h3 {
	color: #fff;
}

#pos_left .moduletable {
	width: 151px;
}

#pos_right .moduletable {
	width: 190px;
}

#pos_right .moduletable-style0 {
	padding-left: 15px;
}

.moduletable-style1 {
	background: url(../images/style1_body.gif) no-repeat left bottom;
	margin-bottom: 20px;
	padding: 0px 15px 15px 15px;
	width: 121px;

}
.moduletable-style1 h3 {
	font-size: 12px;
	background: url(../images/style1_top.gif) no-repeat left top;
	color: #fff;
	margin: 0px -15px 0px -15px;
	padding: 10px 15px 15px 15px;
}

.moduletable-style2 {
	margin-bottom: 20px;
	padding: 0px 10px 8px 10px;
	width: 170px;
}
.moduletable-style2 h3 {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: url(../images/style2_top.gif) no-repeat left top;
	margin: 0px -10px 10px -10px;
	padding: 10px;
}

.moduletable-style3 {
	margin-bottom: 20px;
	padding: 0px 10px 8px 10px;
	width: 170px;
}
.moduletable-style3 h3 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	background: url(../images/style3_top.gif) no-repeat left top;
	margin: 0px -10px 10px -10px;
	padding: 10px;
}

.moduletable-style4 {
	margin-bottom: 20px;
	padding: 0px 10px 8px 10px;
	width: 170px;
}
.moduletable-style4 h3 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	background: url(../images/style4_top.gif) no-repeat left top;
	margin: 0px -10px 10px -10px;
	padding: 10px;
}

.moduletable-style5 {
	margin-bottom: 20px;
	padding: 0px 10px 8px 10px;
	width: 170px;
}
.moduletable-style5 h3 {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background: url(../images/style5_top.gif) no-repeat left top;
	margin: 0px -10px 10px -10px;
	padding: 10px;
}




/*LEFT COL CURRENT LINK*/
 ul.menu li#current a  {
	

	line-height: 18px;
	margin-left: 0px;
	text-decoration: none;
font-weight: bold;
}



.moduletable-style4 ul li { 
background-attachment: scroll;
background-clip: border-box;
background-color: transparent;
background-image: url("http://videotovary.ru/templates/bt_ingeno/images/bullet_go.png") ;
line-height: 180%;
	padding-left: 15px;
	margin-right: 10px;
padding: 6px 2px 3px 20px;

 }



.dark-blue-button[type="submit"]{
	background-image: url('http://videotovary.ru/templates/bt_ingeno/images/dark-blue-button2.png');
        background-repeat: no-repeat;
	width: 125px;
	height: 22px;
	padding: 0px;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
	border: none;
	font-size: 10px;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-shadow: 1px 1px 0px #000;
	text-transform: uppercase;
	letter-spacing: -1px;
	text-align: center;
        line-height: 25px;
        cursor: pointer;
}

.inputsub {
	background-image: url('http://videotovary.ru/templates/bt_ingeno/images/lightbox-text-box2.png');
	margin-bottom: 5px;
	border: 0px;
	line-height: 20px;
	padding-right: 10px;
	padding-top: 12px;
	margin-left: 3px;
	background-repeat: no-repeat;
	padding-bottom: 12px;
	width: 105px;
	font-family: Georgia, Garamond, Times, serif;
	font-size: 14px;
	padding-left: 10px;
	background-color: transparent;
	background-position: left center;
	outline: none;
}
.dark-blue-button[type="submit"]:hover {
	background-position: left center;
}

.dark-blue-button[type="submit"]:active {
	background-position: left bottom;
}


h4.top{
	line-height: 1em;
font-family: "Arial", "Tahoma", "Verdana", sans-serif;
font-size: 18px;
font-weight: 400;
color: #ffffff;
}