/*home - login box */
#main-login {width:95%; display:table;}
#main-login-form {padding:0 0 20px 10px; text-align:left; font-size:60%; line-height:180%;}
#main-login-left {float:left; width:45%;}
#main-login-right {float:right; width:55%; clear:right;}
.main-input {border:1px solid #C6D0D7; font-size:14px;}
.main-select {
margin:0; padding:0;
border:1px solid #C6D0D7;
font-size:100%;
}
/*buttons */

#or-btn {height:22px; vertical-align:text-top; text-align:center; line-height:22px;}/*orange button */
#or-btn A {color:#FFF; font-weight:bold; font-size:100%;}
#or-btn A:Hover {color:#FFFFCC;}
#or-btn dl { background:url(../i/btn-or.gif) top right no-repeat;}
#or-btn dt {background:url(../i/btn-or-l.gif) top left no-repeat; padding: 0 15px 0 5px;}

 /*no arrow*/
#or-btn2 {height:22px; vertical-align:text-top; text-align:center; line-height:22px;}
#or-btn2 A {color:#FFF; font-weight:bold; font-size:100%;}
#or-btn2 A:Hover {color:#FFFFCC;}
#or-btn2 dl { background:url(../i/btn-or-noarr.gif) top right no-repeat;}
#or-btn2 dt {background:url(../i/btn-or-l.gif) top left no-repeat; padding: 0 10px 0 10px;}



#next-btn {
width:195px;
height:70px;
background:url(../i/next-btn-bg.gif) 0 0 no-repeat;
text-align:center;
padding:13px 0 0 0;
text-transform:uppercase;
font-size: 110%;
font-weight:bold;
}

#next-btn A {
color:#FFFFCC;
}

#next-btn-add {
width:270px;
height:70px;
background:url(../i/next-btn-bg-add.gif) 0 0 no-repeat;
text-align:center;
padding:13px 0 0 0;
text-transform:uppercase;
font-size: 110%;
font-weight:bold;
}
#next-btn-add A {
color:#FFFFCC;
}

#survey #next-btn-add A {
color:#FFFFCC;
}

#prev-btn {
width:195px;
height:70px;
background:url(../i/prev-btn-bg.gif) 0 0 no-repeat;
text-align:center;
padding:13px 0 0 10px;
text-transform:uppercase;
font-size: 110%;
font-weight:bold;
}

#prev-btn A {
color:#FFFFCC;
}

.caption {font-weight:normal;}

