﻿/*
    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.      

    <EditingHistory>
        Name:       Elham
        Date:       18 July, 2009
        Reason of change :
            - Derfine 'BottunForm' class.
    </EditingHistory>
        
*/

.form{
    margin:0px;
    padding:0px;
}

.TextBoxForm{
	border:solid 1px gray;
	width:130px;
	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;
}

.BottunForm{	
	border:0px;
	width:67px;
	height:22px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#ffab25;
	background-image:url(../../images/main/SepideDanaei_button.jpg);
}
