
    /* titles */
    h1.title { font-family: tahoma, verdana, arial, sans; color:#ffa715; font-size: 14px; font-weight:bold; }
    /* subtitles */
    h2.subtitle { font-family: tahoma, verdana, arial, sans; color:#ffa715; font-size: 12px; font-weight:bold; }
    .subtitle { font-family: tahoma, verdana, arial, sans; color:#ffa715; font-size: 12px; font-weight:bold; }

    /* standard links */
    a { font-family: tahoma, verdana, arial, sans; color: #ffa715; font-size: 11px; }
    /* links in the articles categories box (default and selected categories) */
    .articlesCategories { text-decoration: none; color: #ffffff; font-weight:bold}
    .articlesCategoriesSelected { text-decoration: none; color: #595959; font-weight:bold;}
    /* links in footer */
    .footer { color: #000000; text-decoration: none;}
    .footer:hover {text-decoration:underline;}
    /* links in litle redish buttons all over the site */
    .smallButtons { text-decoration: none; color: #000000; font-size:10px; font-weight: normal; }

    /* custom style for displaying the name of the "cat of the month" */
    .catOfMonthName { font-family:tahoma, verdana, arial, sans; font-weight:bold; font-size:14px; color:#f59d31; }

    /* standard text all over the site */
    .standard { font-family:tahoma, verdana, arial, sans; color: #000000; font-size: 11px; }
    .standardSmaller { font-family:tahoma, verdana, arial, sans; color: #000000; font-size: 10px; }

    /* this is used on all the textboxes in forms */
    .text { font-family:tahoma, verdana, arial, sans; border:1px solid #000000; color: #000000; font-size:11px; }
    
    /* make this similar to "standard" class.
     this as safety if i forget to put somewhere class="text" :) */
    td { font-family:tahoma, verdana, arial, sans; color: #000000; font-size:11px; }

    /* submenu links */
    .submenu { font-family:tahoma, verdana, arial, sans; font-weight:bold; font-size:11px; color:#ffffff; text-decoration:none; }
    a.submenu:hover {color: #ffb429}
	 
	 
	 /* start desntastix */
	 #dentastix_form{ padding-top: 336px; padding-left: 238px; }
	 #dentastix_form input{
	 	border: none;
		font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: normal;
		color: #333333;
		text-decoration: none;
		background-color: #ffffff;
	 }
	 #dentastix_form .FirstName{ width: 148px; }
	 #dentastix_form .LastName{ width: 156px; }
	 #dentastix_form .Address{ width: 156px; }
	 #dentastix_form .Phone{ width: 151px; }
	 #dentastix_form .Email{ width: 141px; }
	 #dentastix_form .send{ width: 61px; background-color: transparent; cursor: pointer; }
	 .BPadding3{ padding-bottom: 3px; }
	 .BPadding4{ padding-bottom: 4px; }
	 .BPadding5{ padding-bottom: 5px; }
	 .BPadding6{ padding-bottom: 6px; }
	 .BPadding7{ padding-bottom: 7px; }
	 .BPadding9{ padding-bottom: 9px; }
	 .h3{ height: 3px; }
	 .h4{ height: 4px; }
	 .h5{ height: 5px; }
	 .h19{ height: 19px; }
	 /* end desntastix */

   
    #LoginInfo
    {
    	color:#ffb429;
    	margin:45px 10px 10px;
    	font-weight:bold;
    }
    
    #LoginInfo a
    {
    	color:#ffb429;
    }
    
    .error
    {
    	text-align:center;
    	color:#FF055a;
    	font-weight:bold;    	
    }
	
	.mailtest
	{
		border:2px solid #003399;
		background:#CCCCCC;
	}
	
	.anunt
	{
		border:1px outset #990000;
		background-color:#fff;
		padding:10px;
		width:370px;
		margin:0 auto;
	}
	.rosu
	{
		color:#990000;
	}