a {outline:none;}
.in-grey-bg {
	float:left;
	width:100%;
	z-index:5;
}
ul.in-nav {
	float:left;
	position:relative;
	margin:0 -1px 0 0;
	padding:32px 1px 32px 0;
	background:url(/img/inners/nav-bg.gif) repeat-x;
	width:100%;
}
* html ul.in-nav {
	padding:32px 0;
}
ul.in-nav li {
	float:left;
	padding:4px 8px 4px 18px;
	background:url(/img/inners/arrow.gif) no-repeat 0 8px;
	font:11px Tahoma,sans-serif;
}
ul.in-nav li:first-child {
	background:none;
	padding:4px 8px 4px 38px;
}
* html ul.in-nav li {
	background: expression( (this===this.parentNode.childNodes[0]) ? "none" : "url(/img/inners/arrow.gif) no-repeat 0 8px");
	padding: expression( (this===this.parentNode.childNodes[0]) ? "4px 8px 4px 38px" : "4px 8px 4px 18px");
}
ul.in-nav li a,
ul.in-nav li span {
	display:block;
	float:left;
}
ul.in-nav li a {
	color:#e00000;
	padding:0 0 0 20px;
	background:url(/img/inners/nav-a.gif) no-repeat;
	text-decoration:underline;
}
ul.in-nav li a.drop-down {background-position:-100px 0;}
ul.in-nav li a:hover {
	text-decoration:none;
}
ul.in-nav li a span {
	background:url(/img/inners/nav-a.gif) no-repeat 100% 100%;
	padding:2px 20px 5px 0;
	text-decoration:underline;
}
ul.in-nav li a:hover span {
	cursor:pointer;
	text-decoration:none;
}
/* drop down menu styles */
/*
ul.in-nav li div {
	display:none;
	position:absolute;
	width:100%;
	top:28px;
	left:0;
}
ul.in-nav li div ul {	
	float:left;
	width:100%;
	margin:0;
	padding:0;
}
ul.in-nav li div ul li,
ul.in-nav li div ul li:first-child {
	padding:4px 0;
	width:100%;
	text-align:center;
	background:#ddd;
}
ul.in-nav li div ul li a {
	background:none;
}
*/
.inside-right-holder {
	margin-left:280px;
}
#inside-left {
	float:left;
	width:280px;
}
#inside-left .inside-l {
	background:url(/img/inners/inside-left.gif) no-repeat;
}
#inside-left .select-by {
	float:right;
	padding-right:5px;
}
#inside-left .select-by p {
	float:left;
	margin:0;
	padding:3px 6px 3px 0;
	font:12px Tahoma,sans-serif;
}
#inside-left .select-by a {
	color:#e00000;
	text-decoration:none;
	font:12px Tahoma,sans-serif;
	padding:0 0 0 2px;
}
#inside-left .select-by a .po-chemu {
	padding:0;
	border-bottom:1px dashed #e00000;
	margin:3px 5px;
}
#inside-left .select-by a,
#inside-left .select-by a .po-chemu {
	position:relative;
	display:block;
	float:left;
}
#inside-left .select-by a:hover {
	cursor:pointer;
}

#inside-left .select-by a.set {
	color:#fff;
}
#inside-left .select-by a.set,
#inside-left .select-by a.set .po-chemu {
	background:url(/img/inners/aset.gif);
}
#inside-left .select-by a.set .po-chemu {
	background-position:100% 20px;
	padding:3px 5px 3px 5px;
	margin:0;
	border-bottom:none;
}
#inside-left .select-by .red-tip-left {
	display:block;
	position:absolute;
	top:4px;
	left:-6px;
	width:12px;
	height:29px;
	background:url(/img/inners/red-tip-left.png) no-repeat;
	overflow:hidden;
}
* html #inside-left .red-tip-left {
	background:none !important;
     	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/inners/red-tip-left.png', sizingMethod='crop');
}

#inside-left .select-by .red-tip-right {
	display:block;
	position:absolute;
	top:4px;
	right:-4px;
	width:4px;
	height:19px;
	background:url(/img/inners/red-tip-right.png) no-repeat;
	overflow:hidden;
}
* html #inside-left .red-tip-right {
	background:none !important;
     	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/inners/red-tip-right.png', sizingMethod='crop');
}


#inside-left .select-by .red-tip {
	display:block;
	position:absolute;
	top:-23px;
	left:100%;
	padding:6px 2px 15px 2px;
	white-space:nowrap;
	background:url(/img/inners/red-tip.gif) repeat-x 0 4px;
	color:#fff;
	font:10px Tahoma,sans-serif;
	cursor:none;
}





#inside-left .sushi-nav {
	float:left;
	width:250px;
	padding:20px 0 9px 30px;
	margin-bottom: 20px;
	background:url(/img/inners/sushi-nav-bottom.gif) no-repeat right 100%;
}
* html #inside-left .sushi-nav {
	margin-bottom: 0;
}
#inside-left .sushi-nav ul {
	float:left;
	width:100%;
	margin:0;
	padding:0;
	background:#F3E7C1 url(/img/inners/sushi-nav-top.gif) no-repeat;
}
#inside-left .sushi-nav ul li {
	float:left;
	width:100%;
	font:bold 14px Tahoma,sans-serif;
}
#inside-left .sushi-nav ul li a {
	color:#e00000;
	text-decoration:underline;
	display:block;
	position:relative;
	float:left;
	padding:20px 0 20px 60px;
}
#inside-left .sushi-nav ul li a img {
	position:absolute;
	border:none;
	left:5px;
	top:12px;
	width:54px;
	height:43px;
}
#inside-left .sushi-nav ul li a:hover {text-decoration:none;}
#inside-right {
	float:right;
	width:100%;
	z-index:1;
	position:relative;
}
* html #inside-right,
* +html #inside-right {
	padding:0 0 20px 0;
}
#inside-right h2 {
	float:left;
	margin:0;
	padding:0 0 20px 40px;
	width:80%;
	font:18px Tahoma,sans-serif;
	color:#e00000;
	text-align:center;
	z-index:1;
}
h2.search-cat-name{
        margin: 20px 0 10px 20px !important;
        padding: 0 0 0 20px !important;
	width:99% !important;
	font:18px Tahoma,sans-serif;
        line-height: 18px !important;
        height: 18px !important;
	color:#e00000;
	text-align:left !important;
	z-index:1;
        background-color: #F3E7C1;
}
h2.search-cat-name span{
        margin: 0 0 0 0 !important;
        padding: 0 5px 0 5px !important;
	font:18px Tahoma,sans-serif;
        line-height: 18px !important;
        height: 18px !important;
	color:#e00000;
	z-index:2;
        background-color: #FEFBED;
}
#inside-right .random-item-photo {
	float:left;
	width:58%;
}
#inside-right .random-item-photo table {
	width:100%;
}
#inside-right .padding-td {
	width:30px;
}
#inside-right .photo-td {
	height:50px;
	border:1px solid #edd38c;
}
#inside-right .photo-td span {
	display:block;
	border:1px solid #fff;
	height:170px;
	text-indent:-9999px;
	overflow:hidden;
}
#inside-right .random-item-desc {
	float:left;
	width:42%;
	padding:0 0 40px 0;
}
#inside-right .random-item-desc h6 {
	float:left;
	margin:0;
	padding:0 0 0 5%;
	width:95%;
	font:bold 16px Tahoma,sans-serif;
	text-decoration:underline;
	color:#e00000;
}
#inside-right .random-item-desc span {
	display:block;
	float:left;
	padding:2px 0 0 5%;
	font:10px Tahoma,sans-serif;
	color:#808080;
}
#inside-right .random-item-desc p {
	clear:both;
	float:left;
	margin:0;
	padding:10px 0 10px 5%;
	width:95%;
	font:12px Tahoma,sans-serif;
}
#inside-right .random-item-desc em {
	clear:both;
	display:block;
	font:22px Tahoma,sans-serif;
	color:#e00000;
	width:100%;
	text-align:center;
	margin:0;
	padding:5px 0 15px 0;
}
#inside-right .random-item-desc em strong {
	margin:0;
	padding:0;
}
#inside-right .random-form label {
	float:left;
	margin:0;
	/*safari*/
	padding:3px 5px 3px 10px;
	padding:3px 5px 4px 10px;
	font:12px Tahoma,sans-serif;
	line-height:16px;
}
#inside-right .random-form .text-col {
	float:left;
	width:27px;
	margin:0;
	/*safari*/
	padding:3px 0 3px 5px;
	padding:3px 0 4px 5px;
	border:1px solid #cea34c;
	font:12px Tahoma,sans-serif;
	line-height:16px;
}
#inside-right .random-form .mo-le {
	float:left;
	width:13px;
	height:23px;
	padding:0 0 0 1px;
}
#inside-right .random-form .mo-le .more,
#inside-right .random-form .mo-le .less {
	float:left;
	width:11px;
	height:11px;
	text-indent:-9999px;
	overflow:hidden;
}
#inside-right .random-form .mo-le .more {
	margin:0 0 1px 0;
	background:url(/img/inners/red-plus.gif);
}
#inside-right .random-form .mo-le .less {
	background:url(/img/inners/red-minus.gif);
}
#inside-right .random-form .zakaz {
	float:left;
	margin:0;
	padding:1px 3px 0 3px;
	font:12px Tahoma,sans-serif;
	line-height:14px;
}
#inside-left .sushi-tab {
	float:left;
	width:100%;
	margin:22px 0 0 0;
}
#inside-left .sushi-tab td {
	border:1px solid #FDF9E3;
	border-collapse:collapse;
	text-align:center;
	vertical-align:middle;
	font:11px Tahoma,sans-serif;
	padding:3px 0;
}
#inside-left .sushi-tab td.fist {
	width:20px;
}
#inside-left .sushi-tab td.sec {
	width:100px;
}
#inside-left .sushi-tab td.thd,
#inside-left .sushi-tab td.frt {
	width:35px;
}
#inside-left .sushi-tab td.fifz {
	width:35px;
}
#inside-left .sushi-tab td.grey {
	background:#F3E7C1;
	padding:5px 0;
	font:12px Tahoma,sans-serif;
}
#inside-left .sushi-tab td.no-bg {	
	background:none;
	border:none;
}
#inside-left .sushi-tab td.grey a {
	display:block;	
	float:left;
	width:12px;
	height:12px;
	margin:1px 5px 0 10px;
	background:url(/img/inners/help.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
*html #inside-left .sushi-tab td.grey a {
	margin:1px 6px 0 6px;
}
#inside-left .sushi-tab td.grey span {
	display:block;	
	float:left;
}
#inside-left .sushi-tab td.white {
	padding:5px 0;
	font:12px Tahoma,sans-serif;
}
#inside-left .sushi-tab td.white a {
	display:block;	
	float:left;
	width:12px;
	height:12px;
	margin:1px 5px 0 10px;
	background:url(/img/inners/help.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
*html #inside-left .sushi-tab td.white a {
	margin:1px 6px 0 6px;
}
#inside-left .sushi-tab td.white span {
	display:block;	
	float:left;
}
#inside-left .sushi-tab td.pix {
	font-size:1px;
	line-height:1px;
	margin:0;
	padding:0;
	overflow:hidden;
}
#inside-left #show-button {
	float:right;
	margin:10px 0 0 0;
}
#inside-right .random-block {
	float:left;
	width:248px;
	background:#4D4D4D;
}
.inside-right-more .random-block-l{
	margin:0 0 20px 8%;
}
* html .inside-right-more .random-block-l{
	margin:0 0 20px 4%;
}
.inside-right-more .random-block-r {
	margin:0 -16% 20px 8%;
}
* html .inside-right-more .random-block-r {
	margin:0 -16% 20px 4%;
}
.inside-right-less .random-block-l{
	margin:0 0 20px 4%;
}
* html .inside-right-less .random-block-l{
	margin:0 0 20px 2%;
}
.inside-right-less .random-block-r {
	margin:0 -8% 20px 4%;
}
* html .inside-right-less .random-block-r {
	margin:0 -8% 20px 2%;
}
#inside-right .random-box-img {
	border:1px solid #fff;
	width:244px;
	height:132px;
	margin:1px 0 0 1px;
}
#inside-right h5 {
	margin:0;
	padding:8px 0 0 10px;
	font:bold 14px Tahoma,sans-serif;
	text-decoration:underline;
	color:#fff;
}
#inside-right h5 span {
	display:block;
	float:left;
	padding:0 10px 0 0;
}
#inside-right h5 a {
	display:block;
	float:left;
	font-size:1px;
	line-height:1px;
	background:url(/img/inners/help-black.gif) no-repeat bottom;
	text-indent:-9999px;
	width:12px;
	height:12px;
	padding:4px 0 0 0;
	text-decoration:none;
}
#inside-right h5 a:hover {
	position:relative;
	cursor:pointer;
}
#inside-right h5 a:hover span {
	display:block;
	text-indent:0;
	z-index:2;
}
#inside-right .yello-tip-png {
	display:none;
	position:absolute;
	left:6px;
	top:0;
	height:12px;
	text-indent:-9999px;
	overflow:hidden;
}
#inside-right a:hover .yello-tip-png {
	background:url(/img/inners/yello-tip.png) no-repeat;
}
* html #inside-right a:hover .yello-tip-png {
	background:none !important;
     	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/inners/yello-tip.png', sizingMethod='crop') !important;
}
#inside-right .yello-tip-gif {
	display:none;
	position:absolute;
	left:9px;
	bottom:16px;
	width:243px;
	padding:10px 15px 10px 10px;
	color:#4d4d4d;
	font:10px Tahoma,sans-serif;
}
#inside-right a:hover .yello-tip-gif {
	background:#FCF5C7 url(/img/inners/yello-tip.gif) repeat-x bottom;
}
.offr-close{
        position: absolute; 
        top: 0; 
        left:0; 
        width: 100%; 
        height: 20px;
        cursor: pointer;
}
#inside-right .offr {
	position:relative;
	float:left;
	width:248px;
	height:48px;
}
#inside-right .offr em {
	display:block;
	position:absolute;
	left:0;
	top:10px;	
	width:98px;
	background:url(/img/inners/offr-em.gif) no-repeat right;
	color:#CEA34C;
	font:normal 20px Tahoma,sans-serif;
	text-align:right;
	padding:2px 10px 3px 0;
}
#inside-right .offr-a {
	display:block;
	position:absolute;
	right:11px;
	top:10px;
	width:118px;
	height:28px;
	background:url(/img/inners/offr-a.gif);
	text-indent:-9999px;
	overflow:hidden;
}
#inside-right .offr-a:hover {
	background-position:0 -28px;
}
#inside-right .offr-frm {
	display:block;
	position:absolute;
	right:11px;
	top:10px;
	width:118px;
	height:98px;
	background:url(/img/inners/offr-frm.gif);
	z-index:100 !important;
}
#inside-right .okay {
	display:block;
	position:absolute;
	left:10px;
	bottom:10px;
	width:96px;
	height:20px;
	background:url(/img/inners/okay.gif);
	text-indent:-9999px;
	overflow:hidden;
}
#inside-right .frma {
	position:absolute;
	left:2px;
	top:32px;
}
#form-b {
	float:left;
	width:100%;
	background:url(/img/inners/form-b.gif) no-repeat bottom;
	padding-bottom:75px;
	padding-right:1px;
	-padding-right:0;
}
.form-ribbon {
	float:left;
	width:100%;
	background:#E5E5E5 url(/img/inners/form-ribbon.gif) repeat-x top;
	padding-right:1px;
	-padding-right:0;
}
.form-rb {
	float:left;
	width:100%;
	min-height:540px;
	background:url(/img/inners/form-rb.gif) no-repeat right bottom;
	padding-right:1px;
	-padding-right:0;
}
.form-rt {
	background:url(/img/inners/form-rt.gif) no-repeat right top;
	float:left;
	width:100%;
	padding-bottom:20px;
	padding-right:1px;
	-padding-right:0;
}
#form-b h2 {
	float:left;
	margin:0;
	padding:60px 0 10px 30px;
	width:80%;
	color:#e00000;
	font:18px Tahoma,sans-serif;
}
#form-b p {
	float:left;
	margin:0;
	padding:0 20px 0 30px;
	color:#000;
	font:12px Tahoma,sans-serif;
}
#form-b h6 {
	float:left;
	margin:0;
	padding:30px 0 20px 0;
	text-align:center;
	width:100%;
	color:#000;
	font:bold 12px Tahoma,sans-serif;
}
.form-tab {
	float:left;
	width:100%;
	text-align:right;
	vertical-align:top;
	padding:11px 0 5px 0;
	font:12px Tahoma,sans-serif;
	line-height:18px;
	font-weight: normal !important;
}
.form-tab .td-left {
	width:40%;
	text-align:right;
	vertical-align:top;
	padding:11px 0 5px 0;
	font:12px Tahoma,sans-serif;
	line-height:18px;
}
.form-tab .td-right {
	width:60%;
	padding:8px 0 0 10px;
}
.form-tab .td-right-input {
	width:60%;
	padding:8px 0 0 10px;
}
.form-tab .td-right-input input {
	margin-top:10px;
}
.form-tab .td-right-input input.ques {
	width:25%;
	border:1px solid #ccc;
	padding:3px;
	background:#fff;
	margin-top:0;
}
.form-tab .td-right input,
.form-tab .td-right textarea,
.form-tab .td-right select {
	width:75%;
	border:1px solid #ccc;
	padding:3px;
	background:#fff;
}
.form-tab .td-right textarea {
	height:150px;
	margin-bottom:5px;
}
.form-tab .td-right textarea {
	font:12px Tahoma,sans-serif;
}
.abs {
	display:block;
	position:absolute;
	right:53px;
	bottom:5px;
	font:10px Tahoma,sans-serif;
	color:#777;
}
* +html .abs {
	right:106px;
}
.td-left p {
	margin:0;
	padding:0;
	float:left;
	position:relative;
	width:100%;
}
.susi-tab {
	float:left;
	width:100%;
}
.susi-heading {
	width:50%;
	padding:0 0 20px 20px;
}
.susi-width {
	display:inline;
	float:left;
	width:270px;
	margin:0 0 20px 20px;
}
.susi-h {
	float:left;
	width:270px;
	background:#e00000;
	z-index:10;
}
.susi-d {
	float:left;
	width:268px;
	border-left:1px solid #EDD38C;
	border-right:1px solid #EDD38C;
	border-bottom:1px solid #EDD38C;
	background:#F9EFCF;
}
.susi-d-img {
	border:1px solid #fff;
	margin:10px auto 0 auto;
	width:90%;
	height:132px;
        cursor:pointer;
}
.susi-d table {
	border:none;
	width:100%;
	height:40px;
	margin:0;
	padding:0;
}
.susi-d .susi-price {
	text-align:center;
	font:20px Tahoma,sans-serif;
	color:#e00000;
}
.susi-d .susi-button {
	width:130px;
}
.susi-d .susi-z {
	display:block;
	float:left;
	width:120px;
	margin-top:6px;
	height:34px;
	background:url(/img/inners/susi-button.gif);
	text-indent:-9999px;
	overflow:hidden;
}
#inside-right h5 {
	margin:0;
	padding:8px 0 0 10px;
	font:bold 14px Tahoma,sans-serif;
	text-decoration:underline;
	color:#fff;
}
#inside-right h5 span {
	display:block;
	float:left;
	padding:0 10px 5px 0;
}

#inside-right h5 a {
	display:block;
	float:left;
	font-size:1px;
	line-height:1px;
	background:url(/img/inners/help-red.gif) no-repeat bottom;
	text-indent:-9999px;
	width:12px;
	height:12px;
	padding:4px 0 0 0;
	text-decoration:none;
}
#inside-right h5 a:hover {
	position:relative;
	cursor:pointer;
}
#inside-right h5 a:hover span {
	display:block;
	text-indent:0;
	z-index:100;
}
.susi-d .susi-button .susi-wr {
	width:130px;
	height:34px;
	position:relative;
}
#inside-right .offr-a {
	display:block;
	position:absolute;
	right:11px;
	top:3px;
	width:120px;
	height:34px;
	background:url(/img/inners/susi-button.gif);
	text-indent:-9999px;
	overflow:hidden;
}
#inside-right .offr-a:hover {
	background:url(/img/inners/susi-button-hover2.gif);
}
#inside-right .offr-frm {
	display:block;
	position:absolute;
	right:11px;
	top:3px;
	width:120px;
	height:98px;
	background:url(/img/inners/offr-frm.gif);
	z-index:100 !important;
}

#contact-table  .text{
border: 1px #B3B9C3 solid; 
padding: 1px 1px 1px 1px; 
height: 18px;
}


span.aster {
        padding: 0 5px 1px 0 !important;
        color: #000 !important;
}
span.w_arrow {
        position: absolute;
        cursor: pointer;
        top: -3px;
        left: 70px;
	color:#E10000 !important;
	text-decoration:none !important;
	background:url(/img/inners/detail-close.gif) no-repeat right center;
        padding: 0 10px 0px 0 !important;
        margin: 0 0 3px 0 !important;
        line-height: 18px !important;
        border-bottom: 1px #e10000 dashed;
}
span.w_arrow_open {
        position: absolute;
        cursor: pointer;
        top: -3px;
        left: 70px;
	color:#E10000 !important;
	text-decoration:none !important;
	background:url(/img/inners/detail-open.gif) no-repeat right center;
        padding: 0 10px 0px 0 !important;
        margin: 0 0 3px 0 !important;
        line-height: 18px !important;
        border-bottom: 1px #e10000 dashed;
}
span.w_arrow:hover, span.w_arrow_open:hover {
        border-bottom:1px transparent solid;
}

.dn{
	display: none;
}

.d{
	
}

#static_content{
	width: 85%;
	font:13px Tahoma,sans-serif;
	text-align: left;
}

#static_content h1{
	float:left;
	margin:0;
	padding:0 0 20px 0px;
	font:18px Tahoma,sans-serif;
	color:#e00000;
	width: 100%;
	text-align:left;
	z-index:1;
}


/*---------------------*/
#left-nav-faq{
	margin:0 0 0 15px;
	padding:0;
	line-height:22px;
	font-size:14px;
	font-weight:bold;
	list-style:none;
	float:left;
	display:inline;
	width:50%;
	overflow:hidden;
}
#left-nav-faq a{
	color:#e8122e;
	padding:0 13px 0 15px;
	background:url(/img/treyg1.jpg) no-repeat left;
	margin-left:30px;
	float:left;
}
#left-nav-faq ul{
	margin:0 0 0 9px;
	padding:0;
	list-style:none;
	font-size:12px;
	font-weight:normal;
	display: none;
	overflow:hidden;
}
#left-nav-faq ul li{
}

#left-nav-faq li a{
	margin-left:30px;

}

#left-nav-faq .active ul{
	display: block;
	margin-bottom:10px;
	margin-left:15px;
}
#left-nav-faq .active a {
	background:url(/img/treyg2.jpg) no-repeat left;
	margin-left:30px;
	float:left;
	display:inline;
}

#left-nav-faq ul a{
	color:#376850;
	background:none;
	
}

.t1{
	display:inline;
	width:100%;
}
.t2{
	width:100%;
}

#left-nav-faq a{
        text-decoration:none;
        padding-left: 15px !important;
}

#left-nav-faq a span.link{
        border-bottom: 1px dashed #e10000;
        padding: 0 !important;
        color: #E7152E !important;
        text-decoration:none;
        font: 12px Tahoma, sans-serif;
	float:left;
	cursor:pointer;
}

#left-nav-faq a span.link:hover {
	border-bottom:1px transparent;
	text-decoration:none;
}

.form-tab {
	float:right;
	width:52%;
}
.form-tab td.left1 {
	padding-bottom:10px;
	font: 12px Tahoma,sans-serif;
	width:100%;
	overflow:hidden;
	height:5%;
	float:right;
}
.form-tab .first {
	margin-right:48px;
	margin-left:52px;
	width:38%;
	margin-left:10px;
	border:1px #cccccc solid;
	float:right;
}
.form-tab .two {
	width:38%;
	margin-left:10px;
	border:1px #cccccc solid;
	float:right;
}
.form-tab .three{
	float:right;
}
.form-tab .three1{
	float:right;
		margin-left:10px;
}
.question{
	margin-left:2px;
}
.form-tab td.field {
		padding-left:50px;
	font: 12px Tahoma,sans-serif;
	padding-right:50px;
	width:100%;
}
.form-tab .field1 {
		margin-top:10px;
		border:1px #cccccc solid;
			width:100%;
}
.form-tab td span.left4 {
}

.form-tab .td-right {
	width:70%;
	padding:31px 0 0 10px;
}
.form-tab .td-right-input {
	padding:0px 50px 0 0px;
	float:right;
}
.form-tab .td-right-input input {
	margin-top:8px;
	float:right;
}
.form-tab .td-right-input input.ques {
	width:25%;
	border:1px solid #ccc;
	padding:3px;
	background:#fff;
	margin-top:0;
}
.form-tab .td-right input,
.form-tab .td-right textarea,
.form-tab .td-right select {
	width:75%;
	border:1px solid #ccc;
	padding:3px;
	background:#fff;
}
.form-tab .td-right textarea {
	height:150px;
	margin-bottom:5px;
}
.form-tab .td-right textarea {
	font:12px Tahoma,sans-serif;
}
.abs {
	display:block;
	position:absolute;
	right:53px;
	bottom:5px;
	font:10px Tahoma,sans-serif;
	color:#777;
}
* +html .abs {
	right:106px;
}
.td-left p {
	margin:0;
	padding:0;
	float:left;
	position:relative;
	width:100%;
}

#comment_form_errbox{
        color: #e00000;
        padding-left: 30px;
}
