I tried to make the following form but I couldn't. Also When the address is too much, the table is broken. I apologize. Maybe my question is awkward. thanks.
\documentclass{article}
\usepackage{fancybox}
\usepackage{enumerate}
\usepackage{multirow}
\usepackage{tabulary}
\begin{document}
\newsavebox\mybox
\newenvironment{myfbox}{%
\begin{lrbox}{\mybox}%
\begin{minipage}{\dimexpr(\textwidth-2\fboxsep-2\fboxrule)}
}{%
\end{minipage}
\end{lrbox}%
\vskip10pt
\noindent
\fbox{\usebox\mybox}%
\vskip10pt
}
\newenvironment{myshadowbox}{%
\begin{lrbox}{\mybox}%
\begin{minipage}{\dimexpr(\textwidth-2\fboxsep-2\fboxrule-\shadowsize)}
}{%
\end{minipage}
\end{lrbox}%
\vskip10pt
\noindent
\shadowbox{\usebox\mybox}%
\vskip10pt
}
\begin{enumerate}
\item[] \fbox{\bf{1-Student information:}}
\vspace{-2mm}
\begin{myshadowbox}
\begin{tabular}{rlrlrl}
&&&&&\\
\vspace{2mm}
Name and Family:
&
\multicolumn{2}{ l}{
\textbf{
John
}
}
& &
{\small Student No:}
&
{\textbf{ 901901431} }\\
{\small Faculty:}
& &Science
& {\small Field:}
Pure mathematics
& {\small tendency:}
& {\textbf analysis}\\
\vspace{2mm}
{\small Year:}
&
{\textbf{2012}}
&
{\small Type :}
& Scholarships
&&\\
\vspace{2mm}
{\small Address:}
&
\multicolumn{3}{ l}{9 Royal Worcester Drive }
& {\small phone:}
&
{\small 011 44 1234 567890}\\
\vspace{2mm}
E-mail:&
\multicolumn{5}{l}{sssssssss@ggggggg.edu}
\end{tabular}
\end{myshadowbox}
\end{enumerate}
\end{document}
http://www.uploadtak.com/images/b6189_test.zip

documentenvironment around the content. You might also want to reformat the source code a little to make it more readable to others. To understand your correctly, you want to create the shown form but have issues with it, especially on how to make the address wrap over several lines, right? – Martin Scharrer♦ Jan 3 at 11:07l.1 â €Ž\documentclass{article}‎ ? Missing character: There is no â in font nulland a lot more like this one – JLDiaz Jan 3 at 11:19myfboxandmyshadowboxenvironments can be easily done using theadjustboxpackage. – Martin Scharrer♦ Jan 3 at 11:28