body {
    color:#000;
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
    background: white;
    position: relative;
}
footer {
    background: url(../images/footer_bg.jpg) top repeat-x #000000;
    border-top:1px solid #646464;
    border-bottom:1px solid #646464;
    display:block;
    padding:10px 0;}
.image{
    border-radius: 10px;
    border: 2px solid grey;
}

.update_btn {

    width: 240px;
    height: 60px;
    color: white;
    font-size: 35px;
    background-color: blue;


}

.update_last {
	text-decoration: underline;
	font-style: italic;
	color: blue;
}

.update_text_heading{
	text-decoration: underline;
	color: gray;
	font-size: 30;
}

/* on update Pages Top Customer info style */

.top_cust_info{
    text-decoration: underline;
}

.top_cust_info_values{
    color: gray;
    font-style: italic;
}

.cust_img{
    border-radius: 20px;
    width: 100px;
    height: 100px;
}

/* p Noitfy Style */

.title_style{
	color: blue; 
	font-size:23px;
}
.title_style_error{
	color: red; 
	font-size:23px;
}

.text_style{
	font-size:20px;
}
/* For All tables */
table, th, td {
    text-align: center;
    border : 1px solid black;
}
th, td {
    padding : 10;
}
