h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a
{
  text-decoration: none;
  color:#0462a7;
}

a:hover
{
    text-decoration: none;
    color:#87cf30;
}
body
{
  margin: 0;
  padding: 0px;
  font: normal normal 11px Arial, sans-serif;
  /*background-color: #fff;*/
}
input, textarea
{
    color:#333;
}

#main_container
{
    width:390px;
    /*border:1px solid #d7cbbd;*/
    margin:0px auto;
}
#input_container
{
    margin:10px;
    float:left;	
    width:69px;
}
.upload_explain_message
{
    color:#838383;
    font-size:14px;
    font-weight:bold;
    float:left;
    width:300px;
    margin-top:30px;
}
.uploadifyQueue
{
	width:390px;
	float:left;
}
.uploadifyQueueItem
{
	margin-bottom:12px;
}
.uploadifyQueueItem h2
{
	color:#838383;
	font-size:18px;
	font-weight:bold;
	margin:10px;
	padding-bottom:5px;
	padding-left:5px;
}

.uploadifyProgress 
{
	background-color: #fff;
	border: 1px solid #d7cbbd;
	margin-top:5px;
}
.uploadifyProgressBar {
	background-color: #72bf44;
	width: 1px;
	height: 7px;
}
div.percentage
{
	owerflow:hidden;
	font-size:12px;
}
div.completed
{
	color:#72bf44;
}
div.error
{
	color:#f00;
}/*
div.fileInfo
{
	clear:both;
	float:right;
	margin-top:20px;
	font-size:12px;
	color:#a0a0a0;
	width:180px;
}*/
.input_group
{
    clear:both;
    margin-top:10px;
    margin-right:30px;
    margin-left:20px;
}
.upload_info_form
{
	width:390px;
	float:left;
}
.upload_info_form .input_container
{
	width:207px;
	float:right;
	margin-left:10px;
}
.upload_info_form input.text,.upload_info_form textarea.text,.upload_info_form select.select
{
	background-color:#fff;
	border:1px solid #d7cbbd;
	width:205px;
	margin-left:0px;
	font-family: Arial, sans-serif;
	font-size:12px;
	padding:1px;
}
.upload_info_form textarea.text
{
	height:105px;
}
.upload_info_form .form_field
{
	font-size:12px;
	color:#a0a0a0;
	text-align:right;
}
.upload_info_form a.button
{
	font-family: Arial, sans-serif;
	font-size:14px;
	color:#a0a0a0;
	font-weight:bold;
	text-decoration:underline;
}
.upload_info_form a.button_right
{
    display:block;
    float:right;
    font-family: Arial, sans-serif;
    font-size:14px;
    color:#a0a0a0;
    font-weight:bold;
    text-decoration:underline;
}
.uploadify_saved_message
{
	color:#a0a0a0;
	font-size:12px;
	padding-left:24px;
	background: url(../images/ok.png) top left no-repeat;
	line-height:20px;
	margin-left:20px;
}
