Project

General

Profile

1
#loginBox {
2
	font-family:Verdana, Geneva, sans-serif;
3
	position:relative;
4
	bottom: 105px;
5
	float:right;
6
	width: 38%;
7
	margin: 0;
8
    z-index:1100;
9
}
10
#loginBox a{
11
	font-family:Verdana, Geneva, sans-serif;
12
	font-size: 12px;
13
	font-style: normal;
14
	font-variant: normal;
15
	text-transform: none;
16
	/*color: #6179AB;*/
17
	color:#1D2171;
18
    color:#A68E47;
19

    
20
	text-decoration: none;
21
	vertical-align:baseline;
22
    z-index:2000;
23
}
24
#loginBox a:hover {
25
    color:#1D2171;
26
}
27

    
28
#loginBox .curved_b1, #loginBox .curved_b2, #loginBox .curved_b3, #loginBox .curved_b4 {
29
	background:#AEC8E0;
30
}
31
#loginBox .curved_b2, #loginBox .curved_b3, #loginBox .curved_b4 {
32
	border-left:1px solid #AEC8E0;
33
	border-right:1px solid #AEC8E0; 
34
    
35
}
36

    
37
#loginBox .heading{
38
	padding:5px 5px 5px 8px;
39
	background-color:#AEC8E0; 
40
	font-family:Verdana, Geneva, sans-serif;
41
}
42

    
43
#loginBox .heading a{
44
	font-size: 14px;
45
	font-weight:normal;
46
   	color:#A68E47;
47

    
48
}
49
#loginBox	 .heading a:hover {
50
	color:#A68E47;
51
    color:#1D2171;
52
}
53

    
54
#loginBox .loginBody{
55
  	background-color:#AEC8E0; 
56
	padding:3px 5px 3px 8px;
57
}
58
#loginBox  input {
59
	line-height:18px!important;
60
	border:none!important;
61
	font-size:10px;
62
    width:24%;
63
}
64
#loginBox  label {
65
	line-height:18px!important;
66
	border:none!important;
67
	font-size:10px;
68
}
69
#loginBox img {
70
	padding:0;
71
	margin:0;
72
	vertical-align:text-bottom;
73
}
74
#loginBox .right{
75
 	float:right;
76
}
77

    
(2-2/5)