Subversion Repositories SmartDukaan

Rev

Rev 1174 | Rev 1333 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1171 varun.gupt 1
/*
2
#contactUs .imgTextBox.floatLeft{width:312px;}
3
#contactUs .imgTextBox .textbox{width:100%;}
4
#contactUs dl{margin:20px 0;}
5
#contactUs dt{
6
	padding:0 0 2px 50px;
7
	color:#666;
8
	border-bottom:1px solid #ccc;
9
}
10
#contactUs dd{
11
	margin:10px 0 30px 50px; 
12
	width:485px;
13
}
14
#contactUs dt.noBorder{border:none;}*/
15
 
16
#frmContactUs	{
17
	padding: 30px 70px;
18
}
19
 
20
#frmContactUs div	{
21
	margin-bottom: 15px;
22
}
23
 
24
#frmContactUs label	{
25
	font-size: 12px;
26
	font-weight: bold;
27
}
28
 
29
#contactUs .style1{
30
	float:right;
31
	margin-left:10px;
32
	width:160px;
33
	font-size:11px;
34
	line-height:15px;
35
	color:#666;
36
}
37
 
38
#contactUs textarea{
39
	width:100%;
40
	height:150px;
41
}
42
 
43
#orderComponent, #awbComponent, #productComponent, #subjectComponent, #msgComponent	{
44
	display: none;
45
}
46
 
47
#frmContactUs label	{
48
	display: block;
1174 varun.gupt 49
}
50
 
1297 varun.gupt 51
#frmContactUs .textbox-image	{
52
	margin-bottom: 10px;
53
}
54
 
55
#frmContactUs input, #frmContactUs select	{
56
	width: 240px;
57
}
58
 
59
#frmContactUs select	{
60
	height: 24px;
61
}
62
 
1174 varun.gupt 63
#postalAddress	{
64
	margin: 0 50px;
1171 varun.gupt 65
}