<?php if( get_post_meta($post->ID, "thumbnail", true) ): ?>
<img class="thumbnail" style="width:250px;height:250px;" src="<?php echo get_post_meta($post->ID, "thumbnail", true); ?>" alt="<?php the_title(); ?>" />