Subversion Repositories SmartDukaan

Rev

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

Rev Author Line No. Line
6050 anupam.sin 1
.recharge-main-left-container {
2
	/*height: 400px;*/
3
	width: 100%;
4
	border: solid 1px #2789C1;
5
	float:left;
6
	font-size: 20px;
7
	color:#444444;
8
	background-image: url('../images/blue.png');
9
	min-height: 426px;
10
}
11
 
12
.regular-size-input {
13
	padding: 2px 0px 2px 48px;
14
	width: 227px;
15
	background: white url('../images/+91.png') no-repeat 2px;
16
	font-size: 20px;
17
	border: solid 1px grey;
18
}
19
 
20
.full-size-input {
21
	font-size:18px;
22
	border:solid 1px grey;
23
	padding-left: 5px;
24
	height: 28px;
25
	width: 270px;
26
}
27
 
28
 
29
 
30
 
31
#spantext {
32
	float: left;
33
	padding-top: 15px;
34
	padding-left: 160px;
35
	padding-right: 15px;
36
	padding-bottom: 15px;
37
	font-size: 20px;
38
}
39
 
40
#rowTwo {
41
	float:left;
42
	width:100%;
43
}
44
 
45
#rowOne {
46
	float:left;
47
	height:30px;
48
	width:100%;
49
}
50
 
51
.rowWidth {
52
	padding-top: 10px;
53
	float: left;
54
	height: 40px;
55
	width: 100%;
56
}
57
 
58
#mobNumberText {
59
float: left;
60
padding-top: 7px;
61
padding-left: 192px;
62
padding-right: 15px;
63
padding-bottom: 5px;
64
font-size: 20px;
65
}
66
 
67
#mobNumberBox {
68
width: 200px;
69
height: 30px;
70
float: left;
71
}
72
 
73
.submit-button {
74
	width: 200px;
75
	background-image: url('../images/confirm.png');
76
	padding: 14px 0;
77
	font-size: 20px;
78
	font-weight: bold;
79
	text-shadow: 0 1px 0 #E45000;
80
	color: white;
81
	cursor: pointer;
82
	text-align: center;
6178 anupam.sin 83
	margin-bottom:25px;
6050 anupam.sin 84
}
85
 
86
#billig-address-for-recharge td{
87
	padding: 6px 7px;
6117 anupam.sin 88
}
89
 
90
.recharge-faq-container {
91
	/*height: 400px;*/
92
	width: 100%;
93
	border: solid 1px #2789C1;
94
	float:left;
95
	font-size: 15px;
96
	color:#444444;
97
	min-height: 426px;
98
}
99
 
100
.faq-question {
101
	font-weight:bold;
102
	color:darkblue;
6050 anupam.sin 103
}