﻿/*
Uploadify
Copyright (c) 2012 Reactive Apps, Ronnie Garcia
Released under the MIT License <http://www.opensource.org/licenses/mit-license.php> 
*/

.uploadify {
	position: relative;
	margin-bottom: 1em;
}
.uploadify-button {
   background:url(../../images/scico.jpg) no-repeat;
   width:135px;
   height:130px;
   display:block;
   margin:20px 0;
   *margin:20px 10px!important;
   *margin:20px 10px;
}
