﻿/*
    Product:        Enewspaper
    Classname:      CSS Document
    Version:        02.02 |	16 May, 2009 
    Programmer:     Elham [elhamesmaieli@gamil.com]
    Purpose:
         The document represent the CSS file for advanced search page.

        Copyright 2009 by Digital Secure Co. All Rights Reserved.      
*/

.form{
    margin:0px;
    padding:0px;
}

.TextBoxForm{
	border:solid 1px gray;
	width:250px;
	height:18px;
	background-color:#CCCCCC;
}


.FormFontF{
    font-family:Tahoma;
    font-size:12px;
    font-weight:normal;
}


.tableText{
    direction:rtl;
    text-align:right;
}

.tableText td{
    font-size:12px;
}