@import url('font1.css');
@import url('font2.css');

.greytext {
	FONT-SIZE: 10px; COLOR: #5b5b5b; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.site_bar2
{
	height:43px;
	border-top-left-radius:5px;
	-moz-border-top-left-radius:5px;
	-webkit-border-top-left-radius:5px;
	border-top-right-radius:5px;
	-moz-border-top-right-radius:5px;
	-webkit-border-top-right-radius:5px;
	padding:0px 0px 0px 5px;
	font-family: 'Conv_ufonts.com_eurostile-demi';
	font-weight:normal;
	font-size:22px;
	color:#ffffff;
	line-height:43px;
	text-align:center;
}

.add_remove_bt
{
	background:url(../images/browse_bt_bg.png) repeat-x;
	height:37px;
	margin-top:30px;
	width:139px;
	page:51px;
	padding:0px 10px 0px 10px;
	line-height:37px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#ffffff;
	text-align:center;
	border:none;
	cursor:pointer;
	float:right;
}

.testadd
{
    background:url(../images/add.png) no-repeat;
	float:right;
	margin-top:30px;
	width:139px;
	page:51px;
}


.progress
{
    background:url(../images/acc_bg.png) 100%;
    height:34px;
}
.upload2 {
    position:relative;
    width:664px;
}
.realupload {
    position:absolute;
    top:0;
    right:0;

    /* start of transparency styles */
    opacity:0;
    -moz-opacity:0;
    filter:alpha(opacity:0);
    /* end of transparency styles */

    z-index:2; /* bring the real upload interactivity up front */
    width:270px;
}
form .fakeupload {
    background:url(browse.gif) no-repeat 100% 50%;
}

.browse_bt
{
	background:url(../images/browse_bt_bg.png) repeat-x;
	height:37px;
	padding:0px 10px 0px 10px;
	line-height:37px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#ffffff;
	text-align:center;
	border:none;
	cursor:pointer;
}

form .fakeupload input {
    width:401px;
}

.cp_message_txt
{
    font-family: '13885_Eurostile';
    font-weight: normal;
    font-size: 18px;
    color: #FF0000;
}