/**
  * Site CSS 
  *
  * Custom hand made CSS to facilitate us with all the 
  * necessary classes for the home page.
  *
  * @author     Arafatul Islam
  * @copyright  Copyright (c) 2013, AccessTEL Inventory-Cliet Survey
  * @link       http://www.siteaddress.com
  * @since      Version 1.0.0
  */
  
* {
	font-family: Verdana, "Lucida Grande","Tahoma","Lucida Sans Unicode",Tahoma;
        font-size: 12px;
}

/* ---------------------- COMMON UTILITY CLASSES ----------------------  */
.left			{display: block; float: left;}
.right			{display: block; float: right;}
.invisible  	{display: none;}
.padded			{padding: 10px;}
.specias		{margin: 10px;}
.padded-clear	{clear: both; padding: 5px 0px}
.clear			{clear: both; height: 0px; line-height: 0px}
.clear-left		{clear: left; }
.clear-right	{clear: right;}
.transperent	{background: transparent !important; border-color: transparent !important;}

/* ---------------------- PAGE LAYOUT SPECIFIC ----------------------  */

#hd {
    
}

#bd {
    clear: both;
    margin-top: 20px;
}

#section-head-user {
    margin: 5px 0 15px 0;
    border: 1px solid #000;
    height: 120px;
}

#middle-content {
    margin-bottom: 20px;
    margin-left: 5px;
    width: 570px;
}

#yui-main {
    /*width: 97% !important;*/
}

#sidebar-left {
    /*width: 227px;*/
    width: 180px;
}

#sidebar-right {
    margin-left: 0px !important;
    width: 180px !important;
}

#ft {
    clear: both;
    color:#666;
    font-size:10px;
    height:22px;
    padding:0;
    margin-top: 10px;
    text-align:center;    
    width:100%;
}

#ft-rss{
	font-size:12px;
	margin: 10px 0px ;
	padding:5px;
	border: 1px dotted gray;
	border-width: 1px 0px;
	background-color: #fafafa; 
}
#ft-rss a, #ft-rss span{
	display: block;
	float:left;
	margin-right: 10px;
}
	
#ft-rss a{
		
	background: transparent url('../images/rss.png') no-repeat;
    padding-left: 20px;
} 
/* ---------------------- HEADER SPECIFIC ----------------------  */

h1.blog-title {
    font-size: 28px;
    font-weight: bold;
    /*border: 1px solid #000;*/
    margin-top: 7px;
    text-align: center;
    padding: 3px;
}

#hd div#logo {
    float: left;
    height: 65px;
    width: 300px;
}

#hd div#logo img {
    padding: 10px 0;
}

#hd div#utility {
    float: right;
    height: 65px;
    width: 674px;
}

/* User bar */
#hd div#user-bar {
    height: 40px;
    text-align: right;
}

#hd div#user-bar ul {
    list-style: none;
    padding-top: 10px;
}

#hd div#user-bar li {
    display: inline;
    margin-right: 5px;
}

#hd div#user-bar li.last {
    margin-right: 0;
}

#hd div#user-bar li#username {
    background: transparent url('../images/user.png') no-repeat;
    padding-left: 20px;
}

#hd div#user-bar li#deals {
    background: transparent url('../images/money.png') no-repeat;
    padding-left: 20px;
}

#hd div#user-bar li#shops {
    background: transparent url('../images/view_shops.png') no-repeat;
    padding-left: 20px;
}

#hd div#user-bar li#businesses {
    background: transparent url('../images/businesses.png') no-repeat;
    padding-left: 20px;
}

#hd div#user-bar li#fdeals {
    background: transparent url('../images/disk.png') no-repeat;
    padding-left: 20px;
}

#hd div#user-bar li#inbox {
    background: transparent url('../images/email.png') no-repeat;
    padding-left: 20px;
}
#hd div#user-bar li#feedback {
    background: transparent url('../images/lightning_go.png') no-repeat;
    padding-left: 20px;
}

#hd div#user-bar li#logout {
    background: transparent url('../images/door_out.png') no-repeat;
    padding-left: 20px;
}


/* RSS bar */
#hd div#rss-bar {
    height: 25px;
    text-align: right;
}

#hd div#rss-bar ul {
    list-style: none;
    padding-top: 0px;
}

#hd div#rss-bar li {
    display: inline;
    margin-right: 5px;
}

#hd div#rss-bar li a {
    text-decoration: none;
}

#hd div#rss-bar li a:hover {
    text-decoration: underline;
}

#hd div#rss-bar li.last {
    margin-right: 0;
}

#hd div#rss-bar li.rss {
    background: transparent url('../images/feed.png') no-repeat;
    padding-left: 20px;
}

#middle-content h1 {
    color:#333;
    font-size:18px;
    margin-bottom: 10px;
    text-align:left;
}

/* ---------------------- NAVIGATION SPECIFIC ----------------------  */

#nav {
    clear: both;
    background-color: #fff;
    font-size: 12px; 
    font-weight: normal;
    height: 52px; 
    position: relative; 
    text-align: center;
}

.nav-main {
    background-color: #aaa;
    overflow: auto;
}

.nav-main ul { 
    background-color: #aaa;
    height: 25px; 
    padding: 0; 
    margin-left: 0px;
    text-align: left;  
    width: 974px;
}

.nav-main li { 
    display: block; 
    float: left;
    border-right: 2px solid #fff;
}

.nav-main li a { 
    color: #fff; 
    background-color: #aaa;
    display: block;
    padding: 5px 15px;
    font-weight: bold; 
    text-decoration: none;
    text-align: center; 
}

.nav-main li a:hover { 
    background-color: #8a8a8a;
}

.nav-main li a.selected { 
    background-color: #397CC6;
}

.nav-sub {
    clear: both;
    background-color: #397CC6;
    margin-top: 2px;
    padding: 7px 0 4px 0;
    height: 25px;
}

/*.nav-sub ul {
    height: 25px;
    width: 974px;
}

.nav-sub li { 
    display: inline; 
    float: left; 
    padding: 5px;
    margin-right: 6px; 
}

.nav-sub li a { 
    color: #fff; 
    display: inline;
    text-decoration: none;
}

.nav-sub li a:hover { 
    text-decoration: underline;
}*/

#blogs-nav-main-cat1 a.selected { background-color: #693; }
#blogs-nav-sub-cat1 { background-color: #693 }

#blogs-nav-main-cat2 a.selected { background-color: #397CC6; }
#blogs-nav-sub-cat2 { background-color: #397CC6; }

#blogs-nav-main-cat3 a.selected { background-color: #516a8e; }
#blogs-nav-sub-cat3 { background-color: #516a8e; }

#blogs-nav-main-cat4 a.selected { background-color: #ff9a00; }
#blogs-nav-sub-cat4 { background-color: #ff9a00; }

#blogs-nav-main-cat5 a.selected { background-color: #003b4f; }
#blogs-nav-sub-cat5 { background-color: #003b4f; }

#blogs-nav-main-cat6 a.selected { background-color: #414852; }
#blogs-nav-sub-cat6 { background-color: #414852; }

#blogs-nav-main-cat7 a.selected { background-color: #d87480; }
#blogs-nav-sub-cat7 { background-color: #d87480; }

#blogs-nav-main-cat8 a.selected { background-color: #9a0202; }
#blogs-nav-sub-cat8 { background-color: #9a0202; }

#blogs-nav-main-cat9 a.selected { background-color: #; }
#blogs-nav-sub-cat9 { background-color: #; }

#blogs-nav-main-cat10 a.selected { background-color: #; }
#blogs-nav-sub-cat10 { background-color: #; }

/* ---------------------- PARAGRAPH SPECIFIC ----------------------  */

/* ---------------------- LINK SPECIFIC ----------------------  */

#hd div#user-bar li a, #hd div#user-bar li a:visited {
    text-decoration: none;
}

#hd div#user-bar li a:hover {
    text-decoration: underline;
}

	/* arif */
.add-link {
	background: transparent url('../images/add.png') no-repeat;
}

.edit-link {
	background: transparent url('../images/pencil.png') no-repeat;
}

.delete-link {
	background: transparent url('../images/delete.png') no-repeat;
}

.view-shops{
	background: transparent url('../images/view_shops.png') no-repeat;
}

.add-link, .edit-link, .delete-link, .view-shops {
	color:#0000CC;
	padding-left: 18px;
	text-decoration:none;
}

.add-link:hover, .edit-link:hover, .delete-link:hover, .view-shops:hover {
	text-decoration:underline;
}
	/* end: arif */

/* ---------------------- SEARCH FORM SPECIFIC ----------------------  */

#top-search .text {
    border: 1px solid #aacfe4;
    font-size:11px;
    padding:3px;
    margin: 0;
    width: 300px;
    background: white url('../images/zoom.png') no-repeat 1px 1px;
    padding-left: 18px;
}

#top-search .btn {
    color:#FFFFFF;
    background:#777777;
    border:1px solid #fff;
    font-size:11px;
    font-weight:bold;
    margin-left: 5px;
    padding:2px;
    width: 100px;
}

/* ---------------------- GENERIC FORM SPECIFIC ----------------------  */

.form {
    border: 2px solid #FCFDFD; /*#b7ddf2*/
    background: #FCFDFD; /*#ebf4fb*/
    margin: 0; /*0 10px;*/
    padding:15px 15px 10px 15px;
}

.form h2{
    font-size:16px;
    font-weight:bold;
    margin-bottom:8px;
    text-align: left;
}

.form p.desc {
    font-size:11px;
    color:#666666;
    margin-bottom:20px;
    border-bottom: 1px solid #b7ddf2;
    padding-bottom:10px;
    text-align: left;
}

.form p.errors, .form p.error {
    color: #ff0000;
    font-weight: bold;
    padding: 3px 0;
}

.form dt, .form dd {
    display: block;
}

.form dt {
    margin-top: 10px;
}
.form .desc{
    padding-bottom: 5px;
    display: block;
    font-size: 85%;
}

.form dt label {
    display:block;
    font-weight:bold;
}

.form dt .small{
    color:#666666;
    font-size:11px;
    font-weight:normal;
}

.form dd input:focus, .form dd textarea:focus, .form dd label:focus {
    border: 1px solid #79A3DA;
}

.form dd input,.form span input, .form div input, .form dd textarea, .form dd select {
    background: #FFF;
    border: 1px solid #DDE1EA;
    color:#333;
    margin:0;
    /*padding: 5px;*/
}

.form dd input.error, .form dd textarea.error, .form dd select.error {
    border: 1px #ff0000 solid;
}

.form .btn{
    clear:both;
    background:#888888;
    color:#FFFFFF;
    border: 1px solid #666666;
    font-size:11px;
    font-weight:bold;
    padding:4px 6px; 
}
label.right-label{
	margin-left: 6px;
	clear: right; 
}

/* ---------------------- STYLIZED FORM SPECIFIC ----------------------  */
.form-header{
	margin: 5px 10px;
	font-size: 18px;
	color: #397cc6;
}
.stylized{
    border:solid 2px #b7ddf2;
    background:#ebf4fb;
    font-size: 12px;
    margin:0 auto;
    padding:14px;
    width:400px;
}

.stylized h2{
    font-size:14px;
    font-weight:bold;
    margin-bottom:8px;
    text-align: left;
}

.stylized p.desc{
    font-size:11px;
    color:#666666;
    margin-bottom:20px;
    border-bottom:solid 1px #b7ddf2;
    padding-bottom:10px;
    text-align: left;
}

.stylized dt {
    float:left; 
    clear: both;
    display:block;
    text-align:right;
    width:140px;  
}

.stylized dd {
    float:left;
    display: block;
    width:200px;
    margin:2px 0 15px 10px;
    padding-left: 10px;
    text-align: left;
}

.stylized label{
    font-weight:bold;
    width:140px;  
}

.stylized .small{
    color:#666666;
    display:block;
    font-size:11px;
    font-weight:normal;
    text-align:right;
    width:140px;  
}

.stylized input, .stylized select {
    font-size:12px;
    padding:4px 2px;
    border: 1px solid #aacfe4;
    width:200px;
    margin:0;
}

.stylized select {
    /*@margin-left: 20px;*/
}

.stylized textarea {
    font-size:12px;
    padding:4px 2px;
    border: 1px solid #aacfe4;
    width:200px;
    margin:0;
}

.stylized option {
    @padding:4px 2px;
}

.stylized input.radio{
    display: inline;
    border: none;
    float: none;
    width:20px;
}

.stylized input.btn{
    clear:both;
    margin-left:160px;
    @margin-left:0px;
    margin-top: 10px;
    background:#888888;
    color:#FFFFFF;
    border:solid 1px #666666;
    font-size:11px;
    font-weight:bold;
    padding:4px 6px;
    width: 100px;
}


/* ---------------------- MESSAGE SPECIFIC ----------------------  */

.clean-default{
    border:solid 1px #DEDEDE; 
    background:#EFEFEF;
    color:#222222;
    padding:5px;
}

.clean-info{
    border:solid 1px #DEDEDE; 
    background:#FFFFCC;
    color:#222222;
    padding:5px;
}

.clean-success{
    border:solid 1px #349534; 
    background:#C9FFCA;
    color:#008000;
    font-weight:bold;
    padding:5px;
}

.clean-error{
    border:solid 1px #CC0000; 
    background:#F7CBCA;
    color:#CC0000;
    font-weight:bold;
    padding:5px;
}

.icon-default{
    border:solid 1px #DEDEDE; 
    background:#EFEFEF;
    color:#222222;
    padding:5px;
}

.icon-info{
    border:solid 1px #DEDEDE; 
    background:#FFFFCC url(http://blog.svnpg.net/app/images/lightbulb.png) 8px 6px no-repeat;
    color:#222222;
    padding:5px;
    padding-left: 30px;
}

.icon-success{
    border:solid 1px #90ac13; 
    background:#eef4d3 url(http://blog.svnpg.net/app/images/accept.png) 8px 6px no-repeat;
    color:#6b800d;
    font-weight:bold;
    padding:5px;
    padding-left: 30px;
}

.icon-error{
    border:solid 1px #CC0000; 
    background:#F7CBCA url(http://blog.svnpg.net/app/images/cancel.png) 8px 6px no-repeat;
    color:#CC0000;
    font-weight:bold;
    font-weight:bold;
    padding:5px;
    padding-left: 30px;
}

/* ---------------------- GENERIC STYLES ----------------------  */

.small  { width: 30%; }
.medium { width: 50%; }
.large  { width: 98%; }

.bold   { font-weight: bold !important; }

/* ---------------------- TABLE SPECIFIC ----------------------  */

table {
    /*
    border-collapse:collapse;
    border-color:#D9D9D9;
    border-style:solid;
    border-width:1px 0pt;
    */
    clear:both;
    margin:0pt 0pt 15px;
    width:100%;
}

td {
    padding:5px 5px; /*3px 5px*/
    /*border:1px solid #CCC;*/
}

td td {border:none;}

th {
    height:20px;
    background:#EEE;
    line-height:24px;
    color:#333;
    padding:0 5px;
    text-align:left !important;
    border:1px solid #CCC;
    border-width:0 1px 1px;
}

th[scope=row] { background:none; padding:3px 5px; color:#333; font-weight:bold; }
br[clear=all] { display:none; }

tr.alternate, li.alternate {
    background:#E0E2F3;
}

table.wide {
    margin-left: 10px;
    width: 99%;
}

.wide {
    width: 100%;
}

.wide td, .wide th {
    padding: 5px 6px;
}

.wide th {
    text-align: left;
}

/* ---------------------- PAGINATION SPECIFIC ----------------------  */

ul.pagination {
    margin-left: 0px;
    margin-top: 5px;
}

.pagination li{
    border:0; 
    float: left;
    font-size:11px;
    list-style:none;
    margin-right:2px;
    margin:0; padding:0;
}

.pagination a{
    border:solid 1px #E0E2F3;
    margin-right:2px;
}

.pagination .previous-off, .pagination .next-off {
    border:solid 1px #DEDEDE;
    color:#888888;
    display:block;
    float:left;
    font-weight:bold;
    margin-right:2px;
    padding:4px 7px;
}

.pagination .next a, .pagination .previous a {
    font-weight:bold;
}

.pagination .active{
    background:#2e6ab1;
    color:#FFFFFF;
    font-weight:bold;
    display:block;
    float:left;
    padding:5px 8px;
    margin-right:2px;
}

.pagination a:link, .pagination a:visited {
    color:#0e509e;
    display:block;
    float:left;
    padding:4px 8px;
    text-decoration:none;
}

.pagination a:hover{
    border:solid 1px #0e509e
}

/* ---------------------- WIDGET SPECIFIC ----------------------  */

.widget
{
    border:1px solid #CAD4DD;
    margin:0;
    margin-bottom: 15px;
    padding:0;
    width: 180px;
}

#sidebar-left .widget {
    float: left;
    /*width: 225px !important;*/
}

.widget h2
{
    color:#000;
    background-color: #EBF4FB;
    border-bottom: 1px solid #CAD4DD;
    font-size: 12px;
    font-weight: bold;
    padding:5px 10px;
    margin:0;
}

.widget h3
{
    font-size: 12px;
    font-weight: bold;
    margin-bottom:5px;
    text-align: left;
}

.widget p {
    text-align: left;
}

.widget a {
    color: #397CC6;
    text-decoration: none;
}

.widget a:hover {
    text-decoration: underline;
}

.widget h2.icon-ad      { background-image: url('../images/package.png'); background-position: 5px 5px; background-repeat: no-repeat; padding-left: 25px; }
.widget h2.icon-user    { background-image: url('../images/user.png'); background-position: 5px 5px; background-repeat: no-repeat; padding-left: 25px; }
.widget h2.icon-user2   { background-image: url('../images/user_green.png'); background-position: 5px 5px; background-repeat: no-repeat; padding-left: 25px; }
.widget h2.icon-user3   { background-image: url('../images/user_suit.png'); background-position: 5px 5px; background-repeat: no-repeat; padding-left: 25px; }
.widget h2.icon-post    { background-image: url('../images/post.png'); background-position: 5px 5px; background-repeat: no-repeat; padding-left: 25px; }
.widget h2.icon-comm    { background-image: url('../images/comment.png'); background-position: 5px 5px; background-repeat: no-repeat; padding-left: 25px; }
.widget h2.icon-arch    { background-image: url('../images/drive.png'); background-position: 5px 5px; background-repeat: no-repeat; padding-left: 25px; }
.widget h2.icon-deal    { background-image: url('../images/money.png'); background-position: 5px 5px; background-repeat: no-repeat; padding-left: 25px; }

.widget .widgetdata
{
    overflow:hidden;
    padding:6px;
}

.widget .widgetdata ul {
    
}

.widget .widgetdata li {
    background: transparent url('../images/bullet.gif') no-repeat;
    background-position: 5px 5px;
    padding-left: 20px;
    margin-bottom: 3px;
}

.post .widgetdata li.parentcat {
    background: transparent url('../images/bullet_toggle_plus.png') no-repeat;
}

.post .widgetdata li.open {
    background: transparent url('../images/bullet_toggle_minus.png') no-repeat;
}

.post .widgetdata li.childcat {
    background: transparent url('../images/arrow.png') no-repeat 5px 3px;
}

.widget .widgetdata li.user {
    background-color: transparent; 
    background-repeat: no-repeat;
    background-position: 1px 1px;
    padding-left: 22px;
}

.widget .widgetdata li.cat {
    background: transparent url('../images/bullet_folders.png') no-repeat;
    background-position: 3px 2px;
    padding-left: 25px;
}

.widget .widgetdata li.post {
    background: transparent url('../images/bullet_post.png') no-repeat;
    background-position: 3px 2px;
    padding-left: 20px;
}

.widget .widgetdata li.comment {
    background: transparent url('../images/bullet_comment.png') no-repeat;
    background-position: 3px 2px;
    padding-left: 20px;
}

.widget .widgetdata li.arrow {
    background: transparent url('../images/bullet_arr.png') no-repeat;
    background-position: 3px 5px;
    padding-left: 20px;
}

.widget .widgetdata li.toggle {
    background: transparent url('../images/toggle.gif') no-repeat;
    background-position: 1px 1px;
    padding-left: 20px;
}

/* ---------------------- HOME DEALS SPECIFIC ----------------------  */

#middle-content ul.deal-list {
    overflow: auto;
}

#middle-content ul.deal-list-last {
    border-bottom: none;
    overflow: auto;
}

#middle-content .deal-item {
    float: left;
    font-size: 12px;
    border-right: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    padding: 15px 15px;
    width: 160px;
}
#middle-content .logo-item {
    float: left;
    font-size: 12px;
    padding: 5px;
    margin: 15px;
    width: 240px;
    height: 100px;
}
#middle-content .logo-item h3{
	text-align: center;
	margin: 10px 5px;
}
#middle-content .deal-item .deal-image {
    height: 125px;
    margin-bottom: 10px;
    text-align: center;
}

#middle-content .last {
    border-right: none;
    padding-right: 0px;
}

#middle-content .no-bottom {
    border-bottom: none;
}

#middle-content .deal-item h3 {
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 5px;
}

#middle-content .deal-item ul.deal-meta {
    clear: both;
    list-style-type: none;
    margin-bottom: 10px;
}

#middle-content .deal-item ul.deal-meta li {
    display: inline;
    font-size: 13px;
    /*line-height: 12px;*/
}

#middle-content .deal-item ul.deal-meta li img {
    margin-bottom: 0px;
}

#middle-content .deal-item a {
    color: #397CC6;
    text-decoration: none;
}

#middle-content .deal-item a:hover {
    text-decoration: underline;   
}

#middle-content .deal-item .current-price{
    color: #CC3300;
    font-weight: bold;
}

#middle-content .deal-item .original-price{
    color: #888;
    text-decoration: line-through;
}

/* ---------------------- USER POSTS SPECIFIC ----------------------  */

#middle-content-user .post {
    margin-bottom: 20px;
}

#middle-content-user .date {
    background:transparent url(../images/date_bg.gif) no-repeat scroll 0% 0%;
    color:#464854;
    float:left;
    font-size:11px;
    height:54px;
    margin-bottom:5px;
    margin-right:5px;
    padding-top:5px;
    text-align:center;
    width:60px;
}

#middle-content-user .date div {
    color:#FFFFFF;
    font-size:18px;
    font-weight:700;
    padding-top:7px;
}

#middle-content-user .post h2 {
    font-size: 20px;
    font-weight: normal;
}

#middle-content-user .post a {
    color: #397CC6;
    text-decoration: none;
}

#middle-content-user .post a:hover {
    text-decoration: underline;   
}

#middle-content-user .post div.entry {  
    clear: both;
    line-height: 150%;
    margin-left: 2px;
    margin-top: 5px;
}

#middle-content-user .post div.entry ul {  
    margin-left: 20px;
    list-style-type:square;
}

#middle-content-user .post div.entry li {  
    list-style-type: square;
    margin-left: 5px;
}

#middle-content-user .post h4 {
    color:#888888;
    font-family:"Lucida Sans","Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
    font-style:italic;
    font-size: 90%;
}

#middle-content-user ul.meta {
    margin-top: 10px;
}

#middle-content-user ul.meta li {
    display: inline;
    margin-right: 3px;
}

#middle-content-user ul.meta li#com     { background: transparent url('../images/comment.png') no-repeat;background-position: 1px 1px; padding-left: 20px; }
#middle-content-user ul.meta li#fav     { background: transparent url('../images/heart.png') no-repeat; background-position: 1px 1px; padding-left: 20px; }
#middle-content-user ul.meta li#ema     { background: transparent url('../images/email.png') no-repeat; background-position: 1px 1px; padding-left: 20px; }
#middle-content-user ul.meta li#tag     { background: transparent url('../images/tag_purple.png') no-repeat; background-position: 1px 1px; padding-left: 20px; }

#middle-content-user ul.meta li a {
    text-decoration: underline;
}

#middle-content-user ul.meta li a:hover {
    text-decoration: none;    
}

/* ---------------------- SINGLE PAGE COMMENT SPECIFIC ----------------------  */

#middle-content-user #comments {
	clear: both; 
}

#middle-content-user #comments h3{
	font-size: 20px;
}

#middle-content-user #comments ul.commentlist {
	border-top:1px solid #BBBBBB;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt 0pt 40px;
}

#middle-content-user #comments li.comment {
	border-bottom:1px dotted #BBBBBB;
	float:left;
	padding:15px 0pt 0pt;
	width:500px;
}

#middle-content-user #comments #comment-form {
	clear: both;
	margin: 0;
	width: 465px;
}

#middle-content-user #comments #comment-form h2 {
	margin-bottom: 15px;
	text-align: center;
}

#middle-content-user #comments #comment-form dd {
	width: 250px;
}

#middle-content-user #comments #comment-form input, #middle-content-user #comments #comment-form textarea {
	width: 250px;
}

#middle-content-user #comments #comment-form .btn {
	margin-top: 0px;
	width: 100px;
}

/* ---------------------- VIEW PROFILE PAGE SPECIFIC (arif 11-09-08) ---------------------- */
#view-profile-page .nav-cont{
	text-align:right;
	padding-bottom:10px;
}

/* ---------------------- END: VIEW PROFILE PAGE SPECIFIC (arif 11-09-08) ----------------- */

/*error display----- Kausar Alam*/
.errors, .hint{
	color: red;
	font-weight: normal;
	list-style: none;
}

.success_msg, .error_msg, .show_msg{
	border:1px solid #9C9C9C; /*#F8E993*/
	margin: 10px auto; 
	width:530px;
	padding:10px 0;
	width:  100%;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	color:white;
	background-color: #83BF29;
}
.error_msg{
	border:1px solid red; 
	color:red;
	font-size:12px;
	background-color: #FFFEEB;
}
.displayNone { display: none; }
#action-div{
		overflow:auto;
	}
	
#action-div div{
	float:left;
	padding: 3px;
}