/*
	Theme Name: iNove Modification
	Theme URI: http://rvincent.digital-nerv.net/
	Description: Inspired by MacZone.sk, created by mg12. It is very stylish, widget supported and doesn’t require any plugin.
	Author: Rally Vincent
	Author URI: http://rvincent.digital-nerv.net/
	Version: 0.9.1
	Tags: white, light, two-columns, fixed-width, theme-options, right-sidebar
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: inove
	Template: inove
*/
@import url("../inove/style.css");

iframe {
	width: 600px;
	height: 338px;
}

/* Attachment Navigation */
#attachmentnavi {
	margin: 10px -5px 0;
}
#attachmentnavi .next a,
#attachmentnavi .prev a {
	height: 16px;
	line-height: 16px;
}
#attachmentnavi .next a {
	background: transparent url("images/icons.gif") no-repeat scroll 100% -240px;
	float: right;
	padding-right: 22px;
}
#attachmentnavi .prev a {
	background: transparent url("images/icons.gif") no-repeat scroll 0 -224px;
	float: left;
	padding-left: 22px;
}

/* Contact Form */
#frm_contact label {
	padding-left: 5px;
}
#frm_contact input[type="text"] {
	border: 1px solid #CCCCCC;
	padding: 3px;
	font-size: 1.2em;
	background: #FFFFFF;
	width: 200px;
}
#frm_contact input[type="text"].alert {
	background: #DD7A8B;
}
#frm_contact input[type="submit"] {
	background: #B4D666 none repeat scroll 0 0;
	border-color: #B4D666 #81B840 #81B840 #B4D666;
	border-style: solid;
	border-width: 1px;
	color: #2970A6;
	cursor: pointer;
	font-size: 11px;
	padding: 3px 6px;
	float: right;
}
#frm_contact input[type="submit"]:hover {
	background: #98C64C none repeat scroll 0 0;
	border-color: #76B33A #98C64C #98C64C #76B33A;
	border-style: solid;
	border-width: 1px;
	color: #074A7E;
}
#frm_contact textarea {
	border: 1px solid #CCCCCC;
	padding: 3px;
	font-size: 1.2em;
	background: #FFFFFF;
	width: 591px;
}