/* CSS Document */

/*EDIT DETAILS MODAL STARTS*/
.menu_option_btns {
float:left;
width:75px;
height:75px;
margin:5px;
}
/*EDIT DETAILS MODAL ENDS*/

/*GLOBAL ITEM CONTAINER STYLING USED: EDIT FRIENDS / FRIEND INVITE / MAILBOX STARTS / HELP MODAL*/

.general_item_container {
padding:10px;
margin:0 0 20px 0;
border:1px #CCCCCC solid;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

.modal_title {
border-bottom:1px #CCCCCC dashed;
margin:0 0 10px 0;
padding:0 0 5px 0;
}

.item_container {
padding:5px;
border:1px #CCCCCC solid;
margin:2px;
width:100px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

.item_container_selected {
padding:5px;
border:1px #4A7317 solid;
margin:2px;
width:100px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

.item_container_border {
border:1px #CCCCCC solid;
float:left;
margin:0 5px 5px 0;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}
/*GLOBAL ITEM CONTAINER STYLING USED: EDIT FRIENDS / FRIEND INVITE / MAILBOX  ENDS*/

.profile_views_ldr_border {
border:1px #CCCCCC solid;
float:left;
margin:0 5px 5px 0;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

.profile_views_ldr {
padding:5px;
border:1px #CCCCCC solid;
margin:2px; 
width:100px;
height:90px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}


