@charset "UTF-8";
/* CSS Document */

/* HOME PAGE MAIN BUTTONS IN SIMPLIFIED CHINESE
================================================== */

.phonebutton_search {
display:block;
width:100%;
text-align:center;
border:none;
margin-top:12px;
height:72px;
background:url(images/startbtn_search_sc.png) bottom center no-repeat;
}

.phonebutton_search a:link, .phonebutton_search a:visited {
display:block;
width:100%;
text-align:center;
border:none;
height:72px;
background:url(images/startbtn_search_sc.png) top center no-repeat;
}

.phonebutton_search a:hover, .phonebutton_search .selected a {
background-position:bottom center; 
} 

.phonebutton_upload {
display:block;
width:100%;
text-align:center;
border:none;
margin-top:12px;
height:72px;
background:url(images/startbtn_upload_sc.png) bottom center no-repeat;
}

.phonebutton_upload a:link, .phonebutton_upload a:visited {
display:block;
width:100%;
text-align:center;
border:none;
height:72px;
background:url(images/startbtn_upload_sc.png) top center no-repeat;
}

.phonebutton_upload a:hover, .phonebutton_upload .selected a {
background-position:bottom center; 
} 

.phonebutton_join {
display:block;
width:100%;
text-align:center;
border:none;
margin-top:12px;
height:72px;
background:url(images/startbtn_join_sc.png) bottom center no-repeat;
}

.phonebutton_join a:link, .phonebutton_join a:visited {
display:block;
width:100%;
text-align:center;
border:none;
height:72px;
background:url(images/startbtn_join_sc.png) top center no-repeat;
}

.phonebutton_join a:hover, .phonebutton_join .selected a {
background-position:bottom center; 
}