﻿/*---------------------------------------------------------------------------------------------

*FileName:                       table.css
*Description:                    CA it CSS
*Version:                        1.0.0(2010-02-26)YYYY-MM-DD
*Website:                        http://www.computing-age.com
*Copyright:                      computing-age      
*Author:                         computing-age_green
*AuthorEmail:                    sales@computing-age.com

==STRUCTURE:==============================================================================
*Page width:                     All
*Number of columns:              1

$__table_contact
$__table_contact td
$__input
$__input.checkbox
$__input.captcha
$__ipt
$__ipt2
$__inclear
$__input_green
$__input_en
$__captcha
$__textarea
--------------------------------------------------------------------------------------------*/

/*__table_contact
------------------------------------------------------------------------------------*/
#table_contact { 
margin : 15px 0 0 0; 
color : #999; 
} 

/*__table_contact td
------------------------------------------------------------------------------------*/
#table_contact td { 
padding : 2px 5px 2px 5px; 
}

/*__input
------------------------------------------------------------------------------------*/ 
input { 
width : 360px; 
height : 24px; 
padding : 5px; 
border : 0; 
background : url(../../images/input.gif) no-repeat; 
} 

/*__input.checkbox
------------------------------------------------------------------------------------*/ 
input.checkbox { 
width : 13px; 
height : 13px; 
border : 0; 
}

/*__input.captcha
------------------------------------------------------------------------------------*/  
input.captcha { 
width : 65px; 
height : 18px; 
border : 0; 
background : url(../../images/input3.gif) no-repeat; 
} 

/*__ipt
------------------------------------------------------------------------------------*/ 
.ipt { 
background : url(../../images/input2.gif) no-repeat; 
} 

/*__ipt2
------------------------------------------------------------------------------------*/ 
.ipt2 { 
background : url(../../images/input.gif) no-repeat; 
} 

/*__inclear
------------------------------------------------------------------------------------*/ 
.inclear { 
width : 136px; 
height : 46px; 
color : #fff; 
font-size : 14px; 
border : none; 
background : url(../../images/it/button_contact.gif) no-repeat; 
}

/*__input_green
------------------------------------------------------------------------------------*/ 
.input_green { 
color : #669933; 
font-size : 10px; 
font-weight : bold; 
} 

/*__input_en
------------------------------------------------------------------------------------*/ 
.input_en { 
font-size : 10px; 
font-weight : bold; 
} 

/*__captcha
------------------------------------------------------------------------------------*/ 
#captcha { 
height : 35px; 
margin : 10px 0 10px 0; 
padding : 5px 0 0 0; 
border-top : 1px dotted #ccc; 
border-bottom : 1px dotted #ccc; 
vertical-align : middle; 
} 

/*__textarea
------------------------------------------------------------------------------------*/ 
textarea { 
width : 350px; 
} 
