Subversion Repositories SmartDukaan

Rev

Rev 1333 | Rev 1471 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1333 Rev 1380
Line 1... Line 1...
1
#frmContactUs	{
1
#frmContactUs	{
-
 
2
	padding-top:30px;
2
	padding: 30px 70px;
3
	padding-left: 70px;
-
 
4
	width: 400px;
-
 
5
	float: left;
3
}
6
}
4
 
7
 
5
#nameComponent	{
8
#frmContactUs label.error{
6
	font-size: 15px;
9
	float:right !important;
7
	font-weight: bold;
10
	display:block;
8
}
-
 
9
 
-
 
10
#emailComponent, #categoryComponent	{
11
	color:#f00;
11
	margin-top: 15px;
12
	font-size:11px;
12
}
-
 
13
 
-
 
14
#frmContactUs div.textbox-image	{
13
	text-align:right !important;
15
/*	margin-bottom: 15px;*/
14
	width: 80%;
16
}
15
}
17
 
16
 
18
#frmContactUs label	{
17
#frmContactUs label	{
19
	font-size: 12px;
18
	width: 120px;
-
 
19
	float: left;
20
	font-weight: bold;
20
	font-weight: bold;
21
}
21
}
22
 
22
 
-
 
23
#emailComponent, #categoryComponent	{
-
 
24
	margin-top: 10px;
-
 
25
}
-
 
26
 
23
#contactUs .style1{
27
#contactUs .style1{
24
	float:right;
28
	float:right;
25
	margin-left:10px;
29
	margin-left:10px;
26
	width:160px;
30
	width:160px;
27
	font-size:11px;
31
	font-size:11px;
28
	line-height:15px;
32
	line-height:15px;
29
	color:#666;
33
	color:#666;
30
}
34
}
31
 
35
 
32
#contactUs textarea{
36
#contactUs textarea{
33
	width:100%;
37
	width:250px;
34
	height:150px;
38
	height:100px;
35
}
39
}
36
 
40
 
37
#orderComponent, #awbComponent, #productComponent, #subjectComponent, #msgComponent	{
41
#orderComponent, #awbComponent, #productComponent, #subjectComponent, #msgComponent	{
38
	display: none;
42
	display: none;
39
}
43
}
40
 
44
 
41
#frmContactUs label	{
-
 
42
	display: block;
-
 
43
}
-
 
44
 
-
 
45
#frmContactUs .textbox-image	{
45
#frmContactUs .textbox-image	{
46
	margin-bottom: 10px;
46
	margin-top: 10px;
47
}
47
}
48
 
48
 
49
#frmContactUs input[type="text"]	{
49
#frmContactUs input[type="text"]	{
50
	width: 240px;
50
	width: 200px;
51
}
51
}
52
 
52
 
53
#frmContactUs select	{
53
#frmContactUs select	{
54
	width: 250px;
54
	width: 210px;
55
}
55
}
56
 
56
 
57
#frmContactUs select	{
57
#frmContactUs select	{
58
	height: 24px;
58
	height: 24px;
59
}
59
}
60
 
60
 
61
#postalAddress	{
61
#postalAddress	{
-
 
62
	float: left;
62
	margin: 0 50px;
63
	padding-top: 30px;
63
}
64
}
64
65